Skip to content

Commit 9070be8

Browse files
chore: Update Azure Developer CLI installation instructions in Deployment Guide
1 parent 0d190d0 commit 9070be8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Select one of the following options to deploy the solution:
188188

189189
1. Go to [Azure Cloud Shell](https://shell.azure.com)
190190
2. Ensure shell type is set to **Bash**
191-
3. Install Azure Developer CLI:
191+
3. Install Azure Developer CLI (needed only if CLI is not installed):
192192

193193
```bash
194194
curl -fsSL https://aka.ms/install-azd.sh | bash && exec bash
@@ -234,14 +234,20 @@ Select one of the following options to deploy the solution:
234234

235235
3. Ensure shell type is set to Bash
236236

237-
4. Clone the repository:
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:
238244

239245
```bash
240246
git clone https://github.com/microsoft/real-time-intelligence-operations-solution-accelerator.git
241247
cd real-time-intelligence-operations-solution-accelerator
242248
```
243249

244-
5. Proceed to [Step 4: Deploy](#step-4-deploy-the-solution)
250+
6. Proceed to deployment: [Step 4: Deploy](#step-4-deploy-the-solution)
245251

246252
---
247253

0 commit comments

Comments
 (0)