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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,8 +120,6 @@ Select one of the following options to deploy the Content Processing Solution Ac
120
120
<details>
121
121
<summary><b>Option C: Visual Studio Code Web</b></summary>
122
122
123
-
### VS Code Web
124
-
125
123
[&message=Open&color=blue&logo=visualstudiocode&logoColor=white)](https://vscode.dev/azure/?vscode-azure-exp=foundry&agentPayload=eyJiYXNlVXJsIjogImh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWNyb3NvZnQvY29udGVudC1wcm9jZXNzaW5nLXNvbHV0aW9uLWFjY2VsZXJhdG9yL3JlZnMvaGVhZHMvbWFpbi9pbmZyYS92c2NvZGVfd2ViIiwgImluZGV4VXJsIjogIi9pbmRleC5qc29uIiwgInZhcmlhYmxlcyI6IHsiYWdlbnRJZCI6ICIiLCAiY29ubmVjdGlvblN0cmluZyI6ICIiLCAidGhyZWFkSWQiOiAiIiwgInVzZXJNZXNzYWdlIjogIiIsICJwbGF5Z3JvdW5kTmFtZSI6ICIiLCAibG9jYXRpb24iOiAiIiwgInN1YnNjcmlwdGlvbklkIjogIiIsICJyZXNvdXJjZUlkIjogIiIsICJwcm9qZWN0UmVzb3VyY2VJZCI6ICIiLCAiZW5kcG9pbnQiOiAiIn0sICJjb2RlUm91dGUiOiBbImFpLXByb2plY3RzLXNkayIsICJweXRob24iLCAiZGVmYXVsdC1henVyZS1hdXRoIiwgImVuZHBvaW50Il19)
126
124
127
125
1. Click the badge above (may take a few minutes to load)
@@ -134,19 +132,20 @@ Select one of the following options to deploy the Content Processing Solution Ac
134
132
sh install.sh
135
133
```
136
134
During this process, you’ll be prompted with the message:
137
-
<br> Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
138
135
```
139
136
What would you like to do with these files?
140
137
- Overwrite with versions from template
141
138
- Keep my existing files unchanged
142
139
```
143
-
140
+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
141
+
144
142
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
145
143
146
-
```shell
147
-
az login --use-device-code
148
-
```
149
-
>**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.
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
+
150
149
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
0 commit comments