Skip to content

Commit 4c15a17

Browse files
Merge pull request #278198 from ecfan/arm
Managed identity - Fix V1 to V2 for Standard in ARM template
2 parents 53a66e0 + 4bea552 commit 4c15a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ To use a managed identity for authentication, some Azure resources, such as Azur
570570

571571
After you're done, you can use the identity to [authenticate access for triggers and actions that support managed identities](#authenticate-access-with-identity).
572572

573-
For more general information about this task, see [Assign a managed identity access to another resource using Azure RBAC](/entra/identity/managed-identities-azure-resources/howto-assign-access-portal).
573+
For more general information about this task, see [Assign a managed identity access to an Azure resource or another resource](/entra/identity/managed-identities-azure-resources/how-to-assign-access-azure-resource).
574574

575575
<a name="azure-portal-access-policy"></a>
576576

@@ -1251,7 +1251,7 @@ This example shows the underlying connection resource definition for a connector
12511251
"apiVersion": "[providers('Microsoft.Web','connections').apiVersions[0]]",
12521252
"name": "[variables('connections_<connector-name>_name')]",
12531253
"location": "[parameters('location')]",
1254-
"kind": "V1",
1254+
"kind": "V2",
12551255
"properties": {
12561256
"alternativeParameterValues":{},
12571257
"api": {

0 commit comments

Comments
 (0)