Skip to content

Commit 84b9cb4

Browse files
Merge pull request #300798 from anthonychu/20250603-update-scale-rules
[Container Apps] Remove preview for managed identity in scale rules
2 parents 25c1280 + c0e751e commit 84b9cb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/container-apps/managed-identity.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ To get a token for a resource, make an HTTP `GET` request to the endpoint, inclu
355355

356356
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.
357357

358-
> [!NOTE]
359-
> Managed identity authentication in scale rules is in public preview. It's available in API version `2024-02-02-preview`.
360-
361358
The following ARM template example shows how to use a managed identity with an Azure Queue Storage scale rule:
362359

363360
The queue storage account uses the `accountName` property to identify the storage account, while the `identity` property specifies which managed identity to use. You do not need to use the `auth` property.

0 commit comments

Comments
 (0)