Forum Discussion
MSIX app attach Azure portal integration public preview
hello
Any update about the issue (error 400) when trying to add MSIX stored on Azure File share (on a joined Azure ADDS Storage Account ?
-share & ntfs permissions are ok-
regards,
do you still have this error or is it solved for you?
I'm getting the same error;
Error: Could not get MSIX applications for Host Pool '≤≥' from image '≤\\xxxxxxxx.file.core.windows.net\msix\GoogleChrome.vhdx≥'. Check inner exception for details. (Code: 400)
- ThogjoJan 29, 2021Copper Contributor
I solved it.
Are you using AADDS or ADDS?
You need to make sure your sessionhosts have the IAM Storage File Data SMB Share Reader rights and also you need to follow the guide and grant the NTFS rights.
And finally, you must add the code certificate to trusted people on all sessionhosts 🙂
- mjzoutJan 29, 2021Copper Contributor
i use AADDS.
the session host has the SMB Reader role on the storage account and for NTFS i've configured read permissions for the session host.
Only thing missing is the certificate, gonna try that one 🙂
- Stefan GeorgievFeb 09, 2021Iron ContributorI was told by the Azure Files engineering team that machine accounts cannot be granted access to Azure Files when AAD DS is used.
- AndrewTaylor140Jan 29, 2021Copper Contributor
My issue was because the users and machines were on different domains so the permissions couldn't cope. I just built a couple of file servers in azure with a DFS share for the packages, not had an issue since
- ThogjoJan 29, 2021Copper Contributor
ah ok, i use Azure fileshares for everything. works great. 🙂