Skip to content

Commit d92d9c8

Browse files
authored
Merge pull request #5149 from sdgilley/sdg-patches
project updates
2 parents 999e314 + 68effc8 commit d92d9c8

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: project-type
1919

2020
# Create a project for Azure AI Foundry
2121

22-
This article describes how to create an [Azure AI Foundry](https://ai.azure.com) project. Projects let you organize your work for exploring new ideas and as you prototype on a particular use cases.
22+
This article describes how to create an [Azure AI Foundry](https://ai.azure.com) project. Projects let you organize your work for exploring new ideas and as you prototype on a particular use case.
2323

2424
Azure AI Foundry supports two types of projects: a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]** and a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For more information about the differences between these two project types, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
2525

@@ -44,7 +44,6 @@ Azure AI Foundry supports two types of projects: a **[!INCLUDE [fdp](../includes
4444
* Evaluations
4545
* Playgrounds
4646

47-
4847
## Prerequisites
4948

5049
Use the following tabs to select the method you plan to use to create a [!INCLUDE [hub](../includes/hub-project-name.md)]:
@@ -176,9 +175,7 @@ In addition, many resources are only accessible by users in your project workspa
176175
177176
## Related content
178177

179-
- [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md?pivots=hub-project)
180-
181-
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
178+
- [Quickstart: Use the chat playground in Azure AI Foundry portal](../quickstarts/get-started-playground.md)
182179

183180
- [Learn more about hubs](../concepts/ai-resources.md)
184181

@@ -188,4 +185,4 @@ In addition, many resources are only accessible by users in your project workspa
188185

189186
[!INCLUDE [create-project-fdp](../includes/create-project-fdp.md)]
190187

191-
::: zone-end
188+
::: zone-end

articles/ai-foundry/includes/create-hub-project-simple.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ ms.custom: include, build-2024, ignite-2024
1616

1717
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
1818
1. Select any existing project if you aren't already in one.
19+
20+
> [!IMPORTANT]
21+
> You must have an existing [!INCLUDE [fdp-project-name](fdp-project-name.md)] or [!INCLUDE [hub-project-name](hub-project-name.md)] before you can follow these steps. If you don't have an existing project, follow the steps in the [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first [!INCLUDE [fdp-project-name](fdp-project-name.md)].
22+
1923
1. At the bottom of the left pane, select **Management center**.
2024
1. At the top of the page, select **All resources**.
2125
1. Select **Create**.
26+
27+
:::image type="content" source="../media/how-to/projects/management-center-create.png" alt-text="Screenshot shows the management center where you can create a hub based project.":::
28+
2229
1. Select **AI hub resource**.
2330
1. Enter a name for the project.
2431
1. If you have a hub, you'll see the one you most recently used selected.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ A [!INCLUDE [hub-project-name](hub-project-name.md)] exists inside a hub. A hub
2020

2121
When you create a new hub, you must have **Owner** or **Contributor** permissions on the selected resource group. If you're part of a team and don't have these permissions, your administrator should create a hub for you.
2222

23-
While you can create a hub as part of the project creation, you have more control and can set more advanced settings for the hub if you create it separately. For example, you can customize network security or the underlying Azure Storage account. For more information, see [How to create and manage an Azure AI Foundry hub](../how-to/create-azure-ai-resource.md).
23+
> [!TIP]
24+
> While you can create a hub as part of the project creation, you have more control and can set more advanced settings for the hub if you create it separately. For example, you can customize network security or the underlying Azure Storage account. For more information, see [How to create and manage an Azure AI Foundry hub](../how-to/create-azure-ai-resource.md).
2425
2526
When you create a new hub as part of the project creation, default settings are provided. If you want to customize these settings, do so before you create the project:
2627

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ ms.custom: include
2525
* Fine-tuning
2626
* Playgrounds
2727

28+
* You can also [Use a Bicep file](../how-to/create-azure-ai-project-template.md) to create a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
29+
30+
2831
## Prerequisites
2932

3033
Use the following tabs to select the method you plan to use to create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
@@ -92,8 +95,8 @@ To customize the settings for your project, follow these steps:
9295

9396
To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
9497

95-
1. Install azure-identity: `pip install azure-identity azure_mgmt_cognitiveservices`. If in a notebook cell, use `%pip install azure-identity azure_mgmt_cognitiveservices`.
96-
98+
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices`. If in a notebook cell, use `%pip install azure-identity azure-mgmt-cognitiveservices`.
99+
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
97100
1. Use the following code to create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]. This example creates the project in West US:
98101

99102
```python
53.3 KB
Loading

0 commit comments

Comments
 (0)