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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,19 @@ Select one of the following options to deploy the Container Migration Solution A
132
132
sh install.sh
133
133
```
134
134
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.
135
136
```
136
137
What would you like to do with these files?
137
138
- Overwrite with versions from template
138
139
- Keep my existing files unchanged
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
+
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)
0 commit comments