Skip to content

Commit 42ba861

Browse files
authored
Merge pull request #47047 from Potapy4/patch-6
Fix typo in code snippet
2 parents c869e44 + 59ebb1e commit 42ba861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Use `'Full'` when you need resource values that aren't part of the properties sc
473473
"tenantId": "[subscription().tenantId]",
474474
"accessPolicies": [
475475
{
476-
"tenantId": "[reference(reosurceId('Microsoft.Compute/virtualMachines', variables('vmName')), '2019-03-01', 'Full').identity.tenantId]",
476+
"tenantId": "[reference(resourceId('Microsoft.Compute/virtualMachines', variables('vmName')), '2019-03-01', 'Full').identity.tenantId]",
477477
"objectId": "[reference(resourceId('Microsoft.Compute/virtualMachines', variables('vmName')), '2019-03-01', 'Full').identity.principalId]",
478478
"permissions": {
479479
"keys": [

0 commit comments

Comments
 (0)