Share via

Endpoint host record provided by Azure AI Services does not resolve in DNS

Loryan Strant (MVP) 5 Reputation points MVP
2025-09-11T02:03:38.2866667+00:00

In my Azure AI Foundry project I have endpoints for Azure AI Foundry, Azure OpenAI, and Azure AI Services.
The DNS records for the AI Foundry and OpenAI endpoints resolve fine, but the Azure AI Services one (i.e. domain.cognitiveservices.azure.com) is not found in DNS.

I don't have this issue in my other projects in Azure AI Foundry, just that one.

Is there a way to get the host record generated / recreated?

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


3 answers

Sort by: Most helpful
  1. Loryan Strant (MVP) 5 Reputation points MVP
    2025-09-12T10:45:59.8166667+00:00

    Thanks for clarifying. That's what I suspected. Next time might I suggest you read the context of the question and understand the functionality before suggesting resolutions that don't apply.

    Was this answer helpful?

    2 people found this answer helpful.

  2. Manas Mohanty 16,835 Reputation points Microsoft External Staff Moderator
    2025-10-01T06:48:09.0766667+00:00

    Hi Loryan Strant (MVP),

    Thank you for agreeing with fact that it is not possible to fix DNS records for sub resource for public Azure AI foundry.

    Only suggested process would be creating new Azure AI foundry resource which gives public ips when pinged.

    Thank you for your time and inputs on this matter.

    Was this answer helpful?

    0 comments No comments

  3. Pavankumar Purilla 11,575 Reputation points Microsoft External Staff Moderator
    2025-09-12T09:27:03.3+00:00

    Hi Loryan Strant (MVP),
    Thank you for clarifying and you are absolutely correct that you do not and cannot create DNS records in the public azure.com domain.

    The suggestion to add A-records applies only if your Azure AI Services resource is using a private endpoint. In that scenario, Azure creates a Private DNS Zone inside your subscription (for example, privatelink.cognitiveservices.azure.com) where you can create A-records that point to your private endpoint’s internal IP address. These private DNS zones exist only within your Azure environment, not in the public azure.com domain.

    However, if your Azure AI Services resource is not using a private endpoint and you are relying on the public endpoint (for example, yourresource.cognitiveservices.azure.com), then you do not need to and cannot manually add DNS records. If the public endpoint is not resolving in DNS, it usually means that the DNS registration for that resource did not complete correctly during provisioning.

    In this case, the recommended step is to delete and recreate the Azure AI Services resource. This will trigger Azure to provision the resource again and register a fresh public DNS record.

    Was this answer helpful?

    0 comments No comments

Your answer

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