Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms authored Jul 10, 2024
1 parent 64a22cb commit 582a0ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/iac/swa/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Start by creating a create a side-by-side azd environment:

```bash
azd up
azd env new
```

For subsequent environments/sites, create a side-by-side environment like this:
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 env new
azd up
```

Expand Down

0 comments on commit 582a0ad

Please sign in to comment.