Forum Discussion
Stefan Georgiev
Dec 14, 2020Former Employee
MSIX app attach Azure portal integration public preview
MSIX app attach is an application layering solution that allows you to dynamically attach an application (that is an MSIX package) to a user session. Separating the application from the operating sys...
Stefan Beckmann
Feb 25, 2021Copper Contributor
Storage Account: mymsixstoa01.file.core.windows.net
File Share: msix
You map the share in the Session Host with:
net use t: \\mymsixstoa01.file.core.windows.net /user:AZURE\mymsixstoa01 AccessKey
Then open T: in Windows Explorer, open NTFS ACLs, add the computer account, and if not done yet also the group.
File Share: msix
You map the share in the Session Host with:
net use t: \\mymsixstoa01.file.core.windows.net /user:AZURE\mymsixstoa01 AccessKey
Then open T: in Windows Explorer, open NTFS ACLs, add the computer account, and if not done yet also the group.
jlou65535
Feb 25, 2021MCT
I spent a lot of time to setup the file share for MSIX files on my storage account, same I did for my FSLogix profiles. At the end, I put .vhdx and the .msix on a file share VM