Skip to content

Commit ce3ef35

Browse files
Merge pull request #7304 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-26 17:06 UTC
2 parents 938e5d6 + 7e1112c commit ce3ef35

File tree

10 files changed

+124
-51
lines changed

10 files changed

+124
-51
lines changed

articles/ai-foundry/agents/how-to/tools/bing-custom-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 08/15/2025
10+
ms.date: 09/26/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
@@ -40,7 +40,7 @@ The authorization will happen between Grounding with Bing Custom Search service
4040

4141
Developers and end users don't have access to raw content returned from Grounding with Bing Custom Search. The model response, however, includes citations with links to the websites used to generate the response and is allowed to be stored using the mechanisms provided by the Agents Service. You can retrieve the model response by accessing the data in the thread that was created. These references must be retained and displayed in the exact form provided by Microsoft, as per Grounding with Bing Custom Search's Use and Display Requirements.
4242

43-
43+
Transactions with your Grounding with Bing resource are counted by the number of tool calls per run. You can see how many tool calls are made from the run step.
4444

4545
## Setup
4646

articles/ai-foundry/agents/how-to/tools/bing-grounding.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 08/07/2025
10+
ms.date: 09/26/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
@@ -38,6 +38,8 @@ Grounding with Bing returns relevant search results to the customer's model depl
3838
3939
The authorization will happen between Grounding with Bing Search service and Azure AI Foundry Agent Service. Any Bing search query that is generated and sent to Bing for the purposes of grounding is transferred, along with the resource key, outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is subject to Bing's terms and do not have the same compliance standards and certifications as the Azure AI Foundry Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/bing/apis/grounding-legal). It is your responsibility to assess whether the use of Grounding with Bing Search in your agent meets your needs and requirements.
4040

41+
Transactions with your Grounding with Bing resource are counted by the number of tool calls per run. You can see how many tool calls are made from the run step.
42+
4143
## Supported capabilities and known issues
4244
- Grounding with Bing Search tool is designed to retrieve real-time information from web, NOT specific web domains.
4345
- NOT Recommended to **summarize** an entire web page.

articles/ai-foundry/agents/overview.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: aahi
88
ms.service: azure-ai-foundry
99
ms.subservice: azure-ai-foundry-agent-service
1010
ms.topic: overview
11-
ms.date: 06/25/2025
11+
ms.date: 09/26/2025
1212
ms.custom: azure-ai-agents
1313
---
1414

@@ -117,6 +117,20 @@ Start with the [environment setup](environment-setup.md) and [quickstart](quicks
117117
1. After you create a project, you can deploy a compatible model such as GPT-4o.
118118
1. When you have a deployed model, you can also start making API calls to the service using the SDKs.
119119

120+
## Business Continuity and Disaster Recovery (BCDR) for Agents
121+
122+
To support service resilience, the Azure AI Foundry Agent service relies on customer-provisioned Cosmos DB accounts. This ensures that your agent state can be preserved and recovered in the event of a regional outage.
123+
124+
### Use your own Cosmos DB account
125+
126+
* As an Azure Standard customer, you provision and manage your own single-tenant Cosmos DB account. All agent state is stored in your Cosmos DB.
127+
* Backup and recovery rely on Cosmos DB’s native capabilities, which you control.
128+
* If the primary region becomes unavailable, the agent will automatically become available in the secondary region by connecting to the same Cosmos DB account.
129+
* Since all history is preserved in Cosmos DB, the agent can continue operation with minimal disruption.
130+
131+
### Current guidance
132+
133+
We recommend customers provision and maintain their Cosmos DB account and ensure appropriate backup and recovery policies are configured. This ensures seamless continuity if the primary region becomes unavailable.
120134

121135
## Next steps
122136

articles/ai-foundry/concepts/resource-types.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,29 @@ An Azure resource is required to use and manage services in Azure. It defines th
2020

2121
Azure AI Foundry portal and SDK clients support multiple distinct Azure resource types, each designed to serve different development and operational needs. This article explains which use case requires which type.
2222

23-
## Resource Types supported with AI Foundry
23+
## Resource Types supported with AI Foundry Portal and SDK clients
2424

25-
* **Azure AI Foundry** – The primary resource type for designing, deploying, and managing generative AI applications and agents. It provides access to agent service, models that are hosted using a serverless hosting model, evaluations, and Azure OpenAI service. Azure AI Foundry is the recommended resource type for most applications built in Azure AI Foundry.
25+
* **Azure AI Foundry** – The primary resource type for designing, deploying, and managing generative AI applications and agents. It provides access to the superset of Azure AI capabilities. This includes agent service, models sold by Microsoft and its partners, evaluations, AI Services and Azure OpenAI service capabilities. Azure AI Foundry is the recommended resource type for most applications built in Azure AI Foundry.
2626

2727
Get started by [creating a first AI Foundry resource](../../ai-services/multi-service-resource.md?context=/azure/ai-foundry/context/context).
2828

29-
* **Azure AI Hub** – Use this resource type in combination with Azure AI Foundry to additionally access open-source model hosting and fine-tuning capabilities, as well as Azure Machine Learning capabilities. When you create an AI Hub, an Azure AI Foundry resource is automatically provisioned. Hub resources can be used in both Azure AI Foundry portal and Machine Learning Studio.
29+
:::image type="content" source="../media/concepts/foundry-resource.png" alt-text="Screenshot shows how AI Foundry resource type provided access to the superset of Azure AI capabilities including agent service, a wide selection of models, and Azure OpenAI capabilities.":::
3030

3131
* **Azure AI Search** – A resource used to index and retrieve data for grounding AI applications. It can be [connected](../how-to/connections-add.md) to Azure AI Foundry agents to enable retrieval-augmented generation (RAG) and semantic search experiences.
3232

33-
* **Azure OpenAI** – A specialized resource type that provides access to OpenAI models such as GPT-4 and GPT-4o. It offers a subset of the capabilities available in Azure AI Foundry and provides solely access to Azure OpenAI APIs. [Upgrade from Azure OpenAI to Azure AI Foundry](../how-to/upgrade-azure-openai.md) to gain access to more capabilities while keeping the existing Azure OpenAI API endpoint, state of work, and security configurations.
33+
* **Azure OpenAI** – A specialized resource type that provides access to OpenAI models and APIs only. For most use cases, it's recommended to use the Azure AI Foundry resource, which offers backwards compatibility with all Azure OpenAI APIs.
34+
35+
If your IT security team hasn't enabled the superset of Foundry capabilities in your environment, then the standalone Azure OpenAI resource may still be required for you.
36+
37+
[An upgrade option from Azure OpenAI to AI Foundry](../how-to/upgrade-azure-openai.md) is available to access all Foundry capabilities and models while keeping your existing Azure OpenAI API endpoint, state of work, and security configurations.
38+
39+
* **Azure AI Hub** - In June 2025, we started to move most of Hub's capabilities under "Azure AI Foundry" resource type. This change brings agents, models, and their tools together for development, management and governance, under a dedicated Azure resource type for AI Foundry.
40+
41+
New features will only release on Azure AI Foundry resource. To learn more, see [migrate from hub-based to Foundry projects](../how-to/migrate-project.md). [Select use cases](../what-is-azure-ai-foundry.md#which-type-of-project-do-i-need), including open source model deployments, currently still require a hub resource.
3442

3543
## References
3644

45+
* [Azure AI Foundry architecture](architecture.md)
3746
* [What is Azure Resource Manager?](/azure/azure-resource-manager/management/overview)
3847
* [Create a first AI Foundry resource](../../ai-services/multi-service-resource.md?context=/azure/ai-foundry/context/context)
3948
* [Create AI Foundry with advanced options](../how-to/create-resource-template.md)

articles/ai-foundry/foundry-models/includes/model-matrix/global-standard.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ ms.date: 09/15/2025
77

88
<!-- ## GlobalStandard.md -->
99

10-
| **Region** | **DeepSeek-R1-0528** | **DeepSeek-R1** | **DeepSeek-V3-0324** | **DeepSeek-V3.1** | **FLUX.1-Kontext-pro** | **FLUX-1.1-pro** | **grok-code-fast-1** | **grok-3-mini** | **grok-3** | **Llama-4-Maverick-17B-128E-Instruct-FP8** | **Llama-3.3-70B-Instruct** | **MAI-DS-R1** | **mistral-document-ai-2505** |
11-
|:-------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
12-
| australiaeast ||||||||||||||
13-
| brazilsouth ||||||||||||||
14-
| canadaeast ||||||||||||||
15-
| eastus ||||||||||||||
16-
| eastus2 ||||||||||||||
17-
| francecentral ||||||||||||||
18-
| germanywestcentral ||||||||||||||
19-
| italynorth ||||||||||||||
20-
| japaneast ||||||||||||||
21-
| koreacentral ||||||||||||||
22-
| northcentralus ||||||||||||||
23-
| norwayeast ||||||||||||||
24-
| polandcentral ||||||||||||||
25-
| southafricanorth ||||||||||||||
26-
| southcentralus ||||||||||||||
27-
| southindia ||||||||||||||
28-
| spaincentral ||||||||||||||
29-
| swedencentral ||||||||||||||
30-
| switzerlandnorth ||||||||||||||
31-
| switzerlandwest ||||||||||||||
32-
| uaenorth ||||||||||||||
33-
| uksouth ||||||||||||||
34-
| westeurope ||||||||||||||
35-
| westus ||||||||||||||
36-
| westus3 ||||||||||||||
10+
| **Region** | **DeepSeek-R1-0528** | **DeepSeek-R1** | **DeepSeek-V3-0324** | **DeepSeek-V3.1** | **FLUX.1-Kontext-pro** | **FLUX-1.1-pro** | **grok-4-fast-reasoning** | **grok-4-fast-non-reasoning** | **grok-code-fast-1** | **grok-3** | **grok-3-mini** | **Llama-4-Maverick-17B-128E-Instruct-FP8** | **Llama-3.3-70B-Instruct** | **MAI-DS-R1** | **mistral-document-ai-2505** |
11+
|:-------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
12+
| australiaeast ||||||||||||||||
13+
| brazilsouth ||||||||||||||||
14+
| canadaeast ||||||||||||||||
15+
| eastus ||||||||||||||||
16+
| eastus2 ||||||||||||||||
17+
| francecentral ||||||||||||||||
18+
| germanywestcentral ||||||||||||||||
19+
| italynorth ||||||||||||||||
20+
| japaneast ||||||||||||||||
21+
| koreacentral ||||||||||||||||
22+
| northcentralus ||||||||||||||||
23+
| norwayeast ||||||||||||||||
24+
| polandcentral ||||||||||||||||
25+
| southafricanorth ||||||||||||||||
26+
| southcentralus ||||||||||||||||
27+
| southindia ||||||||||||||||
28+
| spaincentral ||||||||||||||||
29+
| swedencentral ||||||||||||||||
30+
| switzerlandnorth ||||||||||||||||
31+
| switzerlandwest ||||||||||||||||
32+
| uaenorth ||||||||||||||||
33+
| uksouth ||||||||||||||||
34+
| westeurope ||||||||||||||||
35+
| westus ||||||||||||||||
36+
| westus3 ||||||||||||||||

articles/ai-foundry/foundry-models/includes/models-azure-direct-others.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: azure-ai-foundry
55
ms.subservice: azure-ai-foundry-model-inference
66
ms.topic: include
7-
ms.date: 09/17/2025
7+
ms.date: 09/26/2025
88
ms.author: mopeakande
99
author: msakande
1010
---
@@ -16,7 +16,7 @@ author: msakande
1616

1717
The Black Forest Labs (BFL) collection of image generation models includes FLUX.1 Kontext [pro] for in-context generation and editing and FLUX1.1 [pro] for text-to-image generation.
1818

19-
You can run these models via the BFL service provider API and through the [images/generations and images/edits endpoints](../../openai/reference-preview.md).
19+
You can run these models through the BFL service provider API and through the [images/generations and images/edits endpoints](../../openai/reference-preview.md).
2020

2121

2222
| Model | Type & API endpoint| Capabilities | Deployment type (region availability) | Project type |
@@ -82,12 +82,11 @@ xAI's Grok models in Azure AI Foundry Models include a diverse set of models des
8282

8383
- Grok 3 Mini is a lightweight reasoning model trained to tackle agentic, coding, mathematical, and deep science problems with test-time compute. It also supports a 131,072 token context window for understanding codebases and enterprise documents, and excels at using tools to solve complex logical problems in novel environments, offering raw reasoning traces for user inspection with adjustable thinking budgets.
8484

85-
- Grok Code Fast 1, a fast and efficient reasoning model designed for use in agentic coding applications. It was pre-trained on a coding-focused data mixture, then post-trained on demonstrations of various coding tasks and tool use as well as demonstrations of correct refusal behaviors based on xAI's safety policy.
86-
87-
> [!NOTE]
88-
> [Registration is required for access to the grok-code-fast-1 model](https://aka.ms/xai/grok-code-fast-1).
85+
- Grok Code Fast 1, a fast and efficient reasoning model designed for use in agentic coding applications. It was pretrained on a coding-focused data mixture, then post-trained on demonstrations of various coding tasks and tool use as well as demonstrations of correct refusal behaviors based on xAI's safety policy.
86+
[Registration is required for access to the grok-code-fast-1 model](https://aka.ms/xai/grok-code-fast-1).
8987

9088
- Grok 4 Fast, an efficiency-optimized language model that delivers near-Grok 4 reasoning capabilities with significantly lower latency and cost, and can bypass reasoning entirely for ultra-fast applications. It is trained for safe and effective tool use, with built-in refusal behaviors, a fixed safety-enforcing system prompt, and input filters to prevent misuse.
89+
[Registration is required for access to grok-4-fast-reasoning](https://aka.ms/xai/grok-4-fast-reasoning) and [grok-4-fast-non-reasoning](https://aka.ms/xai/grok-4-fast-non-reasoning).
9190

9291
| Model | Type | Capabilities | Deployment type (region availability) | Project type |
9392
| ------ | ---- | ------------ | ------------------------------------- | ------------ |
10.8 KB
Loading

articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ For more information, see the [language and voice list](../../language-support.m
10491049
* Support 2 new styles `sports-commentary`, `sports-commentary-excited` in public preview for `zh-CN-YunjianNeural`. See [voice styles and roles](../../language-support.md?tabs=tts).
10501050
* Support 1 new style `advertisement-upbeat` in public preview for `zh-CN-YunhaoNeural`. See [voice styles and roles](../../language-support.md?tabs=tts).
10511051
* The `cheerful` and `sad` styles for `fr-FR-DeniseNeural` are generally available in all regions.
1052-
* SSML updated to support MathML elements for en-US and en-AU voices. Learn more at [speech synthesis markup](../../speech-synthesis-markup-pronunciation.md#pronunciation-with-mathml).
1052+
* SSML updated to support MathML elements for en-US and en-AU voices. Learn more at [speech synthesis markup](../../speech-synthesis-markup-pronunciation.md#mathematical-expressions-reading).
10531053

10541054
#### Custom neural voice
10551055

0 commit comments

Comments
 (0)