Skip to content

Commit f36087f

Browse files
updated refrences and localdeployment
1 parent ee50865 commit f36087f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ After successful deployment:
332332
```
333333

334334

335-
2. **[Optional]** Set up authentication for your web application by following the steps in [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md).
335+
2. After executing the above script, the system will present available use case scenarios for selection. You can choose individual scenarios or deploy all use cases simultaneously. Upon selection, the corresponding datasets and configuration files for the chosen use case(s) will be uploaded to your Azure environment.
336336

337-
3. When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
337+
![Usecase selection](./images/Usecase_selection.png)
338338

339339

340340
### 5.2 Configure Authentication (Optional)

docs/LocalDevelopmentSetup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/ ← Repository roo
3333
│ ├── backend/ ← cd src/backend
3434
│ │ ├── .venv/ ← Virtual environment
3535
│ │ └── .env ← Backend config file
36-
│ │ └── app_kernel.py ← Backend Entry Point
36+
│ │ └── app.py ← Backend Entry Point
3737
│ ├── frontend/ ← cd src/frontend
3838
│ │ ├── node_modules/ ← npm dependencies
3939
│ │ ├── .venv/ ← Virtual environment
@@ -330,7 +330,7 @@ py -3.12 -m uv sync
330330
### 4.4. Run the Backend
331331

332332
```bash
333-
python app_kernel.py
333+
python app.py
334334
```
335335

336336
The Backend API will start at:
@@ -508,7 +508,7 @@ Before using the application, confirm all three services are running in separate
508508

509509
| Terminal | Service | Command | Expected Output | URL |
510510
|----------|---------|---------|-----------------|-----|
511-
| **Terminal 1** | Backend | `python app_kernel.py` | `INFO: Application startup complete.` | http://localhost:8000 |
511+
| **Terminal 1** | Backend | `python app.py` | `INFO: Application startup complete.` | http://localhost:8000 |
512512
| **Terminal 2** | MCP Server | `python mcp_server.py --transport streamable-http --host 0.0.0.0 --port 9000` | `INFO: Uvicorn running on http://0.0.0.0:9000 (Press CTRL+C to quit)` | http://localhost:9000 |
513513
| **Terminal 3** | Frontend | `python frontend_server.py` | `Local: http://localhost:3000/` | http://localhost:3000 |
514514

-19.8 KB
Loading

docs/images/Usecase_selection.png

51.1 KB
Loading

0 commit comments

Comments
 (0)