Skip to content

Commit 0787c46

Browse files
committed
Editorial changes.
1 parent 8d3cddc commit 0787c46

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This article will show you how to create an FSLogix profile container with Azure
1919

2020
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.
2121

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-
2422
## Add Azure AD DS admins
2523

2624
To add additional admins, you create a new user and grant them permissions.
@@ -55,21 +53,29 @@ To enable authentication:
5553

5654
## Assign access permissions to an identity
5755

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**.
5965

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.
6167

62-
2. Select **Add a role assignment**.
68+
5. For **Assign access to**, select **Azure Active Directory user, group, or service principal**.
6369

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.
6571

66-
4. For **Assign access to**, select **Azure Active Directory user, group, or service principal**.
72+
7. Select **Save**.
6773

68-
5. Select a name or email address for the target Azure Active Directory identity.
74+
## Get the Storage Account access key
6975

70-
6. Select **Save**.
76+
Next, you'll need to get the access key for your Storage Account.
7177

72-
## Get the storage account access key
78+
To get the Storage Account access key:
7379

7480
1. From the Azure portal sidebar, select **Storage accounts**.
7581

@@ -119,9 +125,9 @@ From the Azure portal, open the file share you created in [Set up an Azure Stora
119125
icacls y: /grant [email protected]:(f)
120126
```
121127
122-
## Configure your profile container
128+
## Create a profile container
123129
124-
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.
125131
126132
To configure a FSLogix profile container:
127133
@@ -152,7 +158,7 @@ To configure a FSLogix profile container:
152158
153159
![A screenshot of the Profiles key showing the VHDLocations file. Its Data value shows the URI for the Azure Files share.](media/multi-string-value.png)
154160
155-
## Assign users to session host
161+
## Assign users to a session host
156162
157163
Now you'll need to assign users to your session host.
158164

0 commit comments

Comments
 (0)