You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/azure-ai-foundry.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ author: laujan
3
3
manager: nitinme
4
4
ms.service: azure-ai-language
5
5
ms.topic: include
6
-
ms.date: 07/29/2025
6
+
ms.date: 08/03/2025
7
7
ms.author: lajanuar
8
8
---
9
9
10
10
> [!NOTE]
11
11
>
12
12
> * 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.
13
13
> * For more information, see [How to use Azure AI services in the Azure AI Foundry portal](/azure/ai-services/connect-services-ai-foundry-portal).
14
-
> * 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.
14
+
> * We highly recommended that you use an Azure AI Foundry resource in the AI Foundry; however, you can also follow these instructions using a Language resource.
15
15
16
16
## Prerequisites
17
17
@@ -22,7 +22,7 @@ ms.author: lajanuar
22
22
23
23
## Get started with Azure AI Foundry
24
24
25
-
To complete this quickstart, you need a CLU fine-tuning task project that includes a [defined schema](../../how-to/build-schema.md) and [labeled utterances](../../how-to/tag-utterances.md). You can download our [**sample project file**](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json), which comes preconfigured with both a schema and labeled utterances. This project, enables the prediction of user intent for commands such as reading emails, deleting emails, and attaching documents to emails.
25
+
To complete this quickstart, you need a Conversational Language Understanding (CLU) fine-tuning task project that includes a [defined schema](../../how-to/build-schema.md) and [labeled utterances](../../how-to/tag-utterances.md). You can download our [**sample project file**](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json), which comes preconfigured with both a schema and labeled utterances. This project enables the prediction of user intent for commands such as reading emails, deleting emails, and attaching documents to emails.
26
26
27
27
Azure AI Foundry offers a unified platform for building, managing, and deploying AI solutions with a wide array of models and tools. Azure AI Foundry playgrounds are interactive environments within the Azure AI Foundry portal designed for exploring, testing, and prototyping with various AI models and tools. Let's begin:
28
28
@@ -32,7 +32,7 @@ Azure AI Foundry offers a unified platform for building, managing, and deploying
32
32
1. If you're not already at your project for this task, select it.
33
33
1. On the left side navigation pane, select **Playgrounds**, navigate to the **Language playground card**, and then choose the **Try the Language playground** button.
34
34
35
-
:::image type="content" source="../../media/quickstarts/try-playground.png" alt-text="Screenshot of the try language playground selection in Azure AI Foundry.":::
35
+
:::image type="content" source="../../media/quickstarts/try-playground.png" alt-text="Screenshot of the Try Language Playground selection in Azure AI Foundry.":::
36
36
37
37
## Try Foundry Language playground
38
38
@@ -44,7 +44,7 @@ The top section of the Language playground is where you can view and select the
44
44
45
45
1. Next scroll to and select the **Fine-tune** button.
46
46
47
-
:::image type="content" source="../../quickstarts/fine-tune-button.png" alt-text="Screenshot of the fine-tune button on the language playground homepage in Azure AI Foundry.":::
47
+
:::image type="content" source="../../media/quickstarts/fine-tune-button.png" alt-text="Screenshot of the fine-tune button on the language playground homepage in Azure AI Foundry.":::
48
48
49
49
1. From **Create service fine-tuning** window that opens, choose the **Conversational language understanding** card, then select **Next**.
50
50
@@ -58,13 +58,13 @@ The top section of the Language playground is where you can view and select the
58
58
59
59
1. Select the **Create** button. It can take a few minutes for the *creating* operation to complete.
60
60
61
-
1. Once your fine-tuning task project has been created, the **Getting started with fine-tuning** page opens.
61
+
1. Once your fine-tuning task project is created, the **Getting started with fine-tuning** page opens.
62
62
63
-
:::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":::
63
+
:::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":::
64
64
65
65
## Train your model
66
66
67
-
After project creation, the next steps are schema construction and utterance labeling. However, for this quickstart, since we already preconfigured these steps—simply initiate a training job by selecting **Train model** from the **Getting Started** menu to generate your model.
67
+
After project creation, the next steps are schema construction and utterance labeling. However, for this quickstart, since we already preconfigured these steps—go ahead and initiate a training job by selecting **Train model** from the **Getting Started** menu to generate your model.
68
68
69
69
:::image type="content" source="../../media/quickstarts/getting-started-menu.png" alt-text="Screenshot of the getting started with fine-tuning menu in the Azure AI Foundry.":::
70
70
@@ -73,7 +73,7 @@ After project creation, the next steps are schema construction and utterance lab
73
73
:::image type="content" source="../../media/quickstarts/train-your-model-button.png" alt-text="Screenshot of the train your model button in the Azure AI Foundry.":::
74
74
75
75
1. Complete **Select a mode** form but completing the **Model name** field and selecting a **Training mode**. For this quickstart, select the free **Standard training** mode.
76
-
For more information, *see*[Training modes](train-model.md#training-modes).
76
+
For more information, *see*[Training modes](../../how-to/train-model.md#training-modes).
77
77
78
78
1. Choose a **training version** from the drop-down menu, then select the **Next** button.
79
79
@@ -83,7 +83,7 @@ For more information, *see* [Training modes](train-model.md#training-modes).
83
83
84
84
## Deploy model
85
85
86
-
Typically, after training a model, you review its evaluation details. In this quickstart, however, you can simply deploy your model and make it available to test in the Language playground, or by calling the [prediction API](https://aka.ms/clu-apis). However, if you wish, you can take a moment to select **Evaluate your model** from the left-side menu and explore the in-depth telemetry for your model.
86
+
Typically, after training a model, you review its evaluation details. In this quickstart, however, you can just deploy your model and make it available to test in the Language playground, or by calling the [prediction API](https://aka.ms/clu-apis). However, if you wish, you can take a moment to select **Evaluate your model** from the left-side menu and explore the in-depth telemetry for your model.
87
87
88
88
1. To deploy your model within Azure AI Foundry, select **Deploy model** from the left-side menu.
89
89
1. Next, select **➕ Deploy a trained model** from the **Deploy your model** window.
@@ -106,7 +106,7 @@ Typically, after training a model, you review its evaluation details. In this qu
106
106
1. After successful deployment, you can view the deployment status on the **Deploy your model** page. The expiration date that appears marks the date when your deployed model becomes unavailable to be used for prediction. This date is 18 months after a training configuration is deployed.
107
107
108
108
:::image type="content" source="../../media/quickstarts/deployed-model-succeeded.png" alt-text="Screenshot of your successfully deployed model status page in Azure AI Foundry.":::
109
-
1. From the far-left menu navigate to the Language playground. **Playgrounds** → **Language playground (Try the Language playground)**.
109
+
1. From the far-left menu, navigate to the Language playground. **Playgrounds** → **Language playground (Try the Language playground)**.
110
110
1. Select the **Conversational language understanding** card.
111
111
1. A Configuration window with your deployed model should be in the main/center window.
112
112
1. In the text box, enter an utterance to test. For example, if you used our [sample project](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json) application for email-related utterances you could enter **Check email**.
@@ -115,15 +115,15 @@ Typically, after training a model, you review its evaluation details. In this qu
115
115
:::image type="content" source="../../media/quickstarts/deployed-model-succeeded.png" alt-text="Screenshot of your successfully deployed model status page in Azure AI Foundry.":::
116
116
1. After you run the test, you should see the response of the model in the result.
117
117
118
-
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.
118
+
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.":::
119
119
120
120
1. You can view the results in a text or JSON format view.
121
121
122
-
:::image type="content" source="../../media/quickstarts/language-playground-test-results.png" alt-text="Screenshot of deployed model test results in Azure AI Foundry language playground.
122
+
:::image type="content" source="../../media/quickstarts/language-playground-test-results.png" alt-text="Screenshot of deployed model test results in Azure AI Foundry language playground.":::
123
123
124
124
That's it, congratulations!
125
125
126
-
In this quickstart, you deployed a CLU model and tested it in the Azure AI Foundry Language playground. Next, learn how to [Create your own fine-tuning task project ](../../how-to/create-project.md) for your applcations and workflows.
126
+
In this quickstart, you deployed a CLU model and tested it in the Azure AI Foundry Language playground. Next, learn how to [Create your own fine-tuning task project ](../../how-to/create-project.md) for your applications and workflows.
0 commit comments