Skip to content

Commit

Permalink
add acr mamaged identity properties to web app (Azure#14187)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenMaagaard authored and mkarmark committed Jul 20, 2021
1 parent 4b811f1 commit 5ecf726
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,14 @@
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
"type": "boolean"
},
"acrUseManagedIdentityCreds": {
"description": "Flag to use Managed Identity Creds for ACR pull",
"type": "boolean"
},
"acrUserManagedIdentityID": {
"description": "If using user managed identity, the user managed identity ClientId",
"type": "string"
},
"logsDirectorySizeLimit": {
"format": "int32",
"description": "HTTP logs directory size limit.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,14 @@
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
"type": "boolean"
},
"acrUseManagedIdentityCreds": {
"description": "Flag to use Managed Identity Creds for ACR pull",
"type": "boolean"
},
"acrUserManagedIdentityID": {
"description": "If using user managed identity, the user managed identity ClientId",
"type": "string"
},
"logsDirectorySizeLimit": {
"format": "int32",
"description": "HTTP logs directory size limit.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,14 @@
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
"type": "boolean"
},
"acrUseManagedIdentityCreds": {
"description": "Flag to use Managed Identity Creds for ACR pull",
"type": "boolean"
},
"acrUserManagedIdentityID": {
"description": "If using user managed identity, the user managed identity ClientId",
"type": "string"
},
"logsDirectorySizeLimit": {
"format": "int32",
"description": "HTTP logs directory size limit.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2438,6 +2438,14 @@
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
"type": "boolean"
},
"acrUseManagedIdentityCreds": {
"description": "Flag to use Managed Identity Creds for ACR pull",
"type": "boolean"
},
"acrUserManagedIdentityID": {
"description": "If using user managed identity, the user managed identity ClientId",
"type": "string"
},
"logsDirectorySizeLimit": {
"format": "int32",
"description": "HTTP logs directory size limit.",
Expand Down

0 comments on commit 5ecf726

Please sign in to comment.