Skip to content

Commit 1ae302c

Browse files
Merge pull request #97 from microsoft/dev
chore: Dev to main
2 parents b9adec8 + 0adf997 commit 1ae302c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,19 @@ Select one of the following options to deploy the Container Migration Solution A
132132
sh install.sh
133133
```
134134
During this process, you’ll be prompted with the message:
135+
<br> Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
135136
```
136137
What would you like to do with these files?
137138
- Overwrite with versions from template
138139
- Keep my existing files unchanged
139140
```
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+
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
142+
143+
```shell
144+
az login --use-device-code
145+
```
146+
> **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.
147+
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
142148

143149
</details>
144150

0 commit comments

Comments
 (0)