Skip to content

Commit cc01d15

Browse files
add deployment option for Visual Studio Code (WEB) in Deployment Guide
1 parent 4b8eafb commit cc01d15

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

docs/DeploymentGuide.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Select one of the following options to deploy the Accelerator:
9090
|------------|--------------|-------------------|----------------|
9191
| **GitHub Codespaces** | Quick deployment, no local setup required | GitHub account with Codespace enabled | ~3-5 minutes |
9292
| **VS Code Dev Containers** | Fast deployment with local tools | Docker Desktop, VS Code | ~5-10 minutes |
93+
| **Visual Studio Code (WEB)** | Quick deployment, no local setup required | Azure account | ~2-4 minutes |
9394
| **Local Environment** | Enterprise environments, full control | All tools individually | ~15-30 minutes |
9495

9596
**💡 Recommendation:** For fastest deployment, start with **GitHub Codespaces** - no local installation required.
@@ -131,7 +132,40 @@ You can run this solution in [VS Code Dev Containers](https://code.visualstudio.
131132
</details>
132133

133134
<details>
134-
<summary><b>Option 3: Deploy in your local Environment</b></summary>
135+
<summary><b>Option 3:Deploy in Visual Studio Code (WEB)</b></summary>
136+
137+
### Visual Studio Code (WEB)
138+
139+
You can run this solution in VS Code Web. The button will open a web-based VS Code instance in your browser:
140+
141+
1. Open the solution accelerator (this may take several minutes):
142+
143+
[![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://insiders.vscode.dev/azure/?vscode-azure-exp=foundry&agentPayload=eyJiYXNlVXJsIjogImh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWNyb3NvZnQvY29udGVudC1wcm9jZXNzaW5nLXNvbHV0aW9uLWFjY2VsZXJhdG9yL3JlZnMvaGVhZHMvbWFpbi9pbmZyYS92c2NvZGVfd2ViIiwgImluZGV4VXJsIjogIi9pbmRleC5qc29uIiwgInZhcmlhYmxlcyI6IHsiYWdlbnRJZCI6ICIiLCAiY29ubmVjdGlvblN0cmluZyI6ICIiLCAidGhyZWFkSWQiOiAiIiwgInVzZXJNZXNzYWdlIjogIiIsICJwbGF5Z3JvdW5kTmFtZSI6ICIiLCAibG9jYXRpb24iOiAiIiwgInN1YnNjcmlwdGlvbklkIjogIiIsICJyZXNvdXJjZUlkIjogIiIsICJwcm9qZWN0UmVzb3VyY2VJZCI6ICIiLCAiZW5kcG9pbnQiOiAiIn0sICJjb2RlUm91dGUiOiBbImFpLXByb2plY3RzLXNkayIsICJweXRob24iLCAiZGVmYXVsdC1henVyZS1hdXRoIiwgImVuZHBvaW50Il19)
144+
145+
2. When prompted, sign in using your Microsoft account linked to your Azure subscription.
146+
147+
Select the appropriate subscription to continue.
148+
149+
3. Once the solution opens, the **AI Foundry terminal** will automatically start running the following command to install the required dependencies:
150+
151+
```shell
152+
sh install.sh
153+
```
154+
During this process, you’ll be prompted with the message:
155+
```
156+
What would you like to do with these files?
157+
- Overwrite with versions from template
158+
- Keep my existing files unchanged
159+
```
160+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
161+
162+
4. Continue with the [deploying steps](#deploying-with-azd).
163+
164+
165+
</details>
166+
167+
<details>
168+
<summary><b>Option 4: Deploy in your local Environment</b></summary>
135169

136170
### Local Environment
137171

@@ -249,7 +283,7 @@ To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
249283

250284
### Deploying with AZD
251285

252-
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure by following these steps:
286+
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), [Visual Studio Code (WEB)](#visual-studio-code-web), or [locally](#local-environment), you can deploy it to Azure by following these steps:
253287
254288
#### Important: Environment Management for Redeployments
255289

0 commit comments

Comments
 (0)