Skip to content

Commit b697f78

Browse files
authored
Merge pull request #254896 from dknappettmsft/patch13
Patch13
2 parents b271544 + df0dcd5 commit b697f78

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/virtual-desktop/app-attach-faq.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sections:
3535
- question: |
3636
How do I get an MSIX package?
3737
answer: |
38-
Your software vendor will give you an MSIX package. You can also convert non-MSIX packages to MSIX. Learn more at [How to move your existing installers to MSIX](/windows/msix/packaging-tool/create-an-msix-overview#how-to-move-your-existing-installers-to-msix).
38+
Your software vendor gives you an MSIX package. You can also convert non-MSIX packages to MSIX. Learn more at [How to move your existing installers to MSIX](/windows/msix/packaging-tool/create-an-msix-overview#how-to-move-your-existing-installers-to-msix).
3939
4040
- question: |
4141
Which operating systems support MSIX app attach?
@@ -58,14 +58,14 @@ sections:
5858
For two versions of the same MSIX applications to run simultaneously, the MSIX package family defined in the appxmanifest.xml file must be different for each app.
5959
6060
- question: |
61-
Should I disable auto-update when using MSIX app attach?
61+
Should I disable automatic updating of applications when using MSIX app attach?
6262
answer: |
63-
Yes. MSIX app attach doesn't support auto-update for MSIX applications.
63+
Yes. MSIX app attach doesn't support automatic updating for MSIX applications.
6464
6565
- question: |
6666
How do permissions work with MSIX app attach?
6767
answer: |
68-
All virtual machines (VMs) in a host pool that uses MSIX app attach must have read permissions on the file share where the MSIX images are stored. If it also uses Azure Files, they'll need to be granted both role-based access control (RBAC) and New Technology File System (NTFS) permissions.
68+
All virtual machines (VMs) in a host pool that uses MSIX app attach must have read permissions on the file share where the MSIX images are stored. If it also uses Azure Files, they need to be granted both role-based access control (RBAC) and New Technology File System (NTFS) permissions.
6969
7070
- question: |
7171
How many users can use an MSIX image handle?
@@ -77,6 +77,11 @@ sections:
7777
answer: |
7878
MSIX app attach doesn't currently support Microsoft Entra Domain Services. Because Microsoft Entra Domain Services computer objects aren't synchronized to Microsoft Entra ID, the administrator can't provide the required role-based access control (RBAC) permissions for Azure Files.
7979
80+
- question: |
81+
Can I use Microsoft Entra ID joined VMs with MSIX app attach?
82+
answer: |
83+
MSIX app attach doesn't support Microsoft Entra ID joined VMs.
84+
8085
- question: |
8186
Can I use MSIX app attach for HTTP or HTTPs?
8287
answer: |
@@ -100,7 +105,7 @@ sections:
100105
Certain applications can't be application layered, which means they can't be repackaged into an MSIX file. Here's a list of the applications that can't be repackaged:
101106
102107
- Drivers
103-
- Active-X or Silverlight
108+
- ActiveX or Silverlight
104109
- VPN clients
105110
- Antivirus programs
106111
@@ -110,7 +115,7 @@ sections:
110115
Each session host has different limits based on their CPU, memory, and OS. Going over these limits can affect application performance and overall user experience. However, MSIX app attach itself has no limit on how many applications it can use.
111116
112117
- question: |
113-
How many .VHD or .VHDX files can I mount on a host pool?
118+
How many VHD or VHDX files can I mount on a host pool?
114119
answer: |
115120
MSIX app attach itself doesn't have a limit to the number of files you can mount. However, the host pool itself can be limited by the following factors:
116121

0 commit comments

Comments
 (0)