Skip to content

Commit ee50865

Browse files
docs: Updates step numbers and missing sections
1 parent fd09e2c commit ee50865

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Review the configuration options below. You can customize any settings that meet
180180

181181
**To use production configuration:**
182182

183-
**Prerequisite** — Enable the Microsoft.Compute/EncryptionAtHost feature for every subscription (and region, if required) where you plan to deploy VMs or VM scale sets with `encryptionAtHost: true`. Repeat the registration steps below for each target subscription (and for each region when applicable). This step is required for **WAF-aligned** (production) deployments.
184183
**Prerequisite** — Enable the Microsoft.Compute/EncryptionAtHost feature for every subscription (and region, if required) where you plan to deploy VMs or VM scale sets with `encryptionAtHost: true`. Repeat the registration steps below for each target subscription (and for each region when applicable). This step is required for **WAF-aligned** (production) deployments.
185184

186185
Steps to enable the feature:
@@ -343,15 +342,15 @@ After successful deployment:
343342
1. Follow [App Authentication Configuration](./azure_app_service_auth_setup.md)
344343
2. Wait up to 10 minutes for authentication changes to take effect
345344

346-
### 5.2 Verify Deployment
345+
### 5.3 Verify Deployment
347346

348347
1. Access your application using the URL from Step 4.3
349348
2. Confirm the application loads successfully
350349
<!-- 3. Verify you can sign in with your authenticated account -->
351350

352-
### 5.3 Test the Application
351+
### 5.4 Test the Application
353352

354-
Follow the detailed to test the Multi agent functionality:
353+
Follow the detailed workflow to test the Multi Agent functionality:
355354

356355
📖 **Detailed Instructions:** See the complete [Sample Workflow](./SampleQuestions.md) guide for step-by-step testing procedures.
357356

@@ -464,6 +463,13 @@ azd env get-values
464463
- **Separate configurations:** Each environment can have different parameter settings
465464
- **Clean up unused environments:** Use `azd down` to remove environments you no longer need
466465
466+
## Next Steps
467+
468+
Now that your deployment is complete and tested, explore these resources to enhance your experience:
469+
470+
📚 **Learn More:**
471+
- [Local Development Setup](./LocalDevelopmentSetup.md) - Set up your local development environment
472+
- [Sample Questions](./SampleQuestions.md) - Explore sample questions and workflows
467473
468474
## Need Help?
469475

docs/LocalDevelopmentSetup.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,9 @@ The UI is located under `src/frontend`.
400400
cd src/frontend
401401
```
402402

403-
404-
405-
### 6.3. Install UI Dependencies
403+
### 6.2. Install UI Dependencies
406404

407405
```bash
408-
409406
python -m venv .venv
410407

411408
# Activate virtual environment
@@ -417,18 +414,17 @@ source .venv/bin/activate # Linux/WSL2
417414
pip install -r requirements.txt
418415
```
419416

420-
421417
```bash
422418
npm install
423419
```
424420

425-
### 6.4. Build the UI
421+
### 6.3. Build the UI
426422

427423
```bash
428424
npm run build
429425
```
430426

431-
### 6.5. Start Development Server
427+
### 6.4. Start Development Server
432428

433429
```bash
434430
python frontend_server.py
@@ -551,12 +547,10 @@ Before using the application, confirm all three services are running in separate
551547
Once all services are running (as confirmed in Step 7), you can:
552548

553549
1. **Access the Application**: Open `http://localhost:3000` in your browser to explore the frontend UI
554-
2. **Try a Sample Workflow**: Follow [SampleWorkflow.md](SampleQuestions.md) for a guided walkthrough of the Multi agent process.
555-
3. **Explore the Codebase**: Start with `src/app_kernel.py` to understand the code base
550+
2. **Try a Sample Workflow**: Follow [SampleQuestions.md](SampleQuestions.md) for a guided walkthrough of the Multi agent process
551+
3. **Explore the Codebase**: Start with `src/backend/app.py` to understand the agent architecture
556552

557553

558554
## Related Documentation
559555

560556
- [Deployment Guide](DeploymentGuide.md) - Production deployment instructions
561-
562-

0 commit comments

Comments
 (0)