You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/create-profile-container-adds.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ This article will show you how to create an FSLogix profile container with Azure
19
19
20
20
This article assumes you've already set up an Azure AD DS instance. If you don't have one yet, follow the instructions in [Create a basic managed domain](../active-directory-domain-services/tutorial-create-instance.md) first, then return here.
21
21
22
-
You'll also need a general-purpose v2 Azure Storage account in the Azure portal. To learn how to set up your account, check out [Create an Azure Storage account](../storage/common/storage-account-create.md).
23
-
24
22
## Add Azure AD DS admins
25
23
26
24
To add additional admins, you create a new user and grant them permissions.
@@ -55,21 +53,29 @@ To enable authentication:
55
53
56
54
## Assign access permissions to an identity
57
55
58
-
From the Azure portal, open the file share you created in [Set up an Azure Storage account](#set-up-an-azure-storage-account).
56
+
Other users will need access permissions to access your file share. To do this, you'll need to assign each user a role with the appropriate access permissions.
57
+
58
+
To assign users access permissions:
59
+
60
+
1. From the Azure portal, open the file share you created in [Set up an Azure Storage account](#set-up-an-azure-storage-account).
61
+
62
+
2. Select **Access Control (IAM)**.
63
+
64
+
3. Select **Add a role assignment**.
59
65
60
-
1. Select **Access Control (IAM)**.
66
+
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.
61
67
62
-
2. Select**Add a role assignment**.
68
+
5. For**Assign access to**, select **Azure Active Directory user, group, or service principal**.
63
69
64
-
3. 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.
70
+
6. Select a name or email address for the target Azure Active Directory identity.
65
71
66
-
4. For**Assign access to**, select **Azure Active Directory user, group, or service principal**.
72
+
7. Select**Save**.
67
73
68
-
5. Select a name or email address for the target Azure Active Directory identity.
74
+
## Get the Storage Account access key
69
75
70
-
6. Select **Save**.
76
+
Next, you'll need to get the access key for your Storage Account.
71
77
72
-
## Get the storage account access key
78
+
To get the Storage Account access key:
73
79
74
80
1. From the Azure portal sidebar, select **Storage accounts**.
75
81
@@ -119,9 +125,9 @@ From the Azure portal, open the file share you created in [Set up an Azure Stora
Now that you're ready to go, let's configure the FSLogix profile container.
130
+
Now that your profiles are ready to go, let's create a FSLogix profile container.
125
131
126
132
To configure a FSLogix profile container:
127
133
@@ -152,7 +158,7 @@ To configure a FSLogix profile container:
152
158
153
159

154
160
155
-
## Assign users to session host
161
+
## Assign users to a session host
156
162
157
163
Now you'll need to assign users to your session host.
0 commit comments