Skip to content

Commit

Permalink
update OIDC_STORAGE_ACCOUNT_NAME local env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepc2792 committed Oct 10, 2024
1 parent b19e34f commit b2aa108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prepare-a-shared-rp-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ az ad app credential reset \
PARENT_DOMAIN_RESOURCEGROUP='$PARENT_DOMAIN_RESOURCEGROUP'
export DOMAIN_NAME="\$LOCATION.\$PARENT_DOMAIN_NAME"
export AZURE_ENVIRONMENT='AzurePublicCloud'
export OIDC_STORAGE_ACCOUNT_NAME="${RESOURCEGROUP//-}oic"
export OIDC_STORAGE_ACCOUNT_NAME="\${RESOURCEGROUP//-}oic"
EOF
```
Expand Down

0 comments on commit b2aa108

Please sign in to comment.