Skip to content

Commit 5b8896b

Browse files
docs: Update Deployment Guide with Azure authentication steps
2 parents 04aef7d + 777938e commit 5b8896b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,14 @@ Select one of the following options to deploy the solution:
256256
cd real-time-intelligence-operations-solution-accelerator
257257
```
258258

259-
6. Proceed to deployment: [Step 4: Deploy](#step-4-deploy-the-solution)
259+
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
260+
261+
```shell
262+
az login --use-device-code
263+
```
264+
> **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.
265+
266+
7. Proceed to deployment: [Step 4: Deploy](#step-4-deploy-the-solution)
260267

261268
---
262269

0 commit comments

Comments
 (0)