Skip to content

Commit 41c574c

Browse files
authored
Merge pull request #194626 from dksimpson/1912257-RBAC-fix-22
Update RBAC role assignment steps - batch 22
2 parents 2c4bad2 + da1426e commit 41c574c

File tree

4 files changed

+38
-23
lines changed

4 files changed

+38
-23
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 showing 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 showing 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: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: how-to
66
ms.date: 04/14/2022
77
ms.author: helohr
88
manager: femila
9+
ms.custom: subject-rbac-steps
910
---
1011
# Start Virtual Machine on Connect
1112

@@ -68,19 +69,23 @@ To use the Azure portal to create a custom role for Start VM on Connect:
6869

6970
After that, you'll need to assign the role to the Azure Virtual Desktop service principal.
7071

71-
To assign the custom role:
72+
The following steps describe how to assign the custom role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
7273

73-
1. In the **Access control (IAM) tab**, select **Add role assignment**.
74+
1. In the navigation menu of the subscription, select **Access control (IAM)**.
7475

75-
2. Search for and select the role you just created.
76+
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
7677

77-
3. On the **Members** tab, enter and select **Windows Virtual Desktop** in the search bar.
78+
1. On the **Role** tab, search for and select the role you just created.
7879

79-
>[!NOTE]
80-
>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.
81-
>
82-
> [!div class="mx-imgBorder"]
83-
> ![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)
80+
1. On the **Members** tab, search for and select **Windows Virtual Desktop**.
81+
82+
> [!NOTE]
83+
> 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.
84+
>
85+
86+
![Screenshot showing Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
87+
88+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
8489

8590
### Create a custom role with a JSON file template
8691

0 commit comments

Comments
 (0)