Unable to access Windows Admin Center (extension) on Azure VM

KoehleRyan-4267 5 Reputation points
2024-11-14T13:50:46.58+00:00

Installing the Windows Admin Center extension on an Azure VM and the portal is showing I am still unable to connect.

Inbound NSG rules are allowed for ranges to port 6516 along with Service Tag WindowsAdminCenter

Outbound rules are set to default allow all and Powershell script

Invoke-RestMethod -Method GET -Uri https://<your_region>.service.waconazure.com

Returns: Microsoft Certificate and DNS service for Windows Admin Center in the Azure Portal

Firewall is showing allow access to port 6516 and Windows Firewall on server is disabled for testing purposes.

I have uninstalled and re-installed the AdminCenter extention, but I am still unable to access the https://localhost:6515

{

"error": {

    "message": "File not found",

    "code": "NotFound",

    "detail": ""

}

}

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Hartmann, Helmut - Global Admin 0 Reputation points
    2024-11-20T09:13:36.0666667+00:00

    I managed to get this working by reinstalling the WAC after doing the settings in the Network (public ip, rules in the nsg).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.