Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,9 @@ This will rebuild the source code, package it into a container, and push it to t
1. **Import Sample Data**
-please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
```shell
bash ./infra/scripts/process_sample_data.sh
```
if you don't have azd env then you need to pass parameters along with the command. Then the command will look like the following:
```shell
bash ./infra/scripts/process_sample_data.sh <resourceGroupName> <cosmosDbAccountName> <storageAccount> <storageContainerName> <keyvaultName> <sqlServerName> <sqlDatabaseName> <webAppUserManagedIdentityClientId> <webAppUserManagedIdentityDisplayName> <aiFoundryResourceName> <aiSearchResourceName>
bash ./infra/scripts/process_sample_data.sh <resourceGroupName>
```
If the deployment does not exist or has been deleted – The script will prompt you to manually enter the required values

2. **Add Authentication Provider**
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authentication in app service. Note that Authentication changes can take up to 10 minutes.
Expand Down