mirror of https://github.com/dapr/docs.git
Update readme.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
64a22cbe3c
commit
582a0ad0d5
|
|
@ -34,16 +34,17 @@ This assumes you have an existing [user-assigned managed identity](https://learn
|
||||||
|
|
||||||
2) Deploy using the Azure Dev CLI
|
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
|
|
||||||
```
|
|
||||||
|
|
||||||
For subsequent environments/sites, create a side-by-side environment like this:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
azd env new
|
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
|
azd up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue