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.