An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Mustafa Ali
This forum is community-based, so we don't have access to your Azure subscription and can't restart KAVD-MUSTA-LG3 or change its RBAC permissions from here.
The E_PROXY_ORCHESTRATION_LB_NO_SESSIONHOST_AVAILABLE error, combined with the session host showing Agent status: Not Ready, means AVD currently has no healthy session host available for the connection. Since your account only has Reader access and you're receiving AuthorizationFailed, an administrator with the appropriate permissions will need to restart/deallocate-start the VM and then verify its status under Host pool → Session hosts.
Regarding permissions, Virtual Machine Contributor at the individual VM scope allows start/restart/deallocate operations, but it grants far more VM-management permissions than power operations alone.
If you only need to manage VM power state, your administrator should consider a least-privilege custom role with the required start/restart/deallocate actions rather than granting full Virtual Machine Contributor.
Reference: Microsoft – Azure built-in roles for Compute
If the VM becomes available after restart but later returns to Not Ready, investigate the underlying AVD Agent/Boot Loader, network connectivity, and AVD service connectivity rather than repeatedly restarting the VM.
Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.