Skip to content

Commit 40cab8a

Browse files
Update deployment guide with Log Analytics note
Added note about disabling Log Analytics workspace replication before deleting resources.
1 parent 690d9f7 commit 40cab8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ To change the azd parameters from the default values, follow the steps [here](..
188188
189189
5. Once the deployment has completed successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the container app with "frontend" in the name, and get the app URL from `Application URI`.
190190
191-
6. You can now delete the resources by running `azd down`, when you have finished trying out the application.
191+
6. You can now delete the resources by running `azd down`, when you have finished trying out the application.
192+
> **Note:** If you deployed with `enableRedundancy=true` and Log Analytics workspace replication is enabled, you must first disable replication before running `azd down` else resource group delete will fail. Follow the steps in [Handling Log Analytics Workspace Deletion with Replication Enabled](./LogAnalyticsReplicationDisable.md), wait until replication returns `false`, then run `azd down`.
192193
193194
### Deploy your local changes
194195

0 commit comments

Comments
 (0)