Azure AI Error – Deployment Not Found
We’re receiving repeated 400 errors from Azure AI with the message: "Deployment '' not found under our Application 'IV-*-Agent'" Azure appears to be interpreting the deployment name as an empty string, even though our service is configured with…
Azure OpenAI Service
Azure transcription service details
We are using Azure batch transcription service. We are a bit unclear from the documentation and API requests which models are being used. Could anyone provide a bit more information on identifying model types from IDs, and whether some of these models…
Azure OpenAI Service
Which is the official/correct expiration date for OpenAI models?
Hi, We’ve noticed that the model expiration date displayed in Azure AI Foundry deployments differs from the date listed on the public site: Azure OpenAI in Microsoft Foundry – Model Deprecations and Retirements.…
Azure OpenAI Service
There is conflicting knowledge cutoff information on Azure and OpenAI websites.
I need to confirm the knowledge cutoff date for GPT-5.2. It seems there is conflicting information. For instance, on OpenAI's 5.2 Model Card the knowledge cutoff is listed as August 2025. However, on Azure OpenAI service, 5.2 knowledge cutoff is listed…
Azure OpenAI Service
AI Observability on Foundry (New vs Classic)
I am trying to implement AI observability (Agent Tracing and Metric Dashboard on Grafana) on Foundry for an agentic RAG project based on Pydantic AI. I have following questions related to this: Foundry classic uses OpenAIInstrumentor whereas New uses…
Azure OpenAI Service
Are Anthropic Claude models on Azure AI Foundry eligible for Microsoft for Startups Founders Hub credits
Hello, I am on the Microsoft for Startups Founders Hub and receive Azure credits through my sponsored subscription. We are exploring the use of Anthropic Claude models through Azure AI Foundry (for example Claude Opus, Sonnet, or Haiku) and need clarity…
Azure OpenAI Service
httpx.ConnectError: [Errno 8] nodename nor servname provided, or not known
Here is the script I submitted. It failed on client.responses.create(): ====================== environment_file = ".env" from dotenv import load_dotenv, find_dotenv _ = load_dotenv(environment_file) from openai import OpenAI import os client…
Azure OpenAI Service
Azure OpenAI - 429 - System is experiencing high demand and cannot process your request error
We are currently seeing the exception in our OpenAI resource using gpt 4.o in the Australia East region. Error code: 429 - {"error": {"code": "NoCapacity", "message": "The system is currently experiencing…
Azure OpenAI Service
Having issues calling MCP servers using Azure Open AI responses api
Microsoft Support Ticket Details Issue Summary Azure OpenAI Responses API rejects MCP (Model Context Protocol) tool requests with error: "MCP server url 'mcp.zapier.com' is not allowed. Allowed domains: []." This was working and…
Azure OpenAI Service
How to opt-in for zero data retention with Azure OpenAI service?
Hello everyone, We are evaluating Azure OpenAI models (inference only) to power a new AI feature for our clients. We need to understand how the prompts we send to Azure OpenAI model Completion API would get stored somewhere in Azure, or third parties,…
Azure OpenAI Service
Clarification on India-Only Data Residency for Azure OpenAI, Embeddings, and Azure AI Document Intelligence
Hello Azure Community, We are currently evaluating Azure services for an enterprise insurance platform that serves Indian customers with strict data residency requirements. Our customer requires a clear confirmation that data must not leave India at…
Azure OpenAI Service
Default Content Filters Blocking Legitimate Personal Data in Real-Time GPT Bots
We are using Azure OpenAI in real-time GPT bots that handle personal information, such as phone numbers. Recently, the default content filters occasionally block or modify these legitimate inputs. This causes: Missing conversation transcripts in…
Azure OpenAI Service
How to delete resource groups in Azure
Hi, I have to delete the resource group created for the Azure Foundry. I currently do not have access to delete it, which is causing hourly costs. Need assist on this, it has been two days like this and this cost is rising up. Regards,
Azure OpenAI Service
Azure OpenAI: GPT-4o deployment has a 2 minute hard timeout via API call
Hi, we have a deployment of GPT-4o in Azure that's acting strangely in comparison to GPT-4 Turbo. We access this deployment via either Semantic Kernel or via the Azure AI SDK using dotnet, depending on the use case, but both frameworks obviously invoke…
Azure OpenAI Service
No Agent option in Azure Foundry
I’d like to create an agent in Azure Foundry AI, but the problem is that there’s no option for agents anywhere in our dashboard. Does anyone know how I can enable or find this option, whether it’s something in our subscription that needs to be updated or…
Azure OpenAI Service
Using azure openai realtime API, I sometimes get no audio response even though I specify multimodal output
I setup a text-input audio-output realtime api session as follows: this.translationWs = await OpenAIRealtimeWS.azure( new AzureOpenAI({ apiKey: process.env.AZURE_OPENAI_API_KEY, endpoint: process.env.AZURE_OPENAI_ENDPOINT, …
Azure OpenAI Service
Azure OpenAI deployment blocked by subscription policy despite supported regions (RequestDisallowedByAzure)
I am unable to deploy any Azure OpenAI model due to a subscription-level policy restriction. Environment: Subscription: Azure for Students Azure OpenAI resource successfully created Available regions shown in portal: East US 2, Sweden Central and my…
Azure OpenAI Service
Can't find region availability for Text-Embeddings. Grrrr
Hello The link…
Azure OpenAI Service
Azure open ai Versus Power Platform AI builder
Azure open ai Versus Power Platform AI builder? when to use each? and which is better for text recognition from emails? and process managed and umanaged documents? espically that in AI builder we have a prompt that looks similar to Azure Open AI?
Azure OpenAI Service
How to enable switching between multiple parallel chats with a bot in MS Teams private chats?
Hello, I am currently exploring a solution for a specific requirement in our AI chatbot, which we are developing for MS Teams. The goal is to allow end-users, who use private chats to communicate with the bot, to manage multiple parallel…