Skip to content

Commit bb8333f

Browse files
Refine VS Code Web deployment instructions
Removed redundant heading and improved clarity in instructions for Visual Studio Code Web deployment.
1 parent 25548ad commit bb8333f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/DeploymentGuide.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ Select one of the following options to deploy the Content Processing Solution Ac
120120
<details>
121121
<summary><b>Option C: Visual Studio Code Web</b></summary>
122122

123-
### VS Code Web
124-
125123
[![Open in Visual Studio Code Web](https://img.shields.io/static/v1?style=for-the-badge&label=Visual%20Studio%20Code%20(Web)&message=Open&color=blue&logo=visualstudiocode&logoColor=white)](https://vscode.dev/azure/?vscode-azure-exp=foundry&agentPayload=eyJiYXNlVXJsIjogImh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWNyb3NvZnQvY29udGVudC1wcm9jZXNzaW5nLXNvbHV0aW9uLWFjY2VsZXJhdG9yL3JlZnMvaGVhZHMvbWFpbi9pbmZyYS92c2NvZGVfd2ViIiwgImluZGV4VXJsIjogIi9pbmRleC5qc29uIiwgInZhcmlhYmxlcyI6IHsiYWdlbnRJZCI6ICIiLCAiY29ubmVjdGlvblN0cmluZyI6ICIiLCAidGhyZWFkSWQiOiAiIiwgInVzZXJNZXNzYWdlIjogIiIsICJwbGF5Z3JvdW5kTmFtZSI6ICIiLCAibG9jYXRpb24iOiAiIiwgInN1YnNjcmlwdGlvbklkIjogIiIsICJyZXNvdXJjZUlkIjogIiIsICJwcm9qZWN0UmVzb3VyY2VJZCI6ICIiLCAiZW5kcG9pbnQiOiAiIn0sICJjb2RlUm91dGUiOiBbImFpLXByb2plY3RzLXNkayIsICJweXRob24iLCAiZGVmYXVsdC1henVyZS1hdXRoIiwgImVuZHBvaW50Il19)
126124

127125
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
134132
sh install.sh
135133
```
136134
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.
138135
```
139136
What would you like to do with these files?
140137
- Overwrite with versions from template
141138
- Keep my existing files unchanged
142139
```
143-
140+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
141+
144142
6. **Authenticate with Azure** (VS Code Web requires device code authentication):
145143

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+
150149
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
151150

152151
</details>

0 commit comments

Comments
 (0)