Skip to content

Commit 301e049

Browse files
authored
Merge pull request #89552 from Stropek/patch-1
Update create-managed-service-identity.md
2 parents 0cc2762 + 370a295 commit 301e049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/create-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ Following this `Microsoft.Web/connections` resource definition, make sure that y
10591059
{
10601060
"type": "Microsoft.Web/connections/accessPolicies",
10611061
"apiVersion": "2016-06-01",
1062-
"name": "[concat('<connection-name>'),'/','<object-ID>')]",
1062+
"name": "[concat('<connection-name>','/','<object-ID>')]",
10631063
"location": "<location>",
10641064
"dependsOn": [
10651065
"[resourceId('Microsoft.Web/connections', parameters('connection_name'))]"

0 commit comments

Comments
 (0)