A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Hello @Sarah Knickerbocker ,
First, assign the Virtual Machine User Login role to the user. Additionally, ensure that the user is included in the Application Group assignments.
To troubleshoot AVD VM that are in a Running state but report a Shutdown health status, begin by restarting the VM from the Azure portal to resolve any potential state inconsistencies. Additionally, verify the Azure VM Agent status to ensure it is running and up to date. If issues persist, consider resetting or upgrading the agent following the recommended steps provided in the Azure documentation.
In the Azure portal, go to AVD VM > Select Access Control (IAM) > Select Role Assignments > Confirm that the user account has been granted either the Virtual Machine User Login or Virtual Machine Administrator Login role.
Ensure that the RDP property targetisaadjoined:i:1 was added to the AVD host pool. To do this, navigate to the Azure portal > Select the host pool configured for Azure AD Join > Select the RDP Properties blade > Select the Advanced Tab > Add targetisaadjoined:i:1.
Disable security defaults by navigating to Entra ID > Manage > Properties > Manage Security Defaults > Disable.
Add Conditional Access policies to exclude the VM from MFA by adding the user.
Enable Conditional Access policies and exclude the users and groups as needed.
Hope this helps! Please let me know if you have any queries.