Hello Everyone,
I am currently working on setting up App Attach in Azure Virtual Desktop (AVD) using a Bicep template, but the attached application is not appearing on the session host.
Steps Completed So Far:
- Self-Signed Certificate:
- Created a self-signed certificate using MSIX Hero for the MSIX package.
- MSIX Package Creation:
- Built the MSIX package using the MSIX Packaging Tool.
Converted the package to VHD/VHDX format using MSIX Hero.
- Certificate Trust:
- VHD Upload and Permissions:
- Uploaded the VHD to a file share in an Azure Storage Account.
- The storage account has Identity Access and Storage Key for access.
- Assigned SMB Reader access to the session hosts for the file share and Reader and Data Access roles to the AVD.
5.App Attach Configuration:
- Imported the certificate onto the required session hosts.
- Created the App Attach package from the VHD.
- Linked the App Attach package to the host pool and added the required assignments.
- Verified the package shows as Created and Active in the portal.
- Registration status is Registered.
- Session Host Health:
Session host is healthy and shows as available in the host pool.
Issue:
Despite following these steps, the application is still not appearing on the session host when users log in.
Questions:
- Are there any additional configuration steps that I may have missed?
- Are there known issues with MSIX conversion, storage account access, or App Attach registration that could cause the application not to appear?
- Is there a way to better diagnose why the App Attach package is not appearing on the session hosts?
I would appreciate any insights or advice on resolving this issue.