Skip to content

Commit

Permalink
Contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcfarland committed Jun 20, 2024
1 parent 79f541a commit 38a7c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ Container Registry repo where you published your local images:
- `ACR_TILER_REPO`
- `IMAGE_TAG`

__Note:__ Remember to bring down your resources after testing with `terraform destroy`!
**Note:** Remember to bring down your resources after testing with `terraform destroy`!

## Loading configuration data

Configuration data is stored in Azure Storage Tables. Use the `pcapis` command line interface that is installed with the `pccommon` package to load data. For example:

```console
> az login # Use an account that has "Storage Table Data Reader" on the account
> az login # Use an account that has "Storage Table Data Contributor" on the account
> pcapis load -t collection --account pctapissatyasa --table collectionconfig --file pccommon/tests/data-files/collection_config.json
```

Expand Down

0 comments on commit 38a7c61

Please sign in to comment.