Skip to content

Commit

Permalink
fix azd up command
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Feb 8, 2023
1 parent 69b2dc6 commit 7e99523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7e99523

Please sign in to comment.