Skip to content

Commit

Permalink
Adding managed identity (#17569)
Browse files Browse the repository at this point in the history
* Adding managed identity

* prettier fix.
  • Loading branch information
vturecek authored Feb 3, 2022
1 parent e30fc40 commit c8f6ab8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
}
],
"properties": {
"identity": {
"description": "managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
},
"properties": {
"description": "ContainerApp resource specific properties",
"type": "object",
Expand Down

0 comments on commit c8f6ab8

Please sign in to comment.