Skip to content

Commit 09f8b10

Browse files
committed
add int view
1 parent 1d41ace commit 09f8b10

File tree

3 files changed

+47
-38
lines changed

3 files changed

+47
-38
lines changed

articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/azure-ai-foundry.md

Lines changed: 45 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ ms.date: 08/03/2025
77
ms.author: lajanuar
88
---
99

10+
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.
11+
12+
Use this article to get started with Conversational Language understanding using Azure AI Foundry or the REST API.
13+
1014
> [!NOTE]
1115
>
1216
> * 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.
@@ -15,16 +19,18 @@ ms.author: lajanuar
1519
1620
## Prerequisites
1721

18-
* An Azure subscription. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
22+
* **Azure subscription**. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
1923
* **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).
20-
* An [Azure AI Foundry multi-service resource](/azure/ai-services/multi-service-resource). For more information, *see* [Configure an Azure AI Foundry resource](../../how-to/configure-azure-resources.md).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).
21-
* A Foundry project created in the Azure AI Foundry. For more information, *see* [Create an AI Foundry project](/azure/ai-foundry/how-to/create-projects).
24+
* [Azure AI Foundry multi-service resource](/azure/ai-services/multi-service-resource). For more information, *see* [Configure an Azure AI Foundry resource](../../how-to/configure-azure-resources.md).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).
25+
* Foundry project created in the Azure AI Foundry. For more information, *see* [Create an AI Foundry project](/azure/ai-foundry/how-to/create-projects).
2226

2327
## Get started with Azure AI Foundry
2428

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.
29+
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).
2630

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:
31+
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.
32+
33+
Let's begin:
2834

2935
1. Navigate to the [Azure AI Foundry](https://ai.azure.com/).
3036
1. If you aren't already signed in, the portal prompts you to do so with your Azure credentials.
@@ -34,25 +40,25 @@ Azure AI Foundry offers a unified platform for building, managing, and deploying
3440

3541
:::image type="content" source="../../media/quickstarts/try-playground.png" alt-text="Screenshot of the Try Language Playground selection in Azure AI Foundry.":::
3642

37-
## Try Foundry Language playground
43+
## Try the Language playground
3844

3945
The top section of the Language playground is where you can view and select the available Language services.
4046

41-
1. Select the **Conversational language understanding Fine-tuning** card.
47+
1. Select the **Conversational language understanding** card.
4248

43-
:::image type="content" source="../../media/quickstarts/language-playground.png" alt-text="Screenshot of the language playground homepage in Azure AI Foundry.":::
49+
:::image type="content" source="../../media/quickstarts/language-playground.png" alt-text="Screenshot of the language playground homepage in Azure AI Foundry.":::
4450

45-
1. Next scroll to and select the **Fine-tune** button.
51+
1. Next, scroll to and select the **Fine-tune** button.
4652

4753
:::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.":::
4854

49-
1. From **Create service fine-tuning** window that opens, choose the **Conversational language understanding** card, then select **Next**.
55+
1. From **Create service fine-tuning** window, choose the **Conversational language understanding** card. Then select **Next**.
5056

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

53-
1. In **Create CLU fine tuning task** window, select **Import an existing project**, then select your **Connected service** from the drop-down menu and complete the **Name** field.
59+
1. In **Create CLU fine tuning task** window, select **Import an existing project**, then choose your **Connected service** from the drop-down menu and complete the **Name** field.
5460

55-
:::image type="content" source="../../media/quickstarts/select-import-existing-project.png" alt-text="Screenshot of the import an existing project selection in Azure AI Foundry.":::
61+
:::image type="content" source="../../media/quickstarts/select-import-existing-project.png" alt-text="Screenshot of the import an existing project selection in Azure AI Foundry.":::
5662

5763
1. Next, add the [sample project file](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json) that you downloaded earlier to the upload area.
5864

@@ -64,62 +70,65 @@ The top section of the Language playground is where you can view and select the
6470

6571
## Train your model
6672

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.
73+
After project creation, the next steps are [schema construction](../../how-to/build-schema.md) and [utterance labeling](../../how-to/tag-utterances.md). For this quickstart, these steps have already been preconfigured in the sample project.Therefore, you can go ahead and initiate a training job by selecting **Train model** from the **Getting Started** menu to generate your model.
6874

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.":::
75+
:::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.":::
7076

71-
1. Select the ** Train model button** from the **Train you model** window.
77+
1. Select the **➕Train model button** from the **Train your model** window.
7278

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.":::
79+
:::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.":::
7480

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](../../how-to/train-model.md#training-modes).
81+
1. Complete the **Select a mode** form by completing the **Model name** field and selecting a **Training mode**. For this quickstart, select the free **Standard training** mode. For more information, *see* [Training modes](../../how-to/train-model.md#training-modes).
7782

78-
1. Choose a **training version** from the drop-down menu, then select the **Next** button.
83+
1. Choose a **Training version** from the drop-down menu, then select the **Next** button.
7984

80-
1. Check your selections in the **Review** window and select the **Create** button
85+
1. Check your selections in the **Review** window, then select the **Create** button
8186

82-
:::image type="content" source="../../media/quickstarts/review-selections.png" alt-text="Screenshot of the review selections window in the Azure AI Foundry.":::
87+
:::image type="content" source="../../media/quickstarts/review-selections.png" alt-text="Screenshot of the review selections window in the Azure AI Foundry.":::
8388

8489
## Deploy model
8590

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.
91+
Typically, after training a model, you review its evaluation details. For this quickstart, 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. Complete the following steps to deploy your model within Azure AI Foundry:
8792

88-
1. To deploy your model within Azure AI Foundry, select **Deploy model** from the left-side menu.
89-
1. Next, select ** Deploy a trained model** from the **Deploy your model** window.
93+
1. Select **Deploy model** from the left-side menu.
94+
1. Next, select **➕Deploy a trained model** from the **Deploy your model** window.
9095

91-
:::image type="content" source="../../media/quickstarts/deploy-trained-model.png" alt-text="Screenshot of the deploy your model window in Azure AI Foundry.":::
96+
:::image type="content" source="../../media/quickstarts/deploy-trained-model.png" alt-text="Screenshot of the deploy your model window in Azure AI Foundry.":::
9297

9398
1. Make sure the **Create a new deployment** button is selected.
9499

95-
1. Complete the **Deploy a trained model** window:
100+
1. Complete the **Deploy a trained model** window fields:
101+
96102
* Create a deployment name.
97103
* Select your trained model from the **Assign a model** drop-down menu.
98104
* Select a subscription from the **Subscription** drop-down menu.
99105
* Select a region from the **Region** drop-down menu.
100106
* Select a resource from the **Resource** drop-down menu. The resource must be in the same deployment region.
101107

102108

103-
:::image type="content" source="../../media/quickstarts/deploy-model-configuration.png" alt-text="Screenshot of the deploy your model configuration in Azure AI Foundry.":::
109+
:::image type="content" source="../../media/quickstarts/deploy-model-configuration.png" alt-text="Screenshot of the deploy your model configuration in Azure AI Foundry.":::
110+
111+
1. Finally, select the **Create** button. It may take a few minutes for your model to deploy.
104112

105-
1. Select the **Create** button. It may take a few minutes for your model to deploy.
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.
113+
1. After successful deployment, you can view your model's deployment status on the **Deploy your model** page. The expiration date that appears marks the date when your deployed model becomes unavailable for prediction tasks. This date is usually 18 months after a training configuration is deployed.
107114

108115
:::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)**.
116+
117+
1. From the far-left menu, navigate to the Language playground.<br>
118+
**Playgrounds****Language playground (Try the Language playground)**.
110119
1. Select the **Conversational language understanding** card.
111-
1. A Configuration window with your deployed model should be in the main/center window.
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**.
120+
1. A **Configuration** window with your deployed model should appear in the main/center window.
121+
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***.
113122
1. After you enter your test text, select the **Run** button.
114123

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.":::
124+
:::image type="content" source="../../media/quickstarts/deployed-model-succeeded.png" alt-text="Screenshot of your successfully deployed model status page in Azure AI Foundry.":::
116125
1. After you run the test, you should see the response of the model in the result.
117126

118-
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.":::
127+
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.":::
119128

120129
1. You can view the results in a text or JSON format view.
121130

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.":::
131+
:::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.":::
123132

124133
That's it, congratulations!
125134

articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 05/23/2025
77
ms.author: lajanuar
88
---
99

10+
Use this article to get started with Conversational Language understanding using Azure AI Foundry or the REST API.
11+
1012
## Prerequisites
1113

1214
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).

articles/ai-services/language-service/conversational-language-understanding/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ zone_pivot_groups: language-clu-quickstart
1414

1515
# Quickstart: Conversational language understanding
1616

17-
Use this article to get started with Conversational Language understanding using Azure AI Foundry or the REST API.
18-
1917
::: zone pivot="azure-ai-foundry"
2018

2119
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]

0 commit comments

Comments
 (0)