You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commandfor your shell from the project root:
398
397
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 commandfor 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 foryour web application by following the stepsin [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md).
398
+
6. **[Optional]** Set up authentication foryour web application by following the stepsin [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md).
424
399
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
426
401
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`.
0 commit comments