Configure storage security
When working with AVD, and especially with pooled host pools, the IT admin needs to configure the storage account for FSLogix and make it secure so that only the session host can access it. This is done with the help of the following:
- RBAC roles on the storage account
- Applying the correct NTFS permissions on the file share
- Configuring private access using a private endpoint
- Configuring NSGs
Let’s explore them one by one.
RBAC roles on the storage account
The first thing that needs to be configured on the storage account is the Azure permissions for the IT admins and the end users. This is done by assigning specific built-in roles on the storage account and file share. Of course, to assign these permissions, the IT admin has to create a storage account and file share first.
Be aware that in order to configure these permissions, an identity source such as Active Directory Domain Services (ADDS), Entra Domain Services...