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 5528b57 commit 5ef2437Copy full SHA for 5ef2437
.pipelines/templates/artifact-storage.steps.yaml
@@ -114,7 +114,8 @@ steps:
114
--name "$SA_NAME" \
115
--location "$ACNCI_SA_LOCATION" \
116
--resource-group "$RG_NAME" \
117
- --user-identity-id "$SERVICEPRINCIPALID" \
+ --user-identity-id "$servicePrincipalId" \
118
+ --identity-type UserAssigned \
119
--public-network-access Disabled \
120
--require-infrastructure-encryption \
121
--allow-shared-key-access false \
0 commit comments