We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c17cfd + 82102c3 commit 032bf04Copy full SHA for 032bf04
scripts/kind-with-registry.sh
@@ -114,7 +114,7 @@ function checkAZWIENVPreReqsAndCreateFiles() {
114
az storage container create --name "${AZWI_STORAGE_CONTAINER}" --account-name "${AZWI_STORAGE_ACCOUNT}" --output none --only-show-errors
115
fi
116
117
- SERVICE_ACCOUNT_ISSUER=$(az storage account show --name "${AZWI_STORAGE_ACCOUNT}" -o json | jq -r .primaryEndpoints.web)
+ SERVICE_ACCOUNT_ISSUER=$(az storage account show --name "${AZWI_STORAGE_ACCOUNT}" --resource-group "${AZWI_RESOURCE_GROUP}" -o json | jq -r .primaryEndpoints.web)
118
export SERVICE_ACCOUNT_ISSUER
119
AZWI_OPENID_CONFIG_FILEPATH="${REPO_ROOT}/openid-configuration.json"
120
cat <<EOF > "${AZWI_OPENID_CONFIG_FILEPATH}"
0 commit comments