Skip to content

Commit c0982a1

Browse files
Merge pull request #7278 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-25 17:11 UTC
2 parents 0dc311b + 3e8e6aa commit c0982a1

40 files changed

+591
-330
lines changed

articles/ai-foundry/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ productDirectory:
4444
links:
4545
- url: /azure/developer/ai/intelligent-app-templates
4646
text: Start with an AI template
47-
- url: ./quickstarts/get-started-code.md
47+
- url: ./how-to/develop/ai-template-get-started.md
4848
text: Quickstart for Azure AI Foundry
4949
# Card
5050
- title: Azure AI Foundry Models

articles/ai-foundry/openai/how-to/codex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ codex --version # verify installation
6969
```text
7070
model = "gpt-5-codex" # Replace with your actual Azure model deployment name
7171
model_provider = "azure"
72-
model_reasoning_effort = "high"
72+
model_reasoning_effort = "medium"
7373
7474
[model_providers.azure]
7575
name = "Azure OpenAI"

articles/ai-foundry/openai/how-to/responses.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The responses API is currently available in the following regions:
4848
- `gpt-5-mini` (Version: `2025-08-07`)
4949
- `gpt-5-nano` (Version: `2025-08-07`)
5050
- `gpt-5-chat` (Version: `2025-08-07`)
51+
- `gpt-5-codex` (Version: `2025-09-15`)
5152
- `gpt-4o` (Versions: `2024-11-20`, `2024-08-06`, `2024-05-13`)
5253
- `gpt-4o-mini` (Version: `2024-07-18`)
5354
- `computer-use-preview`

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,6 +2829,11 @@
28292829
"source_path_from_root": "/articles/ai-services/qnamaker/tutorials/integrate-with-power-virtual-assistant-fallback-topic.md",
28302830
"redirect_url": "/azure/ai-services/language-service/tutorials/power-automate",
28312831
"redirect_document_id": true
2832+
},
2833+
{
2834+
"source_path_from_root": "/articles/ai-services/language-service/conversational-language-understanding/how-to/configure-azure-resources.md",
2835+
"redirect_url": "/azure/ai-services/language-service/concepts/configure-azure-resources",
2836+
"redirect_document_id": true
28322837
}
28332838

28342839
]
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: language-service-question-answering
1111

1212
# Configure your environment for Azure AI resources and permissions
1313

14-
In this guide, we walk you through configuring your Azure AI resources and permissions for conversational language understanding (CLU) projects. We present two options:
14+
In this guide, we walk you through configuring your Azure AI resources and permissions for Azure AI Foundry tasks. We present two options:
1515

1616
* [**Option 1: Configure an Azure AI Foundry resource**](#option-1-configure-an-azure-ai-foundry-resource). Azure AI Foundry offers a unified environment for building generative AI applications and using Azure AI services. All essential tools are together in one environment for all stages of AI app development.
1717

@@ -26,8 +26,8 @@ In addition, we show you how to assign the correct roles and permissions within
2626
Before you can set up your resources, you need:
2727

2828
* **An active Azure subscription**. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
29-
* **Requisite permissions**. Make sure the person establishing the account and project is assigned as the Azure AI Account Owner role at the subscription level. Alternatively, having either the **Contributor** or **Cognitive Services Contributor** role at the subscription scope also meets this requirement. For more information, *see* [Role based access control (RBAC)](../../../openai/how-to/role-based-access-control.md#cognitive-services-contributor).
30-
* An [Azure AI Foundry resource](../../../multi-service-resource.md) or an [Azure AI Language resource](https://portal.azure.com/?Microsoft_Azure_PIMCommon=true#create/Microsoft.CognitiveServicesTextAnalytics).
29+
* **Requisite permissions**. Make sure the person establishing the account and project is assigned as the Azure AI Account Owner role at the subscription level. Alternatively, having either the **Contributor** or **Cognitive Services Contributor** role at the subscription scope also meets this requirement. For more information, *see* [Role based access control (RBAC)](/azure/ai-foundry/openai/how-to/role-based-access-control#cognitive-services-contributor).
30+
* An [Azure AI Foundry resource](/azure/ai-services/multi-service-resource) or an [Azure AI Language resource](https://portal.azure.com/?Microsoft_Azure_PIMCommon=true#create/Microsoft.CognitiveServicesTextAnalytics).
3131

3232
* An [Azure OpenAI resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI) (optional but required for [option 2](#option-2-configure-azure-language-resource-and-azure-openai-resources))
3333

@@ -37,29 +37,29 @@ Before you can set up your resources, you need:
3737
3838
## Option 1: Configure an Azure AI Foundry resource
3939

40-
Azure AI Foundry offers a unified platform for building, managing, and deploying AI solutions with a wide array of models and tools. With this integration, you gain access to features like **Quick Deploy** for rapid model **fine-tuning** and **suggest utterances** to expand your training data with generative AI. New features are continually added, making Azure AI Foundry the recommended choice for scalable CLU solutions.
40+
Azure AI Foundry offers a unified platform for building, managing, and deploying AI solutions with a wide array of models and tools. With this integration, you gain access to features like **Quick Deploy** for rapid model **fine-tuning** and **suggest utterances** to expand your training data with generative AI. New features are continually added, making Azure AI Foundry is the recommended choice for scalable solutions.
4141

4242
1. Navigate to the [Azure portal](https://azure.microsoft.com/#home).
4343

4444
1. Go to your Azure AI Foundry resource (select **All resources** to locate your resource).
4545

4646
1. Next, select **Access Control (IAM)** on the left panel, then select **Add role assignment**.
4747

48-
:::image type="content" source="../media/configure-resources/add-role-assignment.png" alt-text="Screenshot of add role assignment selector in the Azure portal.":::
48+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/add-role-assignment.png" alt-text="Screenshot of add role assignment selector in the Azure portal.":::
4949

5050
1. Search and select the **Cognitive Services User** role. Select **Next**.
5151

52-
:::image type="content" source="../media/configure-resources/cognitive-services-user.png" alt-text="Screenshot of Cognitive Services User from the job function roles list in the Azure portal.":::
52+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/cognitive-services-user.png" alt-text="Screenshot of Cognitive Services User from the job function roles list in the Azure portal.":::
5353

5454
1. Navigate to the **Members** tab and then select **Managed Identity**.
5555

56-
:::image type="content" source="../media/configure-resources/managed-identity.png" alt-text="Screenshot of assign member access selector in the Azure portal.":::
56+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/managed-identity.png" alt-text="Screenshot of assign member access selector in the Azure portal.":::
5757

58-
1. Select **Select members**, then in the right panel, search for and choose your Azure AI Foundry resource (the one you're using for this project), and choose **Select**.
58+
1. Choose **Select members**, then in the right panel, search for and choose your Azure AI Foundry resource (the one you're using for this project), and choose **Select**.
5959

6060
1. Finally, select **Review + assign** to confirm your selection.
6161

62-
1. Your resources are now set up properly. Continue with setting up the fine-tuning task and continue customizing your CLU project.
62+
1. Your resources are now set up properly. Proceed with initializing the fine-tuning process and optimizing your AI models and solutions for advanced customization and deployment.
6363

6464
## Option 2: Configure Azure Language resource and Azure OpenAI resources
6565

@@ -73,15 +73,15 @@ Azure OpenAI is a cloud-based solution that brings the advanced capabilities of
7373

7474
1. Next, select **Access Control (IAM)** on the left panel, then select **Add role assignment**.
7575

76-
:::image type="content" source="../media/configure-resources/add-role-assignment.png" alt-text="Screenshot of add role assignment selector in the Azure portal.":::
76+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/add-role-assignment.png" alt-text="Screenshot of add role assignment selector in the Azure portal.":::
7777

7878
1. Search and select the **Cognitive Services User** role, then select **Next**.
7979

80-
:::image type="content" source="../media/configure-resources/cognitive-services-user.png" alt-text="Screenshot of Cognitive Services User from the job function roles list in the Azure portal.":::
80+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/cognitive-services-user.png" alt-text="Screenshot of Cognitive Services User from the job function roles list in the Azure portal.":::
8181

8282
1. Navigate to the **Members** tab and then select **Managed Identity**.
8383

84-
:::image type="content" source="../media/configure-resources/managed-identity.png" alt-text="Screenshot of assign member access selector in the Azure portal.":::
84+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/managed-identity.png" alt-text="Screenshot of assign member access selector in the Azure portal.":::
8585

8686
1. Select **Select members**, then in the right panel, search for and choose your Azure AI Foundry resource (the one you're using for this project), and choose **Select**.
8787

@@ -98,12 +98,12 @@ Azure AI Foundry offers a unified platform where you can easily build, manage, a
9898

9999
1. Scroll to the **Connected resources** section of the Management center.
100100

101-
:::image type="content" source="../media/configure-resources/ai-foundry-management-center.png" alt-text="Screenshot of the management center selector in the Azure AI Foundry.":::
101+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/ai-foundry-management-center.png" alt-text="Screenshot of the management center selector in the Azure AI Foundry.":::
102102

103103

104104
1. Select the **+ New connection** button.
105105

106-
:::image type="content" source="../media/configure-resources/new-connection.png" alt-text="Screenshot of the new connection button in the Azure AI Foundry.":::
106+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/new-connection.png" alt-text="Screenshot of the new connection button in the Azure AI Foundry.":::
107107

108108

109109
1. In the new window, select **Azure AI Language** as the resource type, then find your Azure AI Language resource.
@@ -116,29 +116,29 @@ Azure AI Foundry offers a unified platform where you can easily build, manage, a
116116

117117
1. Select **Add connection**, then select **Close**.
118118

119-
:::image type="content" source="../media/configure-resources/connect-language-resource.png" alt-text="Screenshot of connect search resource selector in the Azure AI Foundry.":::
119+
:::image type="content" source="../conversational-language-understanding/media/configure-resources/connect-language-resource.png" alt-text="Screenshot of connect search resource selector in the Azure AI Foundry.":::
120120

121121
## Import an existing Azure AI project
122122

123123
Azure AI Foundry allows you to connect to your existing Azure AI services resources. This means you can establish a connection within your Azure AI Foundry project to the Azure AI Language resource where your custom models are stored.
124124

125-
To import an existing Azure AI services project with Azure AI Foundry, you need to create a connection to the Azure AI services resource within your Azure AI Foundry project. For more information, *see* [Connect Azure AI Services projects to Azure AI Foundry](../../../../ai-services/connect-services-ai-foundry-portal.md)
125+
To import an existing Azure AI services project with Azure AI Foundry, you need to create a connection to the Azure AI services resource within your Azure AI Foundry project. For more information, *see* [Connect Azure AI Services projects to Azure AI Foundry](/azure/ai-services/connect-services-ai-foundry-portal)
126126

127127
## Export a project
128128

129-
You can download a CLU project as a **config.json** file:
129+
You can download a project as a **config.json** file:
130130

131131
1. Navigate to your project home page.
132132
1. At the top of the page, select your project from the right page ribbon area.
133133
1. Select **Download config file**.
134134

135-
:::image type="content" source="../media/create-project/download-config-json.png" alt-text="Screenshot of project drop-down menu with the download config file hyperlink in the Azure AI Foundry.":::
135+
:::image type="content" source="../conversational-language-understanding/media/create-project/download-config-json.png" alt-text="Screenshot of project drop-down menu with the download config file hyperlink in the Azure AI Foundry.":::
136136

137137

138138

139139
That's it! Your resources are now set up properly. Continue with setting up the fine-tuning task and customizing your CLU project.
140140

141141
## Next Steps
142142

143-
[Create a CLU fine-tuning task](train-model.md#train-your-model)
143+
[Model lifecycle](../concepts/model-lifecycle.md)
144144

articles/ai-services/language-service/concepts/developer-guide.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Language service provides support through a REST API, and client libraries i
2222

2323
## Client libraries (Azure SDK)
2424

25-
The Language service provides three namespaces for using the available features. Depending on which features and programming language you're using, you'll need to download one or more of the following packages, and have the following framework/language version support:
25+
The Language service provides three namespaces for using the available features. Depending on which features and programming language you're using, you need to download one or more of the following packages, and have the following framework/language version support:
2626

2727
|Framework/Language | Minimum supported version |
2828
|---------|---------|
@@ -34,13 +34,13 @@ The Language service provides three namespaces for using the available features.
3434
### Azure.AI.TextAnalytics
3535

3636
>[!NOTE]
37-
> If you're using custom named entity recognition or custom text classification, you will need to create a project and train a model before using the SDK. The SDK only provides the ability to analyze text using models you create. See the following quickstarts for information on creating a model.
37+
> If you're using custom named entity recognition or custom text classification, you need to create a project and train a model before using the SDK. The SDK only allows for you to analyze text using models you create. See the following quickstarts for information on creating a model.
3838
> * [Custom named entity recognition](../custom-named-entity-recognition/quickstart.md)
3939
> * [Custom text classification](../custom-text-classification/quickstart.md)
4040
4141
The `Azure.AI.TextAnalytics` namespace enables you to use the following Language features. Use the following links for articles to help you send API requests using the SDK.
4242

43-
* [Custom named entity recognition](../custom-named-entity-recognition/how-to/call-api.md?tabs=client#send-an-entity-recognition-request-to-your-model)
43+
* [Custom named entity recognition](../custom-named-entity-recognition/how-to/call-api.md?tabs=client)
4444
* [Custom text classification](../custom-text-classification/how-to/call-api.md?tabs=client-libraries#send-a-text-classification-request-to-your-model)
4545
* [Document summarization](../summarization/quickstart.md)
4646
* [Entity linking](../entity-linking/quickstart.md)
@@ -63,7 +63,7 @@ As you use these features in your application, use the following documentation a
6363
### Azure.AI.Language.Conversations
6464

6565
> [!NOTE]
66-
> If you're using conversational language understanding or orchestration workflow, you'll need to create a project and train a model before using the SDK. The SDK only provides the ability to analyze text using models you create. See the following quickstarts for more information.
66+
> If you're using conversational language understanding or orchestration workflow, you need to create a project and train a model before using the SDK. The SDK only allows you to analyze text using models you create. For more information, *see*:
6767
> * [Conversational language understanding](../conversational-language-understanding/quickstart.md)
6868
> * [Orchestration workflow](../orchestration-workflow/quickstart.md)
6969
@@ -108,19 +108,19 @@ The conversation analysis authoring API enables you to author custom models and
108108
* [Conversational language understanding](../conversational-language-understanding/quickstart.md?pivots=rest-api)
109109
* [Orchestration workflow](../orchestration-workflow/quickstart.md?pivots=rest-api)
110110

111-
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/conversational-analysis-authoring) for additional information.
111+
For more information, *see* the [reference documentation](/rest/api/language/2023-04-01/conversational-analysis-authoring).
112112

113113
### Conversation analysis runtime API
114114

115-
The conversation analysis runtime API enables you to send requests to custom models you've created for:
115+
The conversation analysis runtime API enables you to send requests to custom models you create for the following features:
116116
* [Conversational language understanding](../conversational-language-understanding/how-to/call-api.md?tabs=REST-APIs#send-a-conversational-language-understanding-request)
117117
* [Orchestration workflow](../orchestration-workflow/how-to/call-api.md?tabs=REST-APIs#send-an-orchestration-workflow-request)
118118

119119
It additionally enables you to use the following features, without creating any models:
120120
* [Conversation summarization](../summarization/quickstart.md?pivots=rest-api&tabs=conversation-summarization)
121121
* [Personally Identifiable Information (PII) detection for conversations](../personally-identifiable-information/how-to-call-for-conversations.md?tabs=rest-api#examples)
122122

123-
As you use this API in your application, see the [reference documentation](/rest/api/language) for additional information.
123+
For more information, *see* the [reference documentation](/rest/api/language).
124124

125125

126126
### Text analysis authoring API
@@ -129,11 +129,10 @@ The text analysis authoring API enables you to author custom models and create/m
129129
* [Custom named entity recognition](../custom-named-entity-recognition/quickstart.md?pivots=rest-api)
130130
* [Custom text classification](../custom-text-classification/quickstart.md?pivots=rest-api)
131131

132-
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/text-analysis-authoring) for additional information.
133-
132+
For more information, *see* the [reference documentation](/rest/api/language/2023-04-01/text-analysis-authoring).
134133
### Text analysis runtime API
135134

136-
The text analysis runtime API enables you to send requests to custom models you've created for:
135+
The text analysis runtime API enables you to send requests to custom models you create for the following features:
137136

138137
* [Custom named entity recognition](../custom-named-entity-recognition/quickstart.md?pivots=rest-api)
139138
* [Custom text classification](../custom-text-classification/quickstart.md?pivots=rest-api)
@@ -148,15 +147,15 @@ It additionally enables you to use the following features, without creating any
148147
* [Sentiment analysis and opinion mining](../sentiment-opinion-mining/quickstart.md?pivots=rest-api)
149148
* [Text analytics for health](../text-analytics-for-health/quickstart.md?pivots=rest-api)
150149

151-
As you use this API in your application, see the [reference documentation](https://go.microsoft.com/fwlink/?linkid=2239169) for additional information.
150+
For more information, *see* the [reference documentation](https://go.microsoft.com/fwlink/?linkid=2239169).
152151

153152
### Question answering APIs
154153

155154
The question answering APIs enables you to use the [question answering](../question-answering/quickstart/sdk.md?pivots=rest) feature.
156155

157156
#### Reference documentation
158157

159-
As you use this API in your application, see the following reference documentation for additional information.
158+
For more information, *see* the following reference documentation:
160159

161160
* [Prebuilt API](/azure/ai-services/language-service/question-answering/how-to/prebuilt) - Use the prebuilt runtime API to answer specified question using text provided by users.
162161
* [Custom authoring API](/azure/ai-services/language-service/question-answering/how-to/authoring) - Create a knowledge base to answer questions.

0 commit comments

Comments
 (0)