Bandwidth prices for azure ai foundry for a particular region
Hi I wanted to check the pricing of the azure ai foundry service I am using , so I tried checking here- https://azure.microsoft.com/en-us/pricing/details/bandwidth/ and related to this only I need to check the usage cost. I tried to enable the metrics in…
Azure AI services

Llama for Agents
Hello, Currently, when an agent is created using the Azure AI Foundry, only OpenAI's models are available. Other models show a lock symbol, and are unavailable. Can I know when these models will be available for agentic use? Thanks.
Azure AI services
Deployment of Llama Model for Agent in Azure
Hello, I had created my first agent using gpt-4o. While creating that agent, I followed these steps: I reach the Agents tab of my project I try to choose Llama 4 Maverick However, it says I cannot deploy it. So, I go for the gpt-4o model.…
Azure AI services
Can we use Azure DevOps Wiki as a knowledge base for the chat bot?
Hello! We have a huge Knowledge Base for our internal applications which contains a lot of documentation, policies and guidelines, tutorials, question answers and documents and forms related onboarding and so on which is currently maintained on Azure…
Azure OpenAI Service
Azure AI services
Error with running o3 deployment in Sweden central
I created deployment of o3 in Sweden Central. I try to use it in Chat Playground - Azure Ai Foundry but I get error: There was an issue with your request. Please check your inputs and try again | Apim-request-id: 03db9eac-2c50-458d-b67d-9020654cb69c Does…
Azure AI services

Switching from AssistantsAPI to ResponseAPI - Will there be the equivalent of the Assistants Playground?
We are investigating the possibility of converting our Assistant API functions to work with the newer Responses API offered by OpenAI. OpenAI have promised to have equivalence of functionality between Assistants and Responses, but will there be the…
Azure AI services
Grok - 3 mini not working on playground or any external application
Hi, is there any downtime for grok-3-mini today? not working in the playground also.
Azure AI services
Using azure credits
I've azure credits, and yet while creating a azure open ai service resource, the option which is visible under "subscription" is my perosnal billing account. So, from where the payments will take place? Will it be by credits or will it be…
Azure AI services
Unable to run Evaluations in Azure Foundry Project ( Private Endpoint )
I have deployed an Azure Foundry and Project (not hub based project), following this guide https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/virtual-networks. However, I'm unable to run Evaluations, it seems there is an authorization…
Azure AI services
Solutions for GPT-4.1 series Rate Limiting in Azure AI Global Standard Deployment
Issue Summary: We are experiencing service disruptions in our production application due to Azure AI model rate limiting constraints with GPT-4.1 series models. Technical Details: Models in use: GPT-4.1 and GPT-4.1 Mini Use case: Precise reasoning…
Azure AI services
Urgent please: "completion_tokens", "prompt_tokens" vs "input", "output" and "Cached Input" on Azure OpenAi pricing :-(
Hello All https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/#pricing In the API call responses, I see "completion_tokens", "prompt_tokens" And the pricing page has input, output and cached input. I am…
Azure AI services
Will there be additional charge if I use GPT as an agent?
I used Azure AI Service to deploy GPT-4o model. I then used the model in my program. Currently Azure AI Service charges me by tokens (https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/) In my program, I gave gpt model a…
Azure AI services
Consuming a deployed model has a response time of 1-2+ mins for individual requests
We have a Llama 3.3 70b model deployed via Azure AI Foundary since quite some time. At least since last week, the model's responses have been severely delayed which affect our frontend app severely (a research study). Searching the web and it seems like…
Azure AI services

How to fix "Your resource has been temporarily blocked because we detected unusual behavior"?
Hi there, My resource is block without providing any details. We have not done anything wrong. Here are the details: Trace ID : 0dd68b0d-9f79-48ec-93af-fa7102c848c5 Client request ID : 0b0e3746-b78f-48c1-9fea-593acc6eb7e2 APIM request ID :…
Azure AI services

What explains the significant discrepancy between Azure OpenAI API's reported "remaining tokens" and my actual token consumption?
Tags: Azure, OpenAI Details: I've identified a major discrepancy between the token usage reported by Azure OpenAI API and the actual token consumption based on the API's own response data. This issue is causing premature rate limiting despite having…
Azure AI services

Issues related to Azure AI model (Llama-3-3-70B-Instruct, Mistral-Large-2411, etc) deployment
Issue 1: We met an issue as we tried "Llama-3-3-70B-Instruct" deployment using a code that was previously fine but now it triggered the issue: HttpResponseError: Operation returned an invalid status 'Too Many Requests'. Other models like…
Azure AI services
Too many requests error from Azure AI deployment
Hello Support Team, We are experiencing an issue with our "Llama-3-3-70B-Instruct" deployment within the Azure AI project. This deployment provides a serverless API endpoint. On Friday, July 11, 2025, we executed a new version of a Python…
Azure AI services
Can't access Azure Active Directory. Access restricted by my organization
I have been trying to create a handle to an Azure workspace using azule.ai.ml. For the handle, I need to set the environment variables for azure_client_id, azure_client_secret, and azure_tenand_id. However, according to Azure, my organization has…
Azure AI services
Issue when using connected agents in Azure AI Foundary
Hi, I am trying to use connected agents in Azure AI Foundary. I have followed the example provided in the documentation here. The problem I encounter is that the connected agents, i.e, the weather and stock price agents in this case does not follow their…
Azure AI services
Unable to add an OpenAPI Spec to an Agent Action
I'm creating a Agent to help with pulling and analyzing data from Virus Total. I'm trying to create a OpenAPI spec to handle the api calls, but when I go to save the spec, its fails stating "Invalid OpenAPI specification format". I've check the…