Skip to content

Commit 9a9a955

Browse files
committed
Clarify Azure CLI deployment steps in documentation
Updated Deployment.md to explicitly instruct users to run 'azd auth login' in the AppHost root directory before executing 'azd up', ensuring authentication is completed prior to deployment. This improves clarity and streamlines the deployment process.
1 parent 538e126 commit 9a9a955

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

wiki-content/Deployment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ The repository includes an `azure.yaml` file in the AppHost project, enabling de
6262

6363
### One-Command Deployment
6464

65-
The fastest way to deploy is a single command that combines provisioning and deployment:
65+
The fastest way to deploy is a single command that combines provisioning and deployment.
66+
67+
Navigate to the AppHost root directory and run:
68+
69+
```bash
70+
azd auth login
71+
```
72+
After authenticating, run:
6673

6774
```bash
6875
azd up

0 commit comments

Comments
 (0)