Forum Discussion

amolpawar87's avatar
amolpawar87
Copper Contributor
Jun 11, 2024

UrlsAccessibleCheck for most of our AVD HealthCheckFailed

Hi Team most of our AVD are recieving the below errror. We are facing this issue from yesterday. We tried restarting the avd with no luck.
Seems like RD Agent is getting stuck due to which the health is failing. Any suggestion or workaround would be helpful.
{
        "healthCheckName""UrlsAccessibleCheck",
        "healthCheckResult""HealthCheckFailed",
        "additionalFailureDetails": {
            "message""{\"AccessibleUrls\":null,\"NotAccessibleUrls\":null,\"Context\":\"No information URLs accessibility: healthcheck was cancelled.\"}",
            "errorCode"1223,
            "lastHealthCheckDateTime""2024-06-10T14:28:45.5028866Z"
        }
  • pksony88's avatar
    pksony88
    Copper Contributor

    amolpawar87 

     

    • Solution 1: Verify URL Accessibility
    • Access the Session Host via RDP:
      • Take the Remote Desktop Protocol (RDP) connection to the created session host.
    • Check URL Accessibility:
      • Open Command Prompt (CMD) with administrator privileges.
      • Navigate to the directory: C:\Program Files\Microsoft RDInfra\RDAgent_1.0.8431.2300.
      • Run the command: .\WVDAgentUrlTool.exe.
    • Verify Endpoint Access:
    • Solution 2: Re-register the Session Host in the Host Pool
    • Access the Session Host via RDP:
      • Take the RDP of the created session host or the problematic server with administrative privileges.
    • Download Necessary Agents:
      • Download the required agents from the following links:
        • Azure Virtual Desktop Agent
        • Azure Virtual Desktop Agent Bootloader
    • Unblock Downloaded Files:
      • For each downloaded file (agent and bootloader), unblock them:
        • Right-click on the file, select Properties, click Unblock, and then select OK.
    • Generate a New Registration Key:
      • Sign in to the Azure portal.
      • Search for "Azure Virtual Desktop" and select the corresponding service.
      • Navigate to Host pools and select the name of the host pool containing your session host VM.
      • In the Overview blade, select Registration key to generate a new key.
    • Install the Bootloader:
      • Run the bootloader installer on the session host.
    • Restart the Session Host VM:
      • Restart the virtual machine to complete the re-registration process.
    • By following these steps, you should be able to resolve the common issues associated with Azure Virtual Desktop session hosts. If problems persist, further investigation into network configurations or additional Azure support may be required.

    If you follow this steps your issue will resolve.

    Don't forget to mark as answer.

Resources