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
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ azd up
311
311
After successful deployment:
312
312
1. Open [Azure Portal](https://portal.azure.com/)
313
313
2. Navigate to your resource group
314
-
3. Find the Fronted App Service
314
+
3. Find the Frontend App Service
315
315
4. Copy the **Default domain**
316
316
317
317
⚠️ **Important:** Complete [Post-Deployment Steps](#step-5-post-deployment-configuration) before accessing the application.
@@ -320,35 +320,22 @@ After successful deployment:
320
320
321
321
### 5.1 Run Post Deployment Script
322
322
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:
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 commandfor your shell from the project root:
336
335
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 commandfor your shell from the project root:
348
-
349
-
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).
336
+
2. **[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).
350
337
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
0 commit comments