Skip to content

Commit 2952da8

Browse files
updated the Copilot comments
1 parent e6e377e commit 2952da8

2 files changed

Lines changed: 9 additions & 22 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ azd up
311311
After successful deployment:
312312
1. Open [Azure Portal](https://portal.azure.com/)
313313
2. Navigate to your resource group
314-
3. Find the Fronted App Service
314+
3. Find the Frontend App Service
315315
4. Copy the **Default domain**
316316

317317
⚠️ **Important:** Complete [Post-Deployment Steps](#step-5-post-deployment-configuration) before accessing the application.
@@ -320,35 +320,22 @@ After successful deployment:
320320

321321
### 5.1 Run Post Deployment Script
322322

323-
1. Upload Team Configurations using command printed in the terminal. The command will look like one of the following. Run the appropriate command for your shell from the project root:
323+
1. You can upload Team Configurations using command printed in the terminal. The command will look like one of the following. Run the appropriate command for your shell from the project root:
324324

325325
- **For Bash (Linux/macOS/WSL):**
326326
```bash
327-
bash infra/scripts/upload_team_config.sh
327+
bash infra/scripts/selecting_team_config_and_data.sh
328328
```
329329

330330
- **For PowerShell (Windows):**
331331
```powershell
332-
infra\scripts\Upload-Team-Config.ps1
332+
infra\scripts\Selecting-Team-Config-And-Data.ps1
333333
```
334334

335-
2. Index Sample Data into Search Service using command printed in the terminal. The command will look like one of the following. Run the appropriate command for your shell from the project root:
336335

337-
- **For Bash (Linux/macOS/WSL):**
338-
```bash
339-
bash infra/scripts/process_sample_data.sh
340-
```
341-
342-
- **For PowerShell (Windows):**
343-
```powershell
344-
infra\scripts\Selecting-Team-Config-And-Data.ps1
345-
```
346-
347-
3. **[Alternative]** To upload team configurations and index sample data in one step, run the appropriate command for your shell from the project root:
348-
349-
6. **[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).
336+
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).
350337

351-
7. 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
338+
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
352339

353340

354341
### 5.2 Configure Authentication (Optional)

docs/LocalDevelopmentSetup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/ ← Repository roo
3737
│ ├── frontend/ ← cd src/frontend
3838
│ │ ├── node_modules/ ← npm dependencies
3939
│ │ ├── .venv/ ← Virtual environment
40-
│ │ ├── frontend_server.py ← Fronted entry point
40+
│ │ ├── frontend_server.py ← Frontend entry point
4141
│ ├── mcp_server/ ← cd src/mcp_server
4242
│ │ ├── .venv/ ← Virtual environment
4343
│ │ └── mcp_server.py ← MCP server Entry Point
@@ -289,10 +289,10 @@ Get All the values from the Backend container app from Azure portal
289289

290290
- Go to your resource group
291291
- open the backend container
292-
- Go to Environment varibles of conrainers
292+
- Go to Environment variables of conrainers
293293

294294
For reference, see the image below:
295-
![Environment_varibles_example](./images/Environment_varibles_example.png)
295+
![Environment_variables_example](./images/Environment_varibles_example.png)
296296

297297
- Make sure to set APP_ENV to "**dev**"
298298
- Keep Below variables as it is from `.env.example`.

0 commit comments

Comments
 (0)