Skip to content

Commit c1db1df

Browse files
authored
Merge pull request #4947 from laujan/kate-4910-azure-foundry
Kate 4910 azure foundry
2 parents bc0cdc3 + 13fdd3a commit c1db1df

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,30 @@ ms.date: 05/19/2025
1919

2020
To get started, make sure you have the following resources and permissions:
2121

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/).
2323

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.
2525

2626
> [!IMPORTANT]
2727
> 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).
2828
29-
## Create your first Content Understanding project in the AI Foundry portal
29+
## Create your first project in the AI Foundry portal
3030

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)
3332

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:
3534

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**.
3742

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
4044

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:
5446

5547
:::image type="content" source="../media/quickstarts/cu-find-management-center.png" alt-text="Screenshot of where to find management center.":::
5648

@@ -100,5 +92,4 @@ Now you successfully built your first Content Understanding analyzer, and are re
10092

10193
## Next steps
10294

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

Comments
 (0)