Skip to content

Commit 57358b7

Browse files
authored
Merge pull request #183715 from jovanpop-msft/patch-229
Cannot create Azure AD login or user
2 parents b579bce + 4aaae25 commit 57358b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ spark.conf.set("spark.sql.legacy.parquet.int96RebaseModeInWrite", "CORRECTED")
508508

509509
## Configuration
510510

511-
### Query fails with: Please create a master key in the database or open the master key in the session before performing this operation.
511+
### Please create a master key in the database or open the master key in the session before performing this operation.
512512

513513
If your query fails with the error message 'Please create a master key in the database or open the master key in the session before performing this operation.', it means that your user database has no access to a master key in the moment.
514514

@@ -559,6 +559,12 @@ If you are trying to create some SQL objects, users, or change permissions in a
559559

560560
Create a separate database and reference the synchronized [tables](../metadata/table.md) using 3-part names and cross-database queries.
561561

562+
### Cannot create Azure AD login or user
563+
564+
If you are getting an error while trying to create new Azure AD login or user in database, check what login you used to connect to your database. The login that is trying to create a new Azure AD user must have permission to access Azure AD domain and check does the user exist.
565+
- SQL logins do not have this permission, so you will always get this error if you use SQL authentication.
566+
- If you are using Azure AD login to create new logins, check do you have permission to access Azure AD domain.
567+
562568
## Cosmos DB
563569

564570
Possible errors and troubleshooting actions are listed in the following table.

0 commit comments

Comments
 (0)