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 8d9584e commit e11c897Copy full SHA for e11c897
.pipelines/templates/artifact-storage.steps.yaml
@@ -51,12 +51,12 @@ steps:
51
az role assignment create \
52
--role "Storage Account Contributor" \
53
--assignee-principal-type ServicePrincipal \
54
- --assignee-object-id "$SP_APP_OID" \
+ --assignee-object-id "$servicePrincipalId" \
55
--scope "$RG_ID"
56
57
--role "Storage Blob Data Contributor" \
58
59
60
61
62
else
0 commit comments