Issue with Extracting Table with Merged Cells in Azure Document Intelligence Custom Model
Hi Community I have trained a Custom AI Model in Azure Document Intelligence to extract tables from PDFs. The model works well for most tables, but it's failing to extract one specific table that contains: Merged cells in the header Multi-line text…
Microsoft Azure AI Fundamentals Class Bug sub Learning Class (Plan and prepare to develop AI solutions on Azure): Generative AI Cannot Be Completed
Here I have a problem in the AI-900T00-A Course Class: Microsoft Azure AI Fundamentals - Training And in the Microsoft Azure AI Fundamentals Learning Path: Generative AI Where there is a module Plan and prepare to develop AI solutions on Azur The one…
![](https://learn.microsoft.com/en-us/media/profile/user-copilot.png)
Regex Queries in Azure AI Search
Hi everyone, I'm working on integrating Azure AI Search into a web application using the AzSearch.Automagic JavaScript library, but I’ve encountered a challenge. The Problem: I can successfully run the following query in the Azure Portal's Search…
Deploy LLM
I currently uploaded a LLM to Azure blob service, may I ask how can I deploy it and use it in my own app?
Language Studio. Unable to login.
I am not able to login to Language Studio anymore, however Azure is still working fine. And last week everything was working properly. It seems that my account at Language Studio was deleted, because when i try to login it says: the email or username…
Getting error in Azure AI studio during index creation. The error message is not clear.
Hello, I got below error message while creating index on data (word document) stored in Azure AI studio. The error message is not helpful. Do I need to grant contributor role? If yes, where - Hub, Project or Key vault resource? Thanks! (UserError)…
Function calling is not visible in the Agents playground
I am exploring Azure agents and I couldn't find Function calling tools in the actions section. I could see only code interpreter. I have tried deploying GPT3.5 Turbo, GPT-4, GPT 4o as per this doc. But across all these models, I couldn't find function…
Assistants magically disappear
It often happens our gpt-4o-mini assistants to be deleted without calling delete for them. Also, it happens a lot to have files not uploaded as attachments to thread even if they exist as file objects. The assistant says that can't found the files. What…
Azure AI Foundry Evaluation Doesn't Work Anymore
I'm working on the RAI test evaluation on Azure AI Foundry. 2 weeks I uploaded my JSONL data for evaluation, it worked fine. But today when I tried again, it consistently failed and gave me the error below. Looks this is due to the dependency version…
Unable to Log in to Azure Language Studio - “This username may be incorrect”
When attempting to log in to Azure Language Studio, I encountered the following error message: This username may be incorrect. Make sure you typed it correctly. Otherwise, contact your admin.
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).
Getting the following error: Backend returned unexpected response. Please contact Microsoft for help
Hi, I have been trying to deploy Llama-3.3-70B-Instruct model on azure ai foundry and use it on our RAG implementation. When I try to use chat completion service I am getting the following error: Error code: 500 - {'error': {'code':…
Get Azure OpenAi deployments in API
Hey How can I retrieve the list of the deployments from my azure open ai instance? In worked with old API and seems not supported anymore. Last working version: 2023-03-15-preview curl…
Is there access to additional properties from the Speech Studio Voice Gallery via SDK or API?
The Speech Studio Voice Gallery includes additional information such as age groups, personality, and scenarios. However, when using the SDK or REST API to retrieve voices, only a limited set of properties is available. Are these additional properties…
Prompt flow missing in Azure AI Foundry
I want to use Prompt flow and have been following this article: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/prompt-flow However, it seems like I don't have Prompt flow in my Azure AI Foundry. Where can I find it? I have turned on all preview…
Got Internal Server Error when CURL DeepSeek-R1 on Azure AI
$ curl "https://ai-<XXX>.openai.azure.com/openai/deployments/DeepSeek-R1/chat/completions?api-version=2024-02-15-preview" \ -H "Content-Type: application/json" \ -H "api-key: <XXX>" \ …
![](https://techprofile.blob.core.windows.net/images/wc65EeXX_ESdshe1I2JZug.png?8DD3EE)
How to summarize pdf, .json or .txt file using Azure AI?
For a company, I am experimenting with Azures AI playground. I want to generate a summary of a Dutch medical document containing notes over a certain period of time. Does Azure provide any facilities for this? So far, I have tried the language…
Is there a way to cancel transcriptions which have been running for too long?
Some days ago I began transcribing some audio files with batch transcription. Most of the transcriptions completed within 30 minutes, but some did not. Some of the transcriptions have had status 'Running' for more than 48 hours. The audio files are…
Creating Azure AI Foundry Hub
When creating a Hub, through the AI Foundry portal or the Azure Portal, it requires me to "Connect Azure AI Services or Azure OpenAI Service." I do not want to do this. How can I create a hub without them? A tutorial that shows the hub…
Azure Open AI Internal Server Error 500
I just deployed a Llama model from AI Foundry, and am trying to run the sample python code provided in the chat playground. This returns the following error: openai.InternalServerError: Error code: 500 - {'error': {'code': 'InternalServerError',…