You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,15 @@ Select one of the following options to deploy the Document Generation Solution A
135
135
- Keep my existing files unchanged
136
136
```
137
137
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)
139
147
140
148
</details>
141
149
@@ -498,4 +506,4 @@ Run the deployment command:
498
506
azd up
499
507
```
500
508
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