Skip to content

Commit 1a2f26a

Browse files
Merge pull request #667 from microsoft/dev
chore: Dev to main
2 parents 111fac3 + 2232d9a commit 1a2f26a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/DeploymentGuide.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,15 @@ Select one of the following options to deploy the Document Generation Solution A
135135
- Keep my existing files unchanged
136136
```
137137
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
138-
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
138+
139+
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
140+
141+
```shell
142+
az login --use-device-code
143+
```
144+
> **Note:** In VS Code Web environment, the regular `az login` command may fail. Use the `--use-device-code` flag to authenticate via device code flow. Follow the prompts in the terminal to complete authentication.
145+
146+
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
139147

140148
</details>
141149

@@ -498,4 +506,4 @@ Run the deployment command:
498506
azd up
499507
```
500508

501-
> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.
509+
> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.

0 commit comments

Comments
 (0)