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/content-understanding/quickstart/use-ai-foundry.md
+15-24Lines changed: 15 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,38 +19,30 @@ ms.date: 05/19/2025
19
19
20
20
To get started, make sure you have the following resources and permissions:
21
21
22
-
* An Azure subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
22
+
* An Azure subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/).
23
23
24
-
* An Azure AI Foundry project created in one of the following supported regions: westus, swedencentral, or australiaeast. If you're creating a project for the first time, *see*[How to create an Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md)to learn more. It's important to note you need the proper permissions to create a project, or your admin may create one for you.
24
+
* An [Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md)created in one of the following supported regions: `westus`, `swedencentral`, or `australiaeast`. A project is used to organize your work and save state while building customized AI apps.
25
25
26
26
> [!IMPORTANT]
27
27
> If your organization requires you to customize the security of storage resources, refer to [Azure AI services API access keys](../../../ai-foundry/concepts/encryption-keys-portal.md) to create resources that meet your organizations requirements through the Azure portal. To learn how to utilize customer managed keys, refer to [(Preview) Service-side storage of encrypted data when using customer-managed keys](../../../ai-foundry/concepts/encryption-keys-portal.md#preview-service-side-storage-of-encrypted-data-when-using-customer-managed-keys).
28
28
29
-
## Create your first Content Understanding project in the AI Foundry portal
29
+
## Create your first project in the AI Foundry portal
30
30
31
-
> [!NOTE]
32
-
> The Content Understanding project type is separate from the Generative AI project type, also available in the AI Foundry portal.
31
+
In order to try out [the Content Understanding service in the AI Foundry](https://aka.ms/cu-landing), you have to create a project. You can create a project from the [AI Foundry home page](https://ai.azure.com/) or the [Content Understanding landing page](https://aka.ms/cu-landing)
33
32
34
-
In order to try out [the Content Understanding service in the AI Foundry portal](https://aka.ms/cu-landing), you have to create a Content Understanding project. You can access Content Understanding from:
33
+
To create a project in [Azure AI Foundry](https://ai.azure.com), follow these steps:
35
34
36
-
* The [AI Foundry home page](https://ai.azure.com/)
35
+
1. Go to the **Home** page of [Azure AI Foundry](https://ai.azure.com).
36
+
1. Select **+ Create project**.
37
+
1. Enter a name for the project. Keep all the other settings as default.
38
+
1. Select **Customize** to specify properties of the hub.
39
+
1. For **Region**. You must choose `westus`, `swedencentral`, or `australiaeast`.
40
+
1. Select **Next**.
41
+
1. Select **Create project**.
37
42
38
-
:::image type="content" source="../media/quickstarts/foundry-home-page.png" lightbox="../media/quickstarts/foundry-home-page.png" alt-text="Screenshot of the AI Services landing page in AI Foundry.":::
39
-
43
+
## Sharing your project
40
44
41
-
* The [AI Foundry AI Services landing page](https://ai.azure.com/explore/aiservices)
42
-
43
-
:::image type="content" source="../media/quickstarts/ai-services-landing-page.png" lightbox="../media/quickstarts/ai-services-landing-page.png" alt-text="Screenshot of the AI Services landing page.":::
44
-
45
-
Once on the Content Understanding page, select `Create a new Content Understanding Project`:
46
-
47
-
:::image type="content" source="../media/quickstarts/cu-landing-page.png" lightbox="../media/quickstarts/cu-landing-page.png" alt-text="Screenshot of Content Understanding page.":::
48
-
49
-
Follow the steps in the project creation wizard. Once you complete the setup steps, select `Create project`.
50
-
51
-
## Sharing your content understanding project
52
-
53
-
In order to share and manage access to the Content Understanding project you created, navigate to the Management Center, found at the bottom of the navigation for your project:
45
+
In order to share and manage access to the project you created, navigate to the Management Center, found at the bottom of the navigation for your project:
54
46
55
47
:::image type="content" source="../media/quickstarts/cu-find-management-center.png" alt-text="Screenshot of where to find management center.":::
56
48
@@ -100,5 +92,4 @@ Now you successfully built your first Content Understanding analyzer, and are re
100
92
101
93
## Next steps
102
94
103
-
* In this quickstart, you learned how to create a Content Understanding analyzer using the Azure AI Foundry. To use the Content Understanding [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true), see the [REST API quickstart](use-rest-api.md).
104
-
95
+
* Learn more about creating and using [analyzer templates](../concepts/analyzer-templates.md) in the Azure AI Foundry.
0 commit comments