Skip to content

Commit e5828c1

Browse files
Merge pull request #6591 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-14 22:04 UTC
2 parents e963a8b + 9ffad51 commit e5828c1

32 files changed

+231
-79
lines changed

articles/ai-foundry/agents/how-to/tools/browser-automation-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-ai-agent-service
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 08/12/2025
9+
ms.date: 08/14/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -18,7 +18,7 @@ Use this article to find step-by-step instructions and code samples for using th
1818

1919
## Prerequisites
2020

21-
* The requirements in the [Browser Automation overview](./deep-research.md).
21+
* The requirements in the [Browser Automation overview](./browser-automation.md#setup).
2222
* Your Azure AI Foundry Project endpoint.
2323

2424
[!INCLUDE [endpoint-string-portal](../../includes/endpoint-string-portal.md)]

articles/ai-foundry/how-to/create-azure-ai-hub-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- hub-only
1111
ms.topic: how-to
12-
ms.date: 04/29/2025
12+
ms.date: 08/14/2025
1313
ms.reviewer: deeikele
1414
ms.author: sgilley
1515
author: sdgilley

articles/ai-foundry/how-to/create-azure-ai-project-template.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ ms.service: azure-ai-foundry
99
ms.topic: quickstart-bicep
1010
ms.custom:
1111
- subject-bicepqs
12-
- hub-only
13-
ms.date: 04/29/2025
12+
ms.date: 08/14/2025
1413
# Customer intent: As a DevOps person, I need to automate or customize the creation of a hub by using templates.
1514
---
1615

1716
# Quickstart: Create an Azure AI Foundry project using a Bicep file
1817

19-
[!INCLUDE [hub-only-alt](../includes/uses-fdp-only-alt.md)]
20-
2118
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (template) to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) project. A template makes it easy to create resources as a single, coordinated operation. A Bicep file is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the file to deploy resources.
2219

2320
## Prerequisites
@@ -69,13 +66,13 @@ az deployment group create --resource-group exampleRG --template-file main.bicep
6966

7067
```azurepowershell
7168
New-AzResourceGroup -Name exampleRG -Location eastus
72-
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiHubName myai -aiProjectName myai-proj
69+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiFoundryName myai -aiProjectName myai-proj
7370
```
7471

7572
---
7673

7774
> [!NOTE]
78-
> Replace `myai` with the name of your resource.
75+
> Replace `myai` with the name of your resource.
7976
8077
When the deployment finishes, you should see a message indicating the deployment succeeded.
8178

@@ -86,7 +83,7 @@ Use the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) to view t
8683
# [Azure CLI](#tab/cli)
8784

8885
```azurecli
89-
az resource list --name exampleRG
86+
az resource list --resource-group exampleRG
9087
```
9188

9289
# [Azure PowerShell](#tab/powershell)

articles/ai-foundry/how-to/create-manage-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- ignite-2024
1010
- hub-only
1111
ms.topic: how-to
12-
ms.date: 06/06/2025
12+
ms.date: 08/14/2025
1313
ms.reviewer: deeikele
1414
ms.author: sgilley
1515
author: sdgilley

articles/ai-foundry/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article provides instructions on how to create an Azure AI Fou
55
ms.service: azure-ai-foundry
66
ms.custom: build-2024, devx-track-azurecli
77
ms.topic: how-to
8-
ms.date: 06/24/2025
8+
ms.date: 08/14/2025
99
ms.reviewer: dantaylo
1010
ms.author: sgilley
1111
author: sdgilley

articles/ai-services/language-service/conversational-language-understanding/how-to/create-project.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
1717

1818
> [!NOTE]
1919
>
20-
> If you already have an Azure AI Language or multi-service resource—whether used on its own or through Language Studio—you can continue to use those existing Language resources within the Azure AI Foundry portal. For more information, see [How to use Azure AI services in the Azure AI Foundry portal](../../../../ai-services/connect-services-ai-foundry-portal.md).
21-
>
22-
> In Azure AI Foundry, you set up a fine-tuning task to serve as your workspace when customizing your CLU model. Previously, a **fine-tuning task** was referred to as a **CLU project**. You might encounter both terms used interchangeably in older CLU documentation.
20+
> * If you already have an Azure AI Language or multi-service resource—whether used on its own or through Language Studio—you can continue to use those existing Language resources within the Azure AI Foundry portal. For more information, see [How to use Azure AI services in the Azure AI Foundry portal](../../../../ai-services/connect-services-ai-foundry-portal.md).
21+
> * In Azure AI Foundry, a fine-tuning task serves as your workspace when customizing your CLU model. Previously, a **fine-tuning task** was referred to as a **CLU project**. You might encounter both terms used interchangeably in older CLU documentation.
22+
> * We highly recommend that you use an Azure AI Foundry resource in the AI Foundry; however, you can also follow these instructions using a Language resource.
2323
>
2424
2525
## Prerequisites
@@ -29,10 +29,6 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
2929
* An [Azure AI Foundry multi-service resource](../../../multi-service-resource.md). For more information, *see* [Configure an Azure AI Foundry resource](configure-azure-resources.md#option-1-configure-an-azure-ai-foundry-resource). Alternately, you can use an [Azure AI Language resource](https://portal.azure.com/?Microsoft_Azure_PIMCommon=true#create/Microsoft.CognitiveServicesTextAnalytics).
3030
* A Foundry project created in the Azure AI Foundry. For more information, *see* [Create an AI Foundry project](../../../../ai-foundry/how-to/create-projects.md).
3131

32-
> [!NOTE]
33-
>
34-
> We highly recommend that you use an Azure AI Foundry resource in the AI Foundry; however, you can also follow these instructions using a Language resource.
35-
3632
## Create a CLU fine-tuning task project
3733

3834
To create a CLU fine-tuning task project, you first configure your environment and then create a fine-tuning task, which serves as your workspace for customizing your CLU model.
@@ -71,7 +67,7 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
7167

7268
1. From **Create service fine-tuning** window, choose the **Conversational language understanding** tab then select **Next**.
7369

74-
:::image type="content" source="../media/select-project.png" alt-text="Screenshot of conversational language understanding tab in the Azure AI Foundry.":::
70+
:::image type="content" source="../media/select-project.png" alt-text="Screenshot of conversational language understanding selection card in the Azure AI Foundry.":::
7571

7672
1. In **Create CLU fine tuning task** window, select your **Connected service** from the drop-down menu, then complete the **Name** and **Language** fields. If you're using the free **Standard Training** mode, select **English** for the language field.
7773

@@ -84,7 +80,7 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
8480
> * **Advanced training** includes longer training durations and is supported for English, other languages, and multilingual projects.
8581
> * For more information, *see* [Training modes](train-model.md#training-modes).
8682
87-
1. Once the task creation is complete, select the task from the AI Service fine-tuning window to arrive at the Getting started with fine-tuning page.
83+
1. Once the task creation is complete, select the task from the AI Service fine-tuning window to arrive at the **Getting started with fine-tuning** page.
8884

8985
:::image type="content" source="../media/create-project/getting-started-fine-tuning.png" alt-text="Screenshot of the getting started with fine-tuning page in the Azure AI Foundry." lightbox="../media/create-project/getting-started-fine-tuning.png":::
9086

articles/ai-services/language-service/conversational-language-understanding/how-to/train-model.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ We recommend that you introduce casing and punctuation diversity in the training
5454

5555
## Data splitting
5656

57-
Before you start the training process, labeled utterances in your project are divided into a training set and a testing set. Each one of them serves a different function.
58-
The **training set** is used in training the model, the set from which the model learns the labeled utterances.
59-
The **testing set** is a blind set that isn't introduced to the model during training but only during evaluation.
57+
Before you start the training process, labeled utterances in your project are divided into a training set and a testing set. Each one of them serves a different function:
58+
59+
* The **training set** is used in training the model, the set from which the model learns the labeled utterances.
60+
* The **testing set** is a blind set that isn't introduced to the model during training but only during evaluation.
6061

6162
After the model is trained successfully, the model can be used to make predictions from the utterances in the testing set. These predictions are used to calculate [evaluation metrics](../concepts/evaluation-metrics.md).
6263
We recommend that you make sure that all your intents and entities are adequately represented in both the training and testing set.

0 commit comments

Comments
 (0)