Skip to content

Commit 75b9b29

Browse files
add instructions for deploying local changes in Deployment Guide
1 parent 84ad5ed commit 75b9b29

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@ To change the azd parameters from the default values, follow the steps [here](..
190190
191191
6. You can now delete the resources by running `azd down`, when you have finished trying out the application.
192192
193+
### Deploy Your local changes
194+
195+
To deploy your local changes rename the below files.
196+
197+
Rename `azure.yaml` to `azure_original.yaml` and `azure_custom.yaml` to `azure.yaml`.
198+
199+
Go to `infra` directory
200+
201+
Rename `main.bicep` to `main_original.bicep` and `main_custom.bicep` to `main.bicep`. Continue with the [deploying steps](https://github.com/microsoft/Modernize-your-code-solution-accelerator/blob/ve-Local-readme/docs/DeploymentGuide.md#deploying-with-azd).
202+
193203
### 🛠️ Troubleshooting
194204
If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions.
195205

0 commit comments

Comments
 (0)