Skip to content

Commit 652cf4f

Browse files
Merge pull request #48229 from zhichli/patch-1
fix typo in sample template of managed identity
2 parents f562d55 + 00010cd commit 652cf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ In this section, you assign a user-assigned managed identity to a virtual machin
185185
"identity": {
186186
"type": "userAssigned",
187187
"identityIds": [
188-
"[resourceID('Micrososft.ManagedIdentity/userAssignedIdentities/',variables('<USERASSIGNEDIDENTITY>'))]"
188+
"[resourceID('Microsoft.ManagedIdentity/userAssignedIdentities/',variables('<USERASSIGNEDIDENTITY>'))]"
189189
]
190190
}
191191

0 commit comments

Comments
 (0)