Request for 50% Exam Discount – AI-900 (Azure AI Fundament
Subject: Request for 50% Exam Discount – AI-900 (Azure AI Fundamentals) Hello Microsoft Certification Support, I recently attended the Microsoft Azure Virtual Training Day: AI Fundamentals and received a follow-up email stating I am eligible for 50% off…
Azure AI Language

We are currently unable to configure network access restrictions in AI Language.
We would greatly appreciate it if you could provide any insights regarding the cause and possible solutions. In the "Networking" tab of AI Language, we are trying to restrict access by selecting "Selected networks and private…
Azure AI Language
Azure CLU Service Invalid Arguments Error: Kind and Project Kind Parameters Missing
Receiving a 400 Bad Request error when attempting to consume the Azure CLU service from the Bot Framework or Postman. The service is deployed in the East US 2 region. Below is the request made in Postman: <Include request details…
Azure AI Language
Azure Custom Text Clasification Training problem unauthorized
I am trying to train a custom text clasification multilabel model, and i encountered this issue: I ensured my managed identity has "Blob storage contributor" role and also myself. Also i ensured that i have the 8 methods allowed for…
Azure AI Language
Do Azure-Hosted LLMs Run Locally in IRAP-Compliant Regions (e.g. Australia Central)?
Hi team, We’re exploring options to use LLMs (Large Language Models) in an IRAP PROTECTED workload, integrated with Elastic Observability. Due to compliance restrictions: We cannot use public/shared cloud models (like Azure OpenAI in US/EU regions). We…
Azure AI Language

Incorrect language detection and translation
I'm using the translation service and it's not detecting the language or translating the text correctly for Haitian Creole, specifically received "OK mèsi" and it's being detected as Catalan and not translated.
Azure AI Language
Projects disappearing and reappearing in Azure AI Language Studio
For over a week now, our users have reported the projects in Azure Language studio disappearing. They log out and in multiple times and eventually the projects come back. We have users in various Internet locations and they all report the same issues. …
Azure AI Language
Not getting Free Tier option to choose despite all resources deleted in the resource group
I am seeing the following message when I am creating a language resource under the default resource group: "The free tier (F0) for this resource type is already being used by your subscription, therefore it will not appear in the dropdown…
Azure AI Language
Azure AI services
How to troubleshoot: InternalServerError: Failed to process task after several retry.
We have a new project where we use a ConversationalSummarizationTask to get a summary of a transcribed call. The problem is that 10% of the conversations we submit for analysis return the following failure: InternalServerError: Failed to process task…
Azure AI Language
Unexpected None Outputs in Azure AI Language Custom Text Classifier
Dear Azure Support, Good evening. I am reaching out regarding an issue we are experiencing with the Azure AI Language service, specifically with the Custom Text Classification (multilingual, multilabel) models. We have deployed several classification…
Azure AI Language

When trying out Microsoft Azure's speech recognition, how should I choose between real-time transcription and batch transcription? For recognizing short phrases within a game scenario – specifically in a question-and-answer dialogue format – which option
试用微软云的语音识别,其中实时听录和快速听录怎么选择呢?对于“游戏场景内的一句话识别,也就是一问一答的场景,该怎么选”
Azure AI Language

How to update labeling in Azure Custom Text Classification without creating a new project?
A Custom Text Classification project was created with txt files and a JSON file for annotations. The initial labeling worked properly. However, when attempting to update the data and labels using the same method, the updates did not reflect, showing the…
Azure AI Language
Unable to add List key to List Entity in Conversational Language Understanding project
Hi, I have encountered the same issue as this person. I.e., the 'save' button for adding list key is grayed out. My entity is newly created, uniquely named, and list key is single english word (purely lowercase…
Azure AI Language
Azure AI services
CLU throwing exception message "xxxxxx" is not a valid CLU subscription key from BOT framework
The sample code provided in the below documentation was tried but end up receiving the error "xxxxxx" is not a valid CLU subscription key. The project is built in Bot framework using core bot sample. As mentioned in another solution, tried all…
Azure AI Bot Service
Azure AI Language
LUIS to CLU migration (provided key is not authorized)
Hi there, we're trying to migrate our LUIS app to CLU, and through the migration process we receive the following: The provided key is not authorized to access the LUIS application.. Could you please help on this. Thank you
Azure AI Language
Preserving PDF formatting
When I use a PDF for translation in the Azure Language studio, the formatting in the translated document is not preserved. (I'm translating from English to Spanish). It looks like the translator is trying to place the Spanish text in the same amount of…
Azure AI Language
Publishing New Solution Versions in MS Sentinel
Publishing a new MS Sentinel solution version requires specific updates to JSON and related project files. Beyond general code modifications, what precise changes are necessary within these configuration files to ensure successful deployment and…
Azure AI Language
Text classification when I have 10,000 labeled rows in a table
Hi, if I have many rows of labeled data (lets say 10000 for instance), then I need to make an individual .txt file for each row of text and a .json file for the labels? As that is what I understood from the text-classification documentation -…
Azure AI Language
I'm trying to call my AI Foundry Agent service via API using postman. I keep getting 401 errors.
Using the Azure AI foundry endpoint along with my API key, and after looking at the documentation examples - pasting those in, trying various permutations and with help from ChatGPT, I've had no luck. My main example: Using POST {azure project…
Azure AI Language
Agent Loop and how to get notified of tool calls and results other than SSE stream
I'm doing some prototyping for a chat application with the Agent SDK using threads where we will require some processing of tool calls (tools that are pre-registered with the Agent) for formatted display purposes. Using SSE streams and parsing does…