From 890e6df1ebc15c0b08319754a69fa1efffd029ec Mon Sep 17 00:00:00 2001 From: zedy Date: Thu, 17 Aug 2023 10:24:09 +0800 Subject: [PATCH] update azd login to azd auth login --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4db165d7..a8109c5a5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ And you can also install with package managers, like winget, choco, and brew. Fo After logging in with the following command, you will be able to use the azd cli to quickly provision and deploy the application. ``` -azd login +azd auth login ``` Then, execute the `azd init` command to initialize the environment.