Skip to content

Commit

Permalink
default-azuredeploy-docker.json updated with new service principal (#…
Browse files Browse the repository at this point in the history
…3862)

* new service principal updated

* Replaced it with Enter Application Object Id instead of App's application Id
  • Loading branch information
rajithaalurims authored May 16, 2024
1 parent b90769b commit d0bf2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/templates/default-azuredeploy-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
],
"properties": {
"roleDefinitionId": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/', 'b86a8fe4-44ce-4948-aee5-eccb2c155cd7')]", // Role definition ID for "Key Vault Secrets Officer"
"principalId": "3cd8f0ad-3c21-47f1-9a15-b01d9958909a"
"principalId": "89e25294-a480-4657-a77d-bf69c28a836c"
}
},
{
Expand Down

0 comments on commit d0bf2b4

Please sign in to comment.