Skip to content

Commit a225441

Browse files
authored
Using service principal for user creation
Clarified using service principal while creating users does not require @domain.com
1 parent c5a3f14 commit a225441

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
@@ -247,7 +247,9 @@ To grant access to a **single** dedicated SQL pool database, follow these steps
247247
```sql
248248
--Create user in the database
249249
CREATE USER [<[email protected]>] FROM EXTERNAL PROVIDER;
250+
-- For Service Principals you would need just the display name and @domain.com is not required
250251
```
252+
251253

252254
2. Grant the user a role to access the database:
253255

0 commit comments

Comments
 (0)