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
|**GitHub Codespaces**| Quick deployment, no local setup required | GitHub account with Codespace enabled |~3-5 minutes |
92
92
|**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 |
93
94
|**Local Environment**| Enterprise environments, full control | All tools individually |~15-30 minutes |
94
95
95
96
**💡 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.
131
132
</details>
132
133
133
134
<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
+
[&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>
135
169
136
170
### Local Environment
137
171
@@ -249,7 +283,7 @@ To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
249
283
250
284
### Deploying with AZD
251
285
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:
253
287
254
288
#### Important: Environment Management for Redeployments
0 commit comments