Skip to content

Commit 383483e

Browse files
docs: Updated Deployment Guide
2 parents 804d25e + bb8333f commit 383483e

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
@@ -138,7 +138,15 @@ Select one of the following options to deploy the Content Processing Solution Ac
138138
- Keep my existing files unchanged
139139
```
140140
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)
142150

143151
</details>
144152

@@ -544,4 +552,4 @@ Run the build and push script for your operating system:
544552
./infra/scripts/docker-build.ps1
545553
```
546554
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

Comments
 (0)