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.
1 parent f27ddf9 commit 82102c3Copy full SHA for 82102c3
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