Issue with azure arc enabled server configured with private link

Mido5 10 Reputation points
2025-04-04T23:41:30.91+00:00

We are experiencing an issue across multiple Azure Arc-enabled servers (various configurations and customers , differents dns server ) that are using Azure Arc Private Link. Since April 1st, the following URL:

https://francecentral-gas.guestconfiguration.azure.com

has been returning a 404 error Nginx instead of the expected 200 response.

No changes were made on these virtual machines, and the issue appears to affect only environments using Private Link. We have compared with another customer using public Azure Arc endpoints, and everything works fine in that setup.

Is anyone else facing this issue or aware of a resolution?

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
504 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Srinivasa Reddy Jaggavarapu 700 Reputation points Microsoft External Staff
    2025-04-08T05:56:28.58+00:00

    Hi Mido5,

    As per your description, this problem probably results from modifications to the backend configuration of Azure or DNS resolution affecting Private Link endpoints. The Nginx 404 error indicates requests are making it to the endpoint but are not being properly routed or resolved to the desired service.

    Verify that DNS settings for Private Link endpoints are correctly configured. Azure Private Link requires specific DNS configurations to resolve private endpoint IP addresses to Azure services. Reference: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns

    Verify the Guest Configuration service for Azure Arc is correctly registered in the Azure region you use. PowerShell command to confirm:

    Get-AzProviderFeature -ProviderNamespace "Microsoft.HybridCompute" -FeatureName "GuestConfiguration"
    
    

    Use tools like curl, Invoke-WebRequest, or Azure Network Watcher to test the connectivity from the affected servers to the Private Link endpoint. If the DNS resolves correctly, but the 404 persists, it indicates a routing issue at the Azure service level.

    These steps will help you to identify and resolve the issues affecting your Azure Arc-enabled servers configured with Private Link.

    Refer to the following Microsoft documentation links to cross check and validate the recommended steps:
    https://learn.microsoft.com/en-us/azure/azure-arc/servers/private-link-security#troubleshooting
    https://learn.microsoft.com/en-us/azure/update-manager/troubleshoot?tabs=azure-machines#unable-to-generate-periodic-assessment-for-arc-enabled-servers

    Hope the above provided information help you resolve the issue, if you have any further concerns or queries, please feel free to reach out to us.

    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.