Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi Stephen,
You’re very close—Pro mode just hides behind one extra choice in the Azure AI Foundry wizard.
How to turn on Pro mode in the Foundry UX
- In your hub‑based project, choose Content Understanding → + Create.
On the very first page of the task‑creation wizard, change the Task type from Single‑file (default / Standard) to Multi‑file.
Selecting Multi‑file automatically puts the task in Pro mode and unlocks reference‑data support, multi‑step reasoning, etc. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/quickstart/use-ai-foundry-pro-mode"Create an Azure AI Content Understanding multi-file task in the Azure AI Foundry portal - Azure AI services | Microsoft Learn"))
Continue to add your sample files, define fields, and build the analyzer as usual.
Tip: The quick‑start “Create an Azure AI Content Understanding multi‑file task in Foundry” walks through the exact screens you’ll see. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/quickstart/use-ai-foundry-pro-mode"Create an Azure AI Content Understanding multi-file task in the Azure AI Foundry portal - Azure AI services | Microsoft Learn"))
Regions where the Pro‑mode toggle appears
Pro mode (and therefore the Multi‑file option) is only enabled in these preview regions:
| Identifier | Region | Notes |
|---|---|---|
| westus | West US | data‑zone & global processing supported |
westus |
West US | data‑zone & global processing supported |
swedencentral |
Sweden Central | data‑zone & global processing supported |
australiaeast |
Australia East | global only (no data‑zone option) |
If you open the wizard in any other region (East US, East US 2, West Europe, etc.), the Multi‑file option is intentionally absent. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/language-region-support"Content Understanding region and language support - Azure AI services | Microsoft Learn"))
File‑type preview limitations
While Standard mode supports DOCX/EML and many other formats, Pro mode currently accepts only PDF, TIFF, and common image types (JPG/PNG/BMP/HEIF), with a combined size ≤ 100 MB and ≤ 150 pages. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/service-limits"Service quotas and limits - Content Understanding - Azure AI services | Microsoft Learn"))
API version clarification
The Foundry code sample you saw that calls 2024‑12‑01-preview still works, but all new Pro‑mode features are surfaced in 2025‑05‑01-preview.
When you generate a code snippet from a Pro‑mode analyzer, Foundry now emits the 2025‑05‑01-preview version automatically. If you’re writing by hand, just ensure the api-version query string is set to that value. ([Microsoft Learn](https://learn.microsoft.com/en-us/rest/api/content-understanding/"Content Understanding REST API reference - Azure AI Services | Microsoft Learn"))
TL;DR
Switch Single‑file → Multi‑file in the wizard to use Pro mode.
Make sure your hub is in westus, swedencentral, or australiaeast.
Upload only PDF/TIFF/images for now.
Use API version 2025‑05‑01-preview when calling the REST APIs.
Hope that clears things up! Let me know if anything’s still blocking you.Hi Stephen,
You’re very close—Pro mode just hides behind one extra choice in the Azure AI Foundry wizard.
How to turn on Pro mode in the Foundry UX
In your hub‑based project, choose Content Understanding → + Create.
On the very first page of the task‑creation wizard, change the Task type from Single‑file (default / Standard) to Multi‑file.
Selecting Multi‑file automatically puts the task in Pro mode and unlocks reference‑data support, multi‑step reasoning, etc. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/quickstart/use-ai-foundry-pro-mode"Create an Azure AI Content Understanding multi-file task in the Azure AI Foundry portal - Azure AI services | Microsoft Learn"))
Continue to add your sample files, define fields, and build the analyzer as usual.
Tip: The quick‑start “Create an Azure AI Content Understanding multi‑file task in Foundry” walks through the exact screens you’ll see. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/quickstart/use-ai-foundry-pro-mode"Create an Azure AI Content Understanding multi-file task in the Azure AI Foundry portal - Azure AI services | Microsoft Learn"))
Regions where the Pro‑mode toggle appears
Pro mode (and therefore the Multi‑file option) is only enabled in these preview regions:
| Identifier | Region | Notes |
|---|---|---|
westus |
West US | data‑zone & global processing supported |
swedencentral |
Sweden Central | data‑zone & global processing supported |
australiaeast |
Australia East | global only (no data‑zone option) |
If you open the wizard in any other region (East US, East US 2, West Europe, etc.), the Multi‑file option is intentionally absent. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/language-region-support"Content Understanding region and language support - Azure AI services | Microsoft Learn"))
File‑type preview limitations
While Standard mode supports DOCX/EML and many other formats, Pro mode currently accepts only PDF, TIFF, and common image types (JPG/PNG/BMP/HEIF), with a combined size ≤ 100 MB and ≤ 150 pages. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/service-limits"Service quotas and limits - Content Understanding - Azure AI services | Microsoft Learn"))
API version clarification
The Foundry code sample you saw that calls 2024‑12‑01-preview still works, but all new Pro‑mode features are surfaced in 2025‑05‑01-preview.
When you generate a code snippet from a Pro‑mode analyzer, Foundry now emits the 2025‑05‑01-preview version automatically. If you’re writing by hand, just ensure the api-version query string is set to that value. ([Microsoft Learn](https://learn.microsoft.com/en-us/rest/api/content-understanding/"Content Understanding REST API reference - Azure AI Services | Microsoft Learn"))
TL;DR
Switch Single‑file → Multi‑file in the wizard to use Pro mode.
Make sure your hub is in westus, swedencentral, or australiaeast.
Upload only PDF/TIFF/images for now.
Use API version 2025‑05‑01-preview when calling the REST APIs.
Hope that clears things up! Let me know if anything’s still blocking you.
--
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.