Skip to content

Commit 96687a4

Browse files
authored
Update articles/container-apps/managed-identity.md
1 parent 3e7c569 commit 96687a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,15 +384,15 @@ This approach limits the resources that can be accessed if a malicious actor wer
384384
"identitySettings":[
385385
{
386386
"identity": "ACR_IMAGEPULL_IDENTITY_RESOURCE_ID",
387-
"lifecycle": "none"
387+
"lifecycle": "None"
388388
},
389389
{
390390
"identity": "<IDENTITY1_RESOURCE_ID>",
391-
"lifecycle": "init"
391+
"lifecycle": "Init"
392392
},
393393
{
394394
"identity": "system",
395-
"lifecycle": "main"
395+
"lifecycle": "Main"
396396
}]
397397
},
398398
"template": {

0 commit comments

Comments
 (0)