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-foundry/how-to/create-projects.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
@@ -9,7 +9,7 @@ ms.custom:
9
9
- build-2024
10
10
- ignite-2024
11
11
ms.topic: how-to
12
-
ms.date: 04/11/2025
12
+
ms.date: 05/20/2025
13
13
ms.reviewer: deeikele
14
14
ms.author: sgilley
15
15
author: sdgilley
@@ -129,7 +129,7 @@ On the project **Overview** page, you can find information about the project.
129
129
130
130
:::image type="content" source="../media/how-to/projects/project-settings.png" alt-text="Screenshot of an Azure AI Foundry project settings page." lightbox ="../media/how-to/projects/project-settings.png":::
131
131
132
-
- Name: The name of the project appears in the top left corner. You can rename the project using the edit tool.
132
+
- Name: The name of the project appears in the top left corner.
133
133
- Subscription: The subscription that hosts the hub that hosts the project.
134
134
- Resource group: The resource group that hosts the hub that hosts the project.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/create-project-fdp.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,21 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
58
58
To create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] in [Azure AI Foundry](https://ai.azure.com), follow these steps:
59
59
60
60
1. Go to [Azure AI Foundry](https://ai.azure.com).
61
-
1. If you don't have any existing projects, follow the steps in [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first project.
62
-
1. If you're in a project, select **Azure AI Foundry** in the top left to see the home page.
63
-
1. Select **Create new** in the top right to create a new [!INCLUDE [fdp-project-name-plural](fdp-project-name.md)]
64
61
65
-
:::image type="content" source="../media/how-to/projects/create-new.png" alt-text="Screenshot shows how to create a new project in Azure AI Foundry.":::
62
+
2. What you do next depends on where you are:
63
+
64
+
*. If you don't have any existing projects, follow the steps in [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first project.
65
+
* If you're in a project: select the project breadcrumb, then select **Create new**.
66
+
67
+
:::image type="content" source="../media/how-to/projects/create-new-resource.png" alt-text="Screenshot shows creating a new project from a breadcrumb.":::
68
+
69
+
* If you're not in a project, select **Create new** in the top right to create a new [!INCLUDE [fdp-project-name-plural](fdp-project-name.md)]
70
+
71
+
:::image type="content" source="../media/how-to/projects/create-new.png" alt-text="Screenshot shows how to create a new project in Azure AI Foundry.":::
66
72
67
73
### Advanced options
68
74
69
-
A [!INCLUDE [fdp-project-name](fdp-project-name.md)] is created on an `AIServices` resource. This resource is created for you automatically when you create the project.
75
+
A [!INCLUDE [fdp-project-name](fdp-project-name.md)] is created on an `AI Foundry` resource. This resource is created for you automatically when you create the project.
70
76
71
77
To customize the settings for your project, follow these steps:
72
78
@@ -112,7 +118,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
112
118
account_name=resource_name,
113
119
account={
114
120
"location": location,
115
-
"kind": "AIServices",
121
+
"kind": "AI Foundry",
116
122
"sku": {"name": "S0",},
117
123
"identity": {"type": "SystemAssigned"},
118
124
"properties": {"allowProjectManagement": True}
@@ -167,10 +173,10 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
0 commit comments