Skip to content

Commit d14c1f2

Browse files
updated the deployment guide
1 parent 2fcab6e commit d14c1f2

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

docs/DeploymentGuide.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -394,37 +394,12 @@ azd init -t microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/
394394
infra\scripts\Selecting-Team-Config-And-Data.ps1
395395
```
396396

397-
6. After deployment completes, you can 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:
398397

399-
- **For Bash (Linux/macOS/WSL):**
400-
401-
```bash
402-
bash infra/scripts/process_sample_data.sh
403-
```
404-
405-
- **For PowerShell (Windows):**
406-
```powershell
407-
infra\scripts\Process-Sample-Data.ps1
408-
``` --->
409-
410-
7. To upload team configurations and index sample data in one step. Run the appropriate command for your shell from the project root:
411-
412-
- **For Bash (Linux/macOS/WSL):**
413-
414-
```bash
415-
bash infra/scripts/team_config_and_data.sh
416-
```
417-
418-
- **For PowerShell (Windows):**
419-
```powershell
420-
infra\scripts\Team-Config-And-Data.ps1
421-
``` -->
422-
423-
8. **[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).
398+
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).
424399

425-
9. 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
400+
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
426401

427-
10. If you are done trying out the application, you can delete the resources by running `azd down`.
402+
8. If you are done trying out the application, you can delete the resources by running `azd down`.
428403

429404

430405
### 🛠️ Troubleshooting

0 commit comments

Comments
 (0)