Skip to content

Commit 3fa1b9e

Browse files
authored
Fix note
1 parent a1b78cc commit 3fa1b9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ To get a token for a resource, make an HTTP `GET` request to the endpoint, inclu
321321

322322
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.
323323

324-
> [!NOTE] Managed identity authentication in scale rules is in public preview. It's available in API version `2024-02-02-preview`.
324+
> [!NOTE]
325+
> Managed identity authentication in scale rules is in public preview. It's available in API version `2024-02-02-preview`.
325326

326327
The following ARM template example shows how to use a managed identities with an Azure Queue Storage scale rule:
327328

0 commit comments

Comments
 (0)