Skip to content

Commit 41e120b

Browse files
fix for bug 30332
1 parent 449fef4 commit 41e120b

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,14 @@ Select one of the following options to deploy the Multi Agent Custom Automation
132132
5. When prompted in the VS Code Web terminal, choose one of the available options shown below:
133133

134134
![VS Code Initial Prompt](./images/vscodeweb_intialize.png)
135-
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
135+
136+
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
137+
```shell
138+
az login --use-device-code
139+
```
140+
> **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.
141+
142+
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
136143

137144
</details>
138145

@@ -278,6 +285,8 @@ To optimize costs and integrate with your existing Azure infrastructure, you can
278285
azd auth login
279286
```
280287

288+
> **Note for VS Code Web Users:** If you're using VS Code Web and have already authenticated using `az login --use-device-code` in Option C, you may skip this step or proceed with `azd auth login` if prompted.
289+
281290
**For specific tenants:**
282291
```shell
283292
azd auth login --tenant-id <tenant-id>
@@ -350,7 +359,7 @@ After successful deployment:
350359

351360
1. Access your application using the URL from Step 4.3
352361
2. Confirm the application loads successfully
353-
<!--3. Verify you can sign in with your authenticated account -->
362+
<!-- 3. Verify you can sign in with your authenticated account -->
354363

355364
### 5.4 Test the Application
356365

0 commit comments

Comments
 (0)