Skip to content

Commit d4be551

Browse files
committed
Updates based on feedback.
1 parent 0069eca commit d4be551

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/virtual-desktop/app-attach-file-share.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a file share for MSIX app attach
2+
title: Set up a file share for MSIX app attach
33
titleSuffix: Azure Virtual Desktop
44
description: How to set up a file share for MSIX app attach for Azure Virtual Desktop.
55
author: Heidilohr
@@ -8,9 +8,9 @@ ms.date: 03/22/2023
88
ms.author: helohr
99
manager: femila
1010
---
11-
# Create a file share for MSIX app attach
11+
# Set up a file share for MSIX app attach
1212

13-
When a user in a host pool accesses MSIX images, they must be stored in a network share with read-only permissions. In the how-to, you'll learn the steps needed to set up a file share for MSIX app attach.
13+
For a user to access MSIX images, the images must be stored on a network share. In this article, you'll learn how to set up a file share for MSIX app attach.
1414

1515
MSIX app attach doesn't have dependencies on the type of storage fabric the file share uses. The considerations for the MSIX app attach share are same as the considerations for an FSLogix share. To learn more about storage requirements, see [Storage options for FSLogix profile containers in Azure Virtual Desktop](store-fslogix-profile.md).
1616

@@ -45,24 +45,27 @@ Here are some other things we recommend you do to optimize MSIX app attach perfo
4545

4646
- `<MSIXAppAttachFileShare\>\*.VHD`
4747
- `<MSIXAppAttachFileShare\>\*.VHDX`
48+
- `<MSIXAppAttachFileShare>.CIM`
49+
50+
- If you're using Azure Files, exclude the following locations from antivirus scans:
51+
4852
- `\\storageaccount.file.core.windows.net\share*.VHD`
4953
- `\\storageaccount.file.core.windows.net\share*.VHDX`
50-
- `<MSIXAppAttachFileShare>.CIM`
5154
- `\\storageaccount.file.core.windows.net\share**.CIM`
5255

5356
- Separate the storage fabrics for MSIX app attach from FSLogix profile containers.
5457
- Any disaster recovery plans for Azure Virtual Desktop must include replicating the MSIX app attach file share in your secondary failover location. To learn more about disaster recovery, see [Set up a business continuity and disaster recovery plan](disaster-recovery.md). You'll also need to ensure your file share path is accessible in the secondary location. You can use [Distributed File System (DFS) Namespaces](/windows-server/storage/dfs-namespaces/dfs-overview) to provide a single share name across different file shares.
5558

56-
## File share creation
59+
## Configure file share permissions when using Azure Files
5760

58-
The setup process for MSIX app attach file share is largely the same as [the setup process for FSLogix profile file shares](create-host-pools-user-profile.md). However, you'll need to assign users different permissions. MSIX app attach requires read-only permissions to access the file share.
61+
The setup process for MSIX app attach file share is largely the same as [the setup process for FSLogix profile file shares](create-host-pools-user-profile.md). However, you'll need to assign different permissions. MSIX app attach requires read-only permissions using the computer account of each session host to access the file share.
5962

60-
If you're storing your MSIX applications in Azure Files, then for your session hosts, you'll need to assign all session hosts VMs both storage account role-based access permissions and file share New Technology File System (NTFS) permissions on the share.
63+
When you store your MSIX applications in Azure Files, you must assign all session host VMs both storage account role-based access permissions and file share New Technology File System (NTFS) permissions on the share.
6164

6265
| Azure object | Required role | Role function |
6366
|-----------------------------------|--------------------------------------------------|-----------------------------------------------|
64-
| Session hosts (VM computer objects)| Storage File Data SMB Share Reader | Allows for read access to Azure File Share over SMB |
65-
| Admins on File Share | Storage File Data SMB Share Elevated Contributor | Full control |
67+
| Session hosts (VM computer objects)| [Storage File Data SMB Share Reader](../role-based-access-control/built-in-roles.md#storage-file-data-smb-share-reader) | Allows for read access to Azure File Share over SMB |
68+
| Admins on File Share | [Storage File Data SMB Share Elevated Contributor](../role-based-access-control/built-in-roles.md#storage-file-data-smb-share-elevated-contributor) | Allows for read, write, delete, and modify ACLs on files and directories in Azure File Shares |
6669

6770
To assign session hosts VMs permissions for the storage account and file share:
6871

0 commit comments

Comments
 (0)