Skip to content

Commit 1b2456d

Browse files
authored
Remove preview for managed identity in scale rules
1 parent 8a7cbbf commit 1b2456d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main"
4+
]
5+
}

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)