Skip to content

Commit e2ffd0a

Browse files
edits per author
1 parent a9849e7 commit e2ffd0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ SQL DB requires unique Azure AD display names. With this, the Azure AD accounts
9090
9191
> [!NOTE]
9292
> `VMName` in the following command is the name of the VM that you enabled system assigned identity on in the prerequisites section.
93-
94-
> [!NOTE]
95-
> If you encounter the following error "Principal `VMName` has a duplicate display name", append the CREATE USER statement with WITH OBJECT_ID='xxx'.
93+
>
94+
>
95+
> If you encounter the error "Principal `VMName` has a duplicate display name", append the CREATE USER statement with WITH OBJECT_ID='xxx'.
9696
9797
```sql
9898
ALTER ROLE db_datareader ADD MEMBER [VMName]

0 commit comments

Comments
 (0)