Skip to content

Commit 97ca74e

Browse files
committed
update reame
1 parent 5347792 commit 97ca74e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,12 @@ To change the azd parameters from the default values, follow the steps [here](./
192192
* This deployment will take *7-10 minutes* to provision the resources in your account and set up the solution with sample data.
193193
* If you get an error or timeout with deployment, changing the location can help, as there may be availability constraints for the resources.
194194
195-
5. Once the deployment has completed successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service and get the app URL from `Default domain`.
195+
5. Once the deployment has completed successfully and you would like to use the sample data, run the bash command printed in the terminal. The bash command will look like the following:
196+
```shell
197+
./infra/scripts/process_sample_data.sh <Storage-Account-name> <Storgae-Account-container-name> <Key-Vault-name>
198+
```
199+
200+
6. Open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service and get the app URL from `Default domain`.
196201
197202
6. You can now delete the resources by running `azd down`, if you are done trying out the application.
198203
<!-- 6. You can now proceed to run the [development server](#development-server) to test the app locally, or if you are done trying out the app, you can delete the resources by running `azd down`. -->

azure.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ hooks:
3131
run: |
3232
Write-Host "Web app URL: "
3333
Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
34-
# Write-Host "Run the following command in the terminal to copy data files to storage account: "
35-
# Write-Host "$env:copykbfiles" -ForegroundColor Cyan
36-
# Write-Host "Run the following command in the terminal to run the scripts: "
37-
# Write-Host "$env:createindex" -ForegroundColor Cyan
3834
Write-Host "`nIf you want to use the Sample Data, run the following command in the Bash terminal to process it:"
3935
Write-Host "bash ./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME $env:KEY_VAULT_NAME" -ForegroundColor Cyan
4036
shell: pwsh

0 commit comments

Comments
 (0)