Skip to content

Commit 53952c8

Browse files
Merge pull request #5783 from sdgilley/sdg-freshness
update install info for other docs
2 parents d60de6b + 0a1089a commit 53952c8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ What you do next depends on where you are:
1818

1919
:::image type="content" source="../media/how-to/projects/create-new-resource.png" alt-text="Screenshot shows creating a new project from a breadcrumb.":::
2020

21-
* **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)]
21+
* **If you're not in a project**: Select **Create new** in the top right to create a new [!INCLUDE [fdp-project-name](fdp-project-name.md)]
2222

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.custom:
1616
---
1717

1818

19-
Create multiple [!INCLUDE [fdp-project-name-plural](fdp-project-name-plural.md)] on an existing `AI Foundry` resource, so you can share your environment with your team for collaboration.
19+
Create multiple [!INCLUDE [fdp-project-name](fdp-project-name.md)]s on an existing `AI Foundry` resource, so you can share your environment with your team for collaboration.
2020

21-
[!INCLUDE [fdp-project-name-plural](fdp-project-name-plural.md)] as Azure child resources may get assigned their own access controls, but share common settings such as network security, deployments, and Azure tool integration from their parent resource.
21+
[!INCLUDE [fdp-project-name](fdp-project-name.md)]s as Azure child resources may get assigned their own access controls, but share common settings such as network security, deployments, and Azure tool integration from their parent resource.
2222

2323
Your first project (default project) plays a special role and has access to more features:
2424

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sdgilley
66
ms.author: sgilley
77
manager: scottpolly
88
ms.reviewer: dantaylo
9-
ms.date: 05/12/2025
9+
ms.date: 06/30/2025
1010
ms.service: azure-ai-foundry
1111
ms.topic: how-to
1212
ms.custom:
@@ -40,12 +40,15 @@ In this quickstart, we walk you through setting up your local development enviro
4040

4141
1. [Set up your development environment](../how-to/develop/install-cli-sdk.md?pivots=programming-language-python)
4242

43-
1. Make sure you install these packages:
43+
1. Install these packages.
4444

4545
```bash
46-
pip install azure-ai-projects azure-ai-inference azure-identity
46+
pip install azure-ai-inference azure-identity azure-ai-projects==1.0.0b10
4747
```
4848

49+
> [!NOTE]
50+
> Different project types require different versions of the `azure-ai-projects` package. To avoid conflicts, create separate Python environments: use version `1.0.0b10` for [!INCLUDE [hub-project-name](../includes/hub-project-name.md)]s and the latest version for [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]s.
51+
4952
## Deploy a model
5053

5154
[!INCLUDE [tip-left-pane](../includes/tip-left-pane.md)]

0 commit comments

Comments
 (0)