Skip to content

Commit 098e5a1

Browse files
Merge pull request #111762 from verargulla/patch-9
Update tutorial-windows-vm-access-sql.md
2 parents 616f9fd + 1e9dbe5 commit 098e5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ 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+
> If you encounter the error "Principal `VMName` has a duplicate display name", append the CREATE USER statement with WITH OBJECT_ID='xxx'.
9395
9496
```sql
9597
ALTER ROLE db_datareader ADD MEMBER [VMName]

0 commit comments

Comments
 (0)