Mistral models not showing up in the catalog
Hi, I wanted to add the mistral model to my deployments in the azure studio. I do not have the model in my catalog. Is there a particular reason for this? I used to get this earlier the mistral models now they are not here. How can i get the…
How to get an API endpoint into an agent?
I created an agent through AI Foundry. How can I get an endpoint for it? Because on the "Models + endpoints" page, I see an endpoint for the base model as far as I understand, but how can I get an endpoint for the agent?
Managed Private End Points issue between Fabric Workspace and Azure AI Cognitive service
Not able to call the Azure AI cognitive speech to text service from Fabric Notebooks. I have created Managed Private End Points in the Fabric workspace targeting the Azure AI cognitive service. The workspace identity of Fabric workspace is a system…
Error running Content Safety Studio
I have a valid subscription, but when I try to run a Content Safety Studio Moderate Text content example, I always get "Error, Your account does not have access to this resource." I am the only user and owner of the Content Safety and added…
Error "Backend returned unexpected response" with DeepSeek in AI Foundry
Trying to call the chat completion API for LLMs deployed in AI Foundry using the 'openai' JavaScript SDK. The code works correctly for the gpt-40-mini model, but when using DeepSeek-V3, it results in an "InternalServerError" with the message…
The request is throttled because you have exceeded the concurrent request limit allowed for your sub websocket error code: 4429
i am using azure ai services this usecase in the link: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/text-to-speech-avatar/real-time-synthesis-avatar Its giving me below error: The request is throttled because you have exceeded the…
When using AI Agents in Azure, I get rate limit exceed despite having plenty of TPS/RPM availabile
I've got an agent using gpt-4 w/ the bing grounding add in. It's got 8k TPS and 63 RPM available to it. I've instructed it to find some information on the web and extract some data. However, when I ask it to do its job in playground it gives me: Rate…
fine-tuning GPT models in Azure OpenAI?
I'm exploring different ways to fine-tune an AI model for a specific domain using Azure OpenAI. I want to improve response accuracy for industry-specific queries, but I’m unsure whether fine-tuning or embedding-based retrieval would be more…
Does Azure OpenAI's Responses API include Web_Search_Preview functionality for AI agents, and is it available or planned for future releases
I would like to know whether the new Responses AI in Azure OpenAI will include Web_Search_Preview with OpenAI agent tools. if this feature is available or planned for future releases? Thank you
Grounding with Bing Search is not working
According to this article: https://azure.microsoft.com/en-us/updates?id=483570 we need to replace Bing Search v7.0 with Grounding With Bing Search in "Agents" as described here:…


OpenAI Platform
I have a question about the OpenAI Platform. [Service requirements to be implemented] <Integrated search]> : It should support everything from metadata management to filtering condition extraction from user queries. text-to-sql : It is necessary…
Unable to connect to openai service
create an open ai service but cannot access. getting 404. code - # pip install azure-ai-inference import os from azure.ai.inference import ChatCompletionsClient from azure.core.credentials import AzureKeyCredential api_key =…
Availibility in Canada for Azure AI Agent Service
Is there any information on when the AI Agent Servicewill be available in the Canada region?
How to create a AI foundry project under my sponsor subscription
Hi, I'm trying to use my Microsoft Azure Sponsorship credits for the AI Foundry serverless models. I can't seem to create a project and deployment using this Microsoft Azure Sponsorship. Plus, the AI foundry pages are quite confusing on its own. I was…
Understanding Function Calling in Azure OpenAI - How is the Response Handled?
Hello everyone, We are working on an application where we use function calling in Azure OpenAI to improve the user’s prompt before sending it to the assistant. On the backend, we have more context about what the user actually means, so we call a function…

Invalid tokens in my subscription
I have a subscritpion set to 200 tokens for my models. In the resources only 8k token are visible? why? and what about 150k on 8k?
Is it possible to assign a static IP for Azure AI Hub
Hi all! I need advice on whether it is possible to configure a static outbound IP for an Azure Prompt Flow app created within an Azure AI Hub. I have tried creating virtual networks, setting outbound rules, creating gateways and endpoints for said…
Azure AI Foundry - Deployment of custom Meta Llama finetuned model fails
Hi, I have successfully finetuned a Meta Llama 3.1-8B-Instruct model in serverless mode using synthetic data generated by gpt4. Both the foundry hub and project that were used for finetuning, are created at the westus3 region where the particular Meta…
I am getting 500 Backend returned unexpected response error
I was using Azure Open AI and it all use to work good all of sudden now I am getting this error and Microsoft is not havening any support on their portal for this. InternalServerError: 500 Backend returned unexpected response. Please contact Microsoft…
What Azure Service to use to connect to ZOHO CRM to work with Azure AI backend (SaaS product) we are building
Looking to connect and fetch user data from ZOHO CRM to respond to customer queries via chat interface. Like Copilot type of service. What is the best way to connect to ZOHO CRM API via Azure AI service?