Skip to content

Commit 3201c05

Browse files
authored
Merge pull request #130008 from yuemlu/master
Update AES
2 parents 876f2a6 + df3e270 commit 3201c05

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/storage/files/storage-files-identity-ad-ds-assign-permissions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ To assign an Azure role to an Azure AD identity, using the [Azure portal](https:
4242
1. In the Azure portal, go to your file share, or [create a file share](storage-how-to-create-file-share.md).
4343
1. Select **Access Control (IAM)**.
4444
1. Select **Add a role assignment**
45-
1. In the **Add role assignment** blade, select the appropriate built-in role (Storage File Data SMB Share Reader, Storage File Data SMB Share Contributor) from the **Role** list. Leave **Assign access to** at the default setting: **Azure AD user, group, or service principal**. Select the target Azure AD identity by name or email address.
46-
47-
> [!IMPORTANT]
48-
> The selected Azure AD identity must be a hybrid identity and cannot be a cloud only identity.This means that the same identity is also represented in AD DS.
49-
45+
1. In the **Add role assignment** blade, select the appropriate built-in role (Storage File Data SMB Share Reader, Storage File Data SMB Share Contributor) from the **Role** list. Leave **Assign access to** at the default setting: **Azure AD user, group, or service principal**. Select the target Azure AD identity by name or email address. **The selected Azure AD identity must be a hybrid identity and cannot be a cloud only identity.** This means that the same identity is also represented in AD DS.
5046
1. Select **Save** to complete the role assignment operation.
5147

5248
### PowerShell
@@ -79,4 +75,4 @@ az role assignment create --role "<role-name>" --assignee <user-principal-name>
7975

8076
Now that you've assigned share-level permissions, you must configure directory and file-level permissions. Continue to the next article.
8177

82-
[Part three: configure directory and file level permissions over SMB](storage-files-identity-ad-ds-configure-permissions.md)
78+
[Part three: configure directory and file level permissions over SMB](storage-files-identity-ad-ds-configure-permissions.md)

0 commit comments

Comments
 (0)