How much time does it take to create an OpenAI Endpoint?

It is VMS 270 Reputation points
2025-07-23T09:59:06.61+00:00

Hello

I created an Azure AI resource, endpoint, deployment, etc.

The end point is <<deploymentname>>.openai.azure.com

I get a 400 error (for exactly the same request I had sent for a different endpoint & deployment): everything is the same & am going nuts to find out why it works on one & doesn't on the other. We are using the new OpenAI Responses API

Then, i realized that there is no DNS entry for the deployment where it is not working whereas it exists for the other one

So, 2 questions:

  1. How long does it take for the DNS entries to propagate? It is a subdomain on openai.azure.com
  2. Can this be the reason for the 400 error?

Thanks!

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


1 answer

Sort by: Most helpful
  1. Pavankumar Purilla 11,655 Reputation points Moderator
    2025-07-23T11:52:41.65+00:00

    Hi It is VMS,
    When creating a new Azure OpenAI resource and deploying a model, the endpoint (formatted as https://<resource-name>.openai.azure.com) is generally available within a few minutes. However, in some cases, DNS propagation for the subdomain can take a short while—typically up to 10–15 minutes. If the DNS entry hasn’t fully propagated, it could potentially cause connectivity issues, though it usually results in DNS resolution errors rather than a 400 Bad Request. A 400 error typically indicates that the request was received by the server but was malformed or incorrect For example, due to an invalid deployment name, incorrect API version, or misconfigured headers (especially when using the new OpenAI Responses API). We recommend waiting a few minutes and retrying the request. In parallel, please ensure that the deployment name is correct, the request format matches the expected schema for the Responses API, and the API key being used is associated with the correct resource.

    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.