Skip to content

Commit bcc518f

Browse files
docs: Add instructions for deploying local changes in Deployment Guide
1 parent 6e81262 commit bcc518f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documents/DeploymentGuide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,15 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
306306
10. You can now delete the resources by running `azd down`, if you are done trying out the application.
307307
> **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`.
308308

309+
### Deploy Your Local Changes
310+
311+
To deploy your local changes, rename the below files:
312+
313+
1. Rename `azure.yaml` to `azure_custom2.yaml` and `azure_custom.yaml` to `azure.yaml`.
314+
315+
2. Go to `infra` directory:
316+
- Rename `main.bicep` to `main_custom2.bicep` and `main_custom.bicep` to `main.bicep`. Continue with the [deploying steps](#deployment-steps-🚀).
317+
309318
### 🛠️ Troubleshooting
310319
If you encounter any issues during the deployment process, please refer [troubleshooting](../documents/TroubleShootingSteps.md) document for detailed steps and solutions
311320

0 commit comments

Comments
 (0)