mirror of https://github.com/dapr/docs.git
update instructions after run-thru
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
64a22cbe3c
commit
c0723f0946
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
azd up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue