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/how-to/create-project.md
+39-38Lines changed: 39 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,64 +6,45 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-language
8
8
ms.topic: how-to
9
-
ms.date: 05/01/2025
9
+
ms.date: 07/23/2025
10
10
ms.author: lajanuar
11
11
ms.custom: language-service-clu
12
12
---
13
13
14
-
# Create a CLU fine-tuning task
14
+
# Create a CLU project in Azure AI Foundry
15
15
16
-
Use this article to learn how to set up these requirements and create a project.
16
+
Azure AI Foundry projects help you organize your work when exploring new ideas or developing prototypes for specific use cases. A Foundry project is created on an Azure AI Foundry resource. This type of project offers an easy setup and provides access to agents and Azure AI models.
17
+
18
+
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).
17
19
18
20
## Prerequisites
19
21
20
22
* An Azure subscription. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
21
-
* An Azure AI Language resource.
22
-
23
-
### Create a Language resource
24
-
25
-
Before you start using conversational language understanding (CLU), you need an Azure AI Language resource.
26
-
27
-
> [!NOTE]
28
-
> You need to have an Owner role assigned for the resource group to create a Language resource.
29
-
30
-
[!INCLUDE [create a new resource from the Azure portal](../includes/resource-creation-azure-portal.md)]
23
+
***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).
24
+
* An [Azure AI Foundry resource](../../../multi-service-resource.md)
25
+
* For more information, *see*[Configure an Azure AI Foundry resource](configure-azure-resources.md#option-1-configure-an-azure-ai-foundry-resource).
26
+
***A project created in the Azure AI Foundry**. For more information, *see*[Create an AI Foundry project](../../../../ai-foundry/how-to/create-projects.md).
31
27
32
-
[!INCLUDE [create a new resource from Language Studio](../includes/resource-creation-language-studio.md)]
28
+
## Create a CLU project
33
29
34
-
## Sign in to Language Studio
35
-
36
-
[!INCLUDE [Sign in to Language studio](../includes/language-studio/sign-in-studio.md)]
37
-
38
-
## Create a conversation project
39
-
40
-
After you create a Language resource, create a CLU project.
30
+
After you create an Azure AI Foundry resource, create a CLU project.
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and on the top menu, select **Export**.
57
-
58
-
:::image type="content" source="../media/export.png" alt-text="A screenshot that shows the CLU Export button." lightbox="../media/export.png":::
59
-
60
-
You can reimport that project as a new project. If you import a project with the exact same name, it replaces the project's data with the newly imported project's data.
61
-
62
-
If you have an existing Language Understanding (LUIS) application, you can _import_ the LUIS application JSON to CLU directly. It creates a Conversation project with all the pieces that are currently available: intents, machine learning entities, and utterances. For more information, see [Migrate from Language Understanding (LUIS) to conversational language understanding (CLU)](../how-to/migrate-from-luis.md).
63
-
64
-
To import a project, select the arrow button next to **Create a new project** and select **Import**. Then select the LUIS or CLU JSON file.
65
-
66
-
:::image type="content" source="../media/import.png" alt-text="A screenshot that shows the CLU Import button." lightbox="../media/import.png":::
47
+
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)
67
48
68
49
### [REST APIs](#tab/rest-api)
69
50
@@ -77,7 +58,11 @@ You can import a CLU JSON into the service.
77
58
78
59
### [Azure AI Foundry](#tab/azure-ai-foundry)
79
60
80
-
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and then select **Export**.
61
+
You can download a CLU project as a **config.json** file:
62
+
63
+
* Navigate to your project home page.
64
+
* At the top of the page, select your project from the right page ribbon area.
65
+
* Select **Download config file**.
81
66
82
67
### [REST APIs](#tab/rest-api)
83
68
@@ -87,11 +72,16 @@ You can export a CLU project as a JSON file at any time.
87
72
88
73
---
89
74
90
-
## Get CLU project details
75
+
## View and manage project details
91
76
92
77
### [Azure AI Foundry](#tab/azure-ai-foundry)
93
78
94
-
[!INCLUDE [Language Studio project details](../includes/language-studio/project-details.md)]
79
+
* On the project Home page, you can find information about the project in the **Project details** section.
80
+
* To view project settings, select **Management center** then select one of the following tabs:
81
+
***Overview** to view project details.
82
+
***Users** to manage users and roles.
83
+
***Models + endpoints** to manage deployments of your models and services.
84
+
***Connected resources to manage connected resources for the project.
95
85
96
86
### [REST APIs](#tab/rest-api)
97
87
@@ -103,7 +93,18 @@ You can export a CLU project as a JSON file at any time.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/how-to/train-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Model evaluation is triggered automatically after training is completed successf
28
28
## Prerequisites
29
29
30
30
***An active Azure subscription**. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
31
-
***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)
32
-
***A project created in the Azure AI Foundry**. For more information, *see*[Create an AI Foundry project](../../../../ai-foundry/how-to/create-projects.md)
31
+
***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).
32
+
***A project created in the Azure AI Foundry**. For more information, *see*[Create an AI Foundry project](../../../../ai-foundry/how-to/create-projects.md).
33
33
*[**Your labeled utterances**](tag-utterances.md) tagged for your fine tuning task.
0 commit comments