Skip to content

Commit 2dfcf74

Browse files
committed
updates
1 parent b974d62 commit 2dfcf74

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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**.

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

0 commit comments

Comments
 (0)