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
@@ -138,7 +138,15 @@ Select one of the following options to deploy the Content Processing Solution Ac
138
138
- Keep my existing files unchanged
139
139
```
140
140
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
141
-
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
141
+
142
+
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
143
+
144
+
```shell
145
+
az login --use-device-code
146
+
```
147
+
>**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.
148
+
149
+
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
142
150
143
151
</details>
144
152
@@ -544,4 +552,4 @@ Run the build and push script for your operating system:
544
552
./infra/scripts/docker-build.ps1
545
553
```
546
554
547
-
>**Note:** These scripts will deploy your local code changes instead of pulling from the GitHub repository.
555
+
>**Note:** These scripts will deploy your local code changes instead of pulling from the GitHub repository.
0 commit comments