fix azd up command

This commit is contained in:
zedy
2023-02-08 15:33:28 +08:00
parent 69b2dc6d25
commit 7e99523594

View File

@@ -71,7 +71,7 @@ azd login
Then, just use the `azd up` command to complete all operations of clone, provision and deployment.
```
azd up -t dotnet-architecture/eShopOnWeb -b main
azd up -t dotnet-architecture/eShopOnWeb
```
According to the prompt, enter an `env name`, and select `subscription` and `location`, these are the necessary parameters when you create resources. Wait a moment for the resource deployment to complete, click the web endpoint and you will see the home page.