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?
Error accessing the sandbox for learning the az 900
The selected user account does not exist in the “Microsoft Services” tenant and cannot access the “18fbca16-2224-45f6-85b0-f7bf2b39b3f3” application. First, the account needs to be added as an external user in the tenant. Use a different account. i am…
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…
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…
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?
my webapp in azure not starting
I have deployed Azure AI App but it is not starting or accessible
Automating Deployment of custom vision object Detection Model across subscriptions
i have deployed a custom vision object Deyection model in my Custom Vision resource within my Azure subscription. Now i want to automate its deployment to another subscription. Is it possible to acheive this using Azure Devops?if so what steps should i…
Azure OpenAI File Object has deprecated status and status_details fields but no suitable replacement
We are currently using the Azure OpenAI APIs to upload files to Azure and posting a new batch using the newly uploaded file. There are cases in which on posting the batch, we'd be getting something like this error: The input file…
Create Assistants using o3-mini using Assistants API/quickstart
Hi. Can o3-mini be used to create Assistants using this Assistants API/quickstart? Is there any limitation on token limit etc.? We've deployed models on GPT4o and considering migration to o3mini (if/when approved).
Zero Quota for OpenAI
My company is trying to evaluate switching to Azure OpenAI. I have deployed a resource, however, we have literally zero quota. We can't deploy a model or make any requests at all. We have requested quota in a region and been denied. I don't…
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…