From 582a0ad0d52e773b73a43a02b9187ec0999ae26a Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:43:43 -0400 Subject: [PATCH] Update readme.md Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .github/iac/swa/readme.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/iac/swa/readme.md b/.github/iac/swa/readme.md index dd5687bf2..81bfcedf3 100644 --- a/.github/iac/swa/readme.md +++ b/.github/iac/swa/readme.md @@ -34,16 +34,17 @@ This assumes you have an existing [user-assigned managed identity](https://learn 2) Deploy using the Azure Dev CLI -The first time, and any updates to this environment - -```bash -azd up -``` - -For subsequent environments/sites, create a side-by-side environment like this: +Start by creating a create a side-by-side azd environment: ```bash azd env new +``` + +For example, you can name the new environment something like: `dapr-docs-v1-15`. + +Now, deploy the Dapr docs SWA in the new azd environment using the following command: + +```bash azd up ```