Skip to content

Commit 5fdc753

Browse files
committed
Update README
1 parent f197377 commit 5fdc753

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

scripts/deploy/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,13 @@ chmod +x ./deploy-webapi.sh
152152

153153
# Deploy Hosted Plugins
154154

155-
> **_NOTE:_** This step can be skipped if the previous Azure Resources creation step succeeded without errors. The `deployWebSearcherPackage = true` setting in main.bicep ensures that the WebSearcher is deployed.
155+
> **_NOTE:_** This step can be skipped if the required resources for the web searcher plugin are not deployed. The required resources include a Bing resource that may require an elevated permission, and an Azure Function. The required resources are NOT deployed by default. To deploy the required resources, use the `-DeployWebSearcherPlugin` or `--deploy-web-searcher-plugin` flag when running the **deploy-azure.ps1/deploy-azure.sh** script.
156+
157+
> **_NOTE:_** This step can be skipped if the previous Azure Resources creation step, including the resources required by the Web Search plugin, succeeded without errors. The `deployPackages = true` setting in main.bicep ensures that the WebSearcher is deployed.
158+
156159
> **_NOTE:_** More hosted plugins will be available.
157160
158-
To deploy the plugins, build the packages first and deploy then to the Azure resources created above.
161+
To deploy the plugins, build the packages first and deploy them to the Azure resources created above.
159162

160163
## PowerShell
161164

@@ -177,9 +180,9 @@ chmod +x ./deploy-plugins.sh
177180

178181
# (Optional) Deploy Memory Pipeline
179182

180-
> **_NOTE:_** This step can be skipped if the WebApi is not configured to run asynchronously for document processing. By default, the WebApi is configured to run asynchronously for document processing in deployment.
183+
> **_NOTE:_** This step can be skipped if the WebApi is NOT configured to run asynchronously for document processing. By default, the WebApi is configured to run asynchronously for document processing in deployment.
181184
182-
> **_NOTE:_** This step can be skipped if the previous Azure Resources creation step succeeded without errors. The deployMemoryPipelinePackage = true setting in main.bicep ensures that the latest Chat Copilot memory pipeline is deployed.
185+
> **_NOTE:_** This step can be skipped if the previous Azure Resources creation step succeeded without errors. The deployPackages = true setting in main.bicep ensures that the latest Chat Copilot memory pipeline is deployed.
183186
184187
To deploy the memorypipeline, build the deployment package first and deploy it to the Azure resources created above.
185188

0 commit comments

Comments
 (0)