From c0723f0946eb71ccd2c162c26c6cca3259f96523 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:41:05 -0400 Subject: [PATCH] update instructions after run-thru 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..189dab5b4 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 +``` + +Use a unique, but easily spotted name, like `dapr-docs-v1-15`. + +Now, deploy the Dapr docs SWA in the new azd environment using the following command: + +```bash azd up ```