Forum Discussion
MSIX app attach Azure portal integration public preview
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)
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, 2021Former EmployeeI was told by the Azure Files engineering team that machine accounts cannot be granted access to Azure Files when AAD DS is used.
- biginquebec130Feb 09, 2021Copper ContributorI understood that during wvd masterclass... thank you for answering Stefan
- ThogjoJan 29, 2021Copper Contributor
I actaully posted this question in another forum and got som answers you might find usefull, ill attach screenshot....
- mjzoutFeb 09, 2021Copper Contributor
I'm lost......
computeraccounts has SMB Share reader rights and NTFS read permissions on the share.
Certificates added to "trusted people" on the hosts.
Azure file share mounted with SAS key on the hosts
Still getting the error below;
{"code":"400","message":"ActivityId: Error: Could not get MSIX applications for Host Pool '≤<name>-Test≥' from image '≤\\\\<storageaccount>\\msix\\GoogleChrome.vhdx≥'. Check inner exception for details."}
What am I doing wrong?