Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
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.