Skip to content

Commit f118e6e

Browse files
committed
Update RBAC role assignment steps - batch 22
1 parent b9f1bc1 commit f118e6e

File tree

4 files changed

+35
-22
lines changed

4 files changed

+35
-22
lines changed

articles/virtual-desktop/create-file-share.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: how-to
66
ms.date: 12/08/2021
77
ms.author: helohr
88
manager: femila
9+
ms.custom: subject-rbac-steps
910
---
1011
# Create a profile container with Azure Files and AD DS
1112

@@ -84,19 +85,25 @@ To assign Azure role-based access control (Azure RBAC) permissions:
8485

8586
1. Open the Azure portal.
8687

87-
2. Open the storage account you created in [Set up a storage account](#set-up-a-storage-account).
88+
1. Open the storage account you created in [Set up a storage account](#set-up-a-storage-account).
89+
90+
1. Select **File shares**, then select the name of the file share you plan to use.
8891

89-
3. Select **File shares**, then select the name of the file share you plan to use.
92+
1. Select **Access control (IAM)**.
9093

91-
4. Select **Access Control (IAM)**.
94+
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
9295

93-
5. Select **Add a role assignment**.
96+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
9497

95-
6. In the **Add role assignment** tab, select **Storage File Data SMB Share Elevated Contributor** for the administrator account.
98+
| Setting | Value |
99+
| --- | --- |
100+
| Role | Storage File Data SMB Share Elevated Contributor |
101+
| Assign access to | User, group, or service principal |
102+
| Members | <Name of the administrator account> |
96103

97-
To assign users permissions for their FSLogix profiles, follow these same instructions. However, when you get to step 5, select **Storage File Data SMB Share Contributor** instead.
104+
To assign users permissions for their FSLogix profiles, select the **Storage File Data SMB Share Contributor** role instead.
98105

99-
7. Select **Save**.
106+
![Screenshot that shows Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
100107

101108
## Assign users permissions on the Azure file share
102109

articles/virtual-desktop/create-profile-container-adds.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: how-to
66
ms.date: 12/08/2021
77
ms.author: helohr
88
manager: femila
9+
ms.custom: subject-rbac-steps
910
---
1011

1112
# Create a profile container with Azure Files and Azure AD DS
@@ -56,17 +57,19 @@ To assign users access permissions:
5657

5758
1. From the Azure portal, open the file share you created in [Set up an Azure Storage account](#set-up-an-azure-storage-account).
5859

59-
2. Select **Access Control (IAM)**.
60+
1. Select **Access control (IAM)**.
6061

61-
3. Select **Add a role assignment**.
62+
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
6263

63-
4. In the **Add role assignment** tab, select the appropriate built-in role from the role list. You'll need to at least select **Storage File Data SMB Share Contributor** for the account to get proper permissions.
64+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
6465

65-
5. For **Assign access to**, select **Azure Active Directory user, group, or service principal**.
66+
| Setting | Value |
67+
| --- | --- |
68+
| Role | Storage File Data SMB Share Contributor |
69+
| Assign access to | User, group, or service principal |
70+
| Members | <Name or email address for the target Azure Active Directory identity> |
6671

67-
6. Select a name or email address for the target Azure Active Directory identity.
68-
69-
7. Select **Save**.
72+
![Screenshot that shows Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
7073

7174
## Get the Storage Account access key
7275

Binary file not shown.

articles/virtual-desktop/start-virtual-machine-connect.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: how-to
66
ms.date: 09/17/2021
77
ms.author: helohr
88
manager: femila
9+
ms.custom: subject-rbac-steps
910
---
1011
# Start Virtual Machine on Connect
1112

@@ -67,17 +68,19 @@ After that, you'll need to assign the role to the Azure Virtual Desktop service
6768

6869
To assign the custom role:
6970

70-
1. In the **Access control (IAM) tab**, select **Add role assignment**.
71+
1. Select **Access control (IAM)**.
7172

72-
2. Search for and select the role you just created.
73+
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
7374

74-
3. On the **Members** tab, enter and select **Windows Virtual Desktop** in the search bar.
75+
1. Search for and select the role you just created. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
7576

76-
>[!NOTE]
77-
>You might see both the Windows Virtual Desktop and Windows Virtual Desktop Azure Resource Manager Provider first party applications appear if you've deployed Azure Virtual Desktop (classic). Assign the role to both apps.
78-
>
79-
> [!div class="mx-imgBorder"]
80-
> ![A screenshot of the Access control (IAM) tab. In the search bar, both Azure Virtual Desktop and Azure Virtual Desktop (classic) are highlighted in red.](media/add-role-assignment.png)
77+
1. On the **Members** tab, enter and select **Windows Virtual Desktop** in the search bar.
78+
79+
> [!NOTE]
80+
> If you've deployed Azure Virtual Desktop (classic), both the Windows Virtual Desktop and Windows Virtual Desktop Azure Resource Manager Provider first party applications might appear. If so, assign the role to both apps.
81+
>
82+
83+
![Screenshot that shows Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
8184

8285
### Create a custom role with a JSON file template
8386

0 commit comments

Comments
 (0)