Skip to content

Commit 3c4b2c8

Browse files
Update articles/container-apps/managed-identity.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent a538d2a commit 3c4b2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ To get a token for a resource, make an HTTP GET request to the endpoint, includi
315315

316316
## Use managed identity for scale rules
317317

318-
Starting in API version `2024-02-02-preview`, you can use managed identities in your scale rules to authenticate with Azure services that support managed identities. To use a managed identity in your scale rule, use the `identity` property with the Azure resource ID of a user-assigned identity, or "system" to use a system-assigned identity, instead of the `auth` property in your scale rule.
318+
Starting in API version `2024-02-02-preview`, you can use managed identities in your scale rules to authenticate with Azure services that support managed identities. To use a managed identity in your scale rule, use the `identity` property instead of the `auth` property in your scale rule. Acceptable values for the `identity` property are either the Azure resource ID of a user-assigned identity, or `system` to use a system-assigned identity
319319

320320
The following example shows how to use a managed identities with an Azure Queue scale rule:
321321

0 commit comments

Comments
 (0)