From 7e99523594068b688d5fd8e431a36fbefc9a0f18 Mon Sep 17 00:00:00 2001 From: zedy Date: Wed, 8 Feb 2023 15:33:28 +0800 Subject: [PATCH] fix azd up command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 674e728..272fb32 100644 --- a/README.md +++ b/README.md @@ -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.