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
kdjones03
Mar 01, 2022Copper Contributor
I'm having the same problem and also looking for a solution. Some VHDs work and others don't. No real error message appears.
- kdjones03Mar 14, 2022Copper ContributorI realized my error by looking at the certificates. The cert needs to be in the "Trusted Peoples" cert store for MSIX app attach to work.
- dealsvMar 14, 2022Copper ContributorSolution:
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