Skip to content

Commit ed974e6

Browse files
docs: update post-deployment instructions to simplify sample data import command
1 parent 4c424ed commit ed974e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ This will rebuild the source code, package it into a container, and push it to t
239239
## Post Deployment Steps
240240
241241
1. **Import Sample Data**
242-
-please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following ( need to replace with newly created "**Azure Resource Group Name**" with "**<AZURE_RESOURCE_GROUP>**" ):
242+
-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 <AZURE_RESOURCE_GROUP>
244+
bash ./infra/scripts/process_sample_data.sh
245245
```
246246
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:
247247
```shell

0 commit comments

Comments
 (0)