diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 1d61f236..974a376c 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -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 + bash ./infra/scripts/process_sample_data.sh ``` + 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.