Skip to content

Commit ef443cb

Browse files
Update Deployment Guide with Log Analytics note
Added note about disabling Log Analytics workspace replication before deleting resources.
1 parent 1776a67 commit ef443cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
209209

210210
6. Open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service and get the app URL from `Default domain`.
211211

212-
7. You can now delete the resources by running `azd down`, if you are done trying out the application.
212+
7. You can now delete the resources by running `azd down`, if you are done trying out the application.
213+
> **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`.
213214

214215
### 🛠️ Troubleshooting
215216
If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions

0 commit comments

Comments
 (0)