Skip to content

Commit 579162f

Browse files
Revise file renaming instructions in DeploymentGuide
Updated instructions for renaming configuration files in the deployment guide.
1 parent 66adb72 commit 579162f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/DeploymentGuide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,11 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
230230

231231
To deploy your local changes, rename the below files:
232232

233-
1. **Rename configuration files in the root directory:**
234-
- Rename `azure.yaml` to `azure_original.yaml`
235-
- Rename `azure_custom.yaml` to `azure.yaml`
233+
1. **Rename configuration files:**
234+
- Rename `azure.yaml` to `azure_custom2.yaml` and `azure_custom.yaml` to `azure.yaml`.
236235

237-
2. **Go to `infra` directory and rename Bicep files:**
238-
- Rename `main.bicep` to `main_original.bicep`
239-
- Rename `main_custom.bicep` to `main.bicep`
236+
2. **Go to `infra` directory:**
237+
- Rename `main.bicep` to `main_custom2.bicep` and `main_custom.bicep` to `main.bicep`.
240238

241239
3. Continue with the [deploying steps](#deploying-with-azd).
242240

0 commit comments

Comments
 (0)