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 3e7c569 commit 96687a4Copy full SHA for 96687a4
articles/container-apps/managed-identity.md
@@ -384,15 +384,15 @@ This approach limits the resources that can be accessed if a malicious actor wer
384
"identitySettings":[
385
{
386
"identity": "ACR_IMAGEPULL_IDENTITY_RESOURCE_ID",
387
- "lifecycle": "none"
+ "lifecycle": "None"
388
},
389
390
"identity": "<IDENTITY1_RESOURCE_ID>",
391
- "lifecycle": "init"
+ "lifecycle": "Init"
392
393
394
"identity": "system",
395
- "lifecycle": "main"
+ "lifecycle": "Main"
396
}]
397
398
"template": {
0 commit comments