Forum Discussion
dealsv
Feb 20, 2022Copper Contributor
Azure MSIX app attach
Hello, we have the following problem. We have created a hostpool with a VM which is joined to our on prem domain. Furthermore we created a storage account which is also joined to our on prem domain...
- Mar 14, 2022Solution:
The computer accounts need to be added to a group which is synchronized to Azure AD. This group needs the rights "Storage File Data SMB Share Contributer" and "Storage File Data SMB Share Elevated Contributer". The .pfx file used for the MSIX package needs to be added under Trusted Root Certification Authorities.
This has solved all my problems
Johan_Vanneuville
Feb 22, 2022Iron Contributor
is the .vhd file in the file share or the MSIX package that you created?
dealsv
Feb 22, 2022Copper Contributor
it is only the .vhd on the file share
\\Storage account name\file share\vhd
The FileShare is mounted exactly the same way on the host and can mount the vhd from there as well.
\\Storage account name\file share\vhd
The FileShare is mounted exactly the same way on the host and can mount the vhd from there as well.