Forum Discussion
Stefan Georgiev
Dec 14, 2020Iron Contributor
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...
EddyCC
Dec 22, 2020Copper Contributor
Maybe some assistance from me (got it working). Please check following:
- Try to deploy a "local" share through a server
- Enable validation hostpool
- Install the Certificate on all VMs in the hostpool you want to deploy the App (Cert -> Trusted People)
- Install the Hyper-V role / Hyper-V powershell ( Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All) on all VMs in the hostpool
- Add the package in the hostpool (pay attention: only the UNC path is accepeted: \\fileserver\Example\ExampleApp.vhd)
- Wait about 2-3 minutes before connecting to the host. It takes some time till the settings are published to the hosts in the hostpool and the app is visible
Stefan Georgiev
Dec 28, 2020Iron Contributor
on the last bullet point it takes up to 5 min. our checking interval for changes is 5 min right now. during the preview we are evaluating if we need to make it shorter.