Skip to content

Commit 629b2d8

Browse files
authored
Merge pull request #88794 from arvindindeed/patch-1
Using service principal for user creation
2 parents 40c9028 + a225441 commit 629b2d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/synapse-analytics/security/how-to-set-up-access-control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ You can grant access to a **single**, dedicated, SQL pool database. Use these st
238238
```sql
239239
--Create user in the database
240240
CREATE USER [<[email protected]>] FROM EXTERNAL PROVIDER;
241+
-- For Service Principals you would need just the display name and @domain.com is not required
241242
```
243+
242244

243245
2. Grant the user a role to access the database:
244246

0 commit comments

Comments
 (0)