Skip to content

Commit 615c472

Browse files
Merge pull request #5875 from sdgilley/sdg-freshness
freshness updates - articles/ai-foundry/how-to/create-projects.md
2 parents 1bc2088 + 2a001d5 commit 615c472

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sdgilley
66
ms.author: sgilley
77
manager: scottpolly
88
ms.reviewer: deeikele
9-
ms.date: 05/20/2025
9+
ms.date: 07/03/2025
1010
ms.service: azure-ai-foundry
1111
ms.topic: how-to
1212
ms.custom:

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Include file
44
author: sdgilley
55
ms.author: sgilley
66
ms.reviewer: deeikele
7-
ms.date: 05/05/2025
7+
ms.date: 07/03/2025
88
ms.service: azure-ai-foundry
99
ms.topic: include
1010
ms.custom:
@@ -25,6 +25,7 @@ ms.custom:
2525
* Models sold directly by Azure - Azure OpenAI, DeepSeek, xAI, etc.
2626
* Partner & Community Models sold through Marketplace - Stability, Bria, Cohere, etc.
2727
* Project files (directly upload files and start experimenting)
28+
* Project-level isolation of files and outputs
2829
* Evaluations
2930
* Fine-tuning
3031
* Playgrounds
@@ -46,7 +47,9 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
4647
- [Set up your development environment](../how-to/develop/install-cli-sdk.md?tabs=python)
4748
- Authenticate with `az login` or `az login --use-device-code` in your environment before running code.
4849
- Complete these steps to start your Python script:
49-
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices`. If in a notebook cell, use `%pip install azure-identity azure-mgmt-cognitiveservices`.
50+
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices==13.7.0b1
51+
`. If in a notebook cell, use `%pip install` instead
52+
`.
5053
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
5154
1. Start your script with the following code to create the `client` connection and variables used throughout this article. This example creates the project in East US:
5255

0 commit comments

Comments
 (0)