Skip to content

Commit e2e8351

Browse files
Update Readmefile as per Post deployment script chnages
1 parent ad68642 commit e2e8351

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,9 @@ This will rebuild the source code, package it into a container, and push it to t
241241
1. **Import Sample Data**
242242
-please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
243243
```shell
244-
bash ./infra/scripts/process_sample_data.sh
245-
```
246-
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:
247-
```shell
248-
bash ./infra/scripts/process_sample_data.sh <resourceGroupName> <cosmosDbAccountName> <storageAccount> <storageContainerName> <keyvaultName> <sqlServerName> <sqlDatabaseName> <webAppUserManagedIdentityClientId> <webAppUserManagedIdentityDisplayName> <aiFoundryResourceName> <aiSearchResourceName>
244+
bash ./infra/scripts/process_sample_data.sh <resourceGroupName>
249245
```
246+
If the deployment does not exist or has been deleted – The script will prompt you to manually enter the required values
250247
251248
2. **Add Authentication Provider**
252249
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authentication in app service. Note that Authentication changes can take up to 10 minutes.

0 commit comments

Comments
 (0)