Skip to content

Commit 00aac9e

Browse files
committed
update permission description
1 parent 4046519 commit 00aac9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/mysql/flexible-server/connect-java.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,18 @@ az mysql flexible-server create \
115115
--output tsv
116116
```
117117

118-
Run the following command to create user identity for assigning:
118+
Run the following command to create **User-Assigned Identity** for assigning:
119119

120120
```azurecli
121121
az identity create \
122122
--resource-group $AZ_RESOURCE_GROUP \
123123
--name $AZ_USER_IDENTITY_NAME
124124
```
125125

126+
> [!IMPORTANT]
127+
> After creating **User-Assigned Identity**, ask your **Global Administrator** or **Privileged Role Administrator** to grant three permissions: `User.Read.All`, `GroupMember.Read.All` and `Application.Read.ALL` for this identity.
128+
> More information refer [Active Directory authentication](/azure/mysql/flexible-server/concepts-azure-ad-authentication#permissions)
129+
126130
Run the following command to assign the identity to MySQL server for creating Azure AD admin:
127131

128132
```azurecli

0 commit comments

Comments
 (0)