Skip to content

Commit

Permalink
docs: replace pmi with azwi in development doc (#646)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>

Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Nov 22, 2022
1 parent 28a5746 commit 71e9738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ writing RSA key
Azure blob storage will be used to host the OIDC discovery document and JWKS. However, you can host them in anywhere, as long as they are publicly available.

```bash
export AZURE_STORAGE_ACCOUNT="pmi$(openssl rand -hex 4)"
export AZURE_STORAGE_ACCOUNT="azwi$(openssl rand -hex 4)"
export AZURE_STORAGE_CONTAINER="oidc-test"
az storage account create --resource-group "${RESOURCE_GROUP}" --name "${AZURE_STORAGE_ACCOUNT}"
az storage container create --name "${AZURE_STORAGE_CONTAINER}" --public-access container
Expand Down

0 comments on commit 71e9738

Please sign in to comment.