Skip to content

Commit

Permalink
Merge pull request dapr#4258 from dapr/hhunter-ms-patch-2
Browse files Browse the repository at this point in the history
AZD instructions for new docs sites
  • Loading branch information
hhunter-ms authored Jul 11, 2024
2 parents 64a22cb + 582a0ad commit ac33205
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 ac33205

Please sign in to comment.