Skip to content

Commit 9cce3ba

Browse files
committed
changes from Leah
1 parent 2305369 commit 9cce3ba

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

articles/ai-foundry/how-to/create-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 04/11/2025
12+
ms.date: 05/20/2025
1313
ms.reviewer: deeikele
1414
ms.author: sgilley
1515
author: sdgilley
@@ -129,7 +129,7 @@ On the project **Overview** page, you can find information about the project.
129129

130130
:::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":::
131131

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.
133133
- Subscription: The subscription that hosts the hub that hosts the project.
134134
- Resource group: The resource group that hosts the hub that hosts the project.
135135

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,21 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
5858
To create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] in [Azure AI Foundry](https://ai.azure.com), follow these steps:
5959

6060
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)]
6461

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.":::
6672

6773
### Advanced options
6874

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

7177
To customize the settings for your project, follow these steps:
7278

@@ -112,7 +118,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
112118
account_name=resource_name,
113119
account={
114120
"location": location,
115-
"kind": "AIServices",
121+
"kind": "AI Foundry",
116122
"sku": {"name": "S0",},
117123
"identity": {"type": "SystemAssigned"},
118124
"properties": {"allowProjectManagement": True}
@@ -167,10 +173,10 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
167173
[!INCLUDE [cli-create-project](cli-create-project.md)]
168174
-->
169175

170-
---
171-
172176
CLI comannds not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
173177

178+
---
179+
174180
## Create multiple projects on the same resource
175181

176182
[!INCLUDE [create-second-fdp-project](create-second-fdp-project.md)]
45.6 KB
Loading
18.9 KB
Loading

0 commit comments

Comments
 (0)