Skip to content

Commit 2632747

Browse files
authored
Merge pull request #166326 from dimadhus/dimadhus/addtrailingspacelimitationstodocs
Add user name leading trailing space constraints in documents.
2 parents bb19e14 + 6ce5e13 commit 2632747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/howto-configure-sign-in-azure-ad-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ Example:
171171
```sql
172172
CREATE AADUSER '[email protected]' as 'userDefinedShortName';
173173
```
174-
175174
> [!NOTE]
176-
> Authenticating a user through Azure AD does not give the user any permissions to access objects within the Azure Database for MySQL database. You must grant the user the required permissions manually.
175+
> 1. MySQL ignores leading and trailing spaces so user name should not have any leading or trailing spaces.
176+
> 2. Authenticating a user through Azure AD does not give the user any permissions to access objects within the Azure Database for MySQL database. You must grant the user the required permissions manually.
177177
178178
## Creating Azure AD groups in Azure Database for MySQL
179179

0 commit comments

Comments
 (0)