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 Actions](#option-e-github-actions)**| Azure service principal | Federated identity, automated deployment |
144
+
|**[Visual Studio Code Web](#option-f-visual-studio-code-web)**| Web browser | Pre-configured tools, session timeouts |
144
145
145
146
### Option A: GitHub Codespaces
146
147
147
-
1. Go to the [Real-Time Intelligence Operations repository](https://github.com/microsoft/real-time-intelligence-operations-solution-accelerator)
148
-
2.Click **Code** → **Codespaces** → **Create codespace on main**
149
-
3. Wait for the environment to initialize (2-3 minutes)
150
-
4. All tools are pre-installed; proceed to [Step 4: Deploy](#step-4-deploy-the-solution)
148
+
1. Go to the [Real-Time Intelligence Operations repository in GitHub Codespaces](https://codespaces.new/microsoft/real-time-intelligence-operations-solution-accelerator)
149
+
2.Follow the instructions on screen to create a new codespace with default setup.
150
+
2. Wait for the environment to initialize (2-3 minutes)
151
+
3. All tools are pre-installed; proceed to [Step 4: Deploy](#step-4-deploy-the-solution)
151
152
152
153
### Option B: VS Code Dev Container
153
154
@@ -187,7 +188,7 @@ Select one of the following options to deploy the solution:
187
188
188
189
1. Go to [Azure Cloud Shell](https://shell.azure.com)
189
190
2. Ensure shell type is set to **Bash**
190
-
3. Install Azure Developer CLI:
191
+
3. Install Azure Developer CLI (needed only if CLI is not installed):
@@ -221,6 +222,33 @@ Select one of the following options to deploy the solution:
221
222
7. Click **Run workflow** and select your branch
222
223
8. Monitor the deployment progress in the Actions tab
223
224
225
+
### Option F: Visual Studio Code Web
226
+
227
+
**Deploy from your browser—no local setup required.**
228
+
229
+
1. Go to [VS Code Web](https://insiders.vscode.dev/azure/?vscode-azure-exp=foundry&agentPayload=eyJiYXNlVXJsIjogImh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWNyb3NvZnQvcmVhbC10aW1lLWludGVsbGlnZW5jZS1vcGVyYXRpb25zLXNvbHV0aW9uLWFjY2VsZXJhdG9yL3JlZnMvaGVhZHMvbWFpbi9pbmZyYS92c2NvZGVfd2ViIiwgImluZGV4VXJsIjogIi9pbmRleC5qc29uIiwgInZhcmlhYmxlcyI6IHsiYWdlbnRJZCI6ICIiLCAiY29ubmVjdGlvblN0cmluZyI6ICIiLCAidGhyZWFkSWQiOiAiIiwgInVzZXJNZXNzYWdlIjogIiIsICJwbGF5Z3JvdW5kTmFtZSI6ICIiLCAibG9jYXRpb24iOiAiIiwgInN1YnNjcmlwdGlvbklkIjogIiIsICJyZXNvdXJjZUlkIjogIiIsICJwcm9qZWN0UmVzb3VyY2VJZCI6ICIiLCAiZW5kcG9pbnQiOiAiIn0sICJjb2RlUm91dGUiOiBbImFpLXByb2plY3RzLXNkayIsICJweXRob24iLCAiZGVmYXVsdC1henVyZS1hdXRoIiwgImVuZHBvaW50Il19)
230
+
231
+
2. When prompted, sign in using your Microsoft account linked to your Azure subscription.
232
+
233
+
Select the appropriate subscription to continue.
234
+
235
+
3. Ensure shell type is set to Bash
236
+
237
+
4. Install Azure Developer CLI (needed only if CLI is not installed):
0 commit comments