Skip to content

Commit afbd67d

Browse files
chore: Add VS Code Web deployment support and improve deployment documentation
2 parents 506c9b5 + e5b0d8f commit afbd67d

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,14 @@ Select one of the following options to deploy the solution:
141141
| **[Local Machine](#option-c-local-machine)** | Install [software requirements](#14-software-requirements) | Most flexible, requires local setup |
142142
| **[Azure Cloud Shell](#option-d-azure-cloud-shell)** | Web browser | Pre-configured tools, session timeouts |
143143
| **[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 |
144145

145146
### Option A: GitHub Codespaces
146147

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)
151152

152153
### Option B: VS Code Dev Container
153154

@@ -187,7 +188,7 @@ Select one of the following options to deploy the solution:
187188

188189
1. Go to [Azure Cloud Shell](https://shell.azure.com)
189190
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):
191192

192193
```bash
193194
curl -fsSL https://aka.ms/install-azd.sh | bash && exec bash
@@ -221,6 +222,33 @@ Select one of the following options to deploy the solution:
221222
7. Click **Run workflow** and select your branch
222223
8. Monitor the deployment progress in the Actions tab
223224

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):
238+
239+
```bash
240+
curl -fsSL https://aka.ms/install-azd.sh | bash && exec bash
241+
```
242+
243+
5. Clone the repository:
244+
245+
```bash
246+
git clone https://github.com/microsoft/real-time-intelligence-operations-solution-accelerator.git
247+
cd real-time-intelligence-operations-solution-accelerator
248+
```
249+
250+
6. Proceed to deployment: [Step 4: Deploy](#step-4-deploy-the-solution)
251+
224252
---
225253

226254
## Step 3: Configure Deployment Settings - Advanced Configuration

0 commit comments

Comments
 (0)