Skip to content

Commit 3e7c569

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-apps/managed-identity.md

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

320320
## <a name="scale-rules"></a>Use managed identity for scale rules
321321

322-
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.
322+
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.
323+
324+
> [!NOTE] Managed identity authentication in scale rules is in public preview. It's available in API version `2024-02-02-preview`.
323325

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

0 commit comments

Comments
 (0)