Skip to content

Commit d5cb233

Browse files
Merge pull request #7217 from deeikele/projects-clarify
Clarify project docs with setup samples and capability updates
2 parents ed10db5 + 5ce3ac1 commit d5cb233

File tree

5 files changed

+26
-21
lines changed

5 files changed

+26
-21
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ ai-usage: ai-assisted
2020

2121
# Create a project for Azure AI Foundry (Foundry projects)
2222

23-
> [!NOTE]
24-
> An alternate hub project creation article is available: [Create a hub project for Azure AI Foundry](hub-create-projects.md).
25-
26-
This article describes how to create a project in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). Projects let you organize your work for exploring new ideas and as you prototype on a particular use case.
23+
This article describes how to create a project in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). Projects let you organize your work, such as agents, evaluations, and files, as you build stateful apps and explore new ideas.
2724

2825
[!INCLUDE [create-project-fdp](../includes/create-project-fdp.md)]
2926

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ ms.custom:
1515

1616
* [!INCLUDE [fdp-description](../includes/fdp-description.md)]
1717

18-
* This project type gives you the best support for:
18+
* This project type gives you access to the latest generative AI features in AI Foundry, including:
1919

2020
* Agents
21-
* AI Foundry API to work with agents and across models
22-
* Models sold directly by Azure - Azure OpenAI, DeepSeek, xAI, etc.
21+
* Foundry SDK and API to build agents and switch easily between models
22+
* Models sold directly by Azure - Azure OpenAI, Mistral, xAI, DeepSeek, etc.
2323
* Partner & Community Models sold through Marketplace - Stability, Bria, Cohere, etc.
24-
* Project files (directly upload files and start experimenting)
25-
* Project-level isolation of files and outputs
24+
* Content understanding
2625
* Evaluations
2726
* Fine-tuning
28-
* Playgrounds
27+
* OpenAI SDK and API incl. Batch and Stored Completions
28+
* AI Services
29+
30+
* Do you need access to Open Source models, or PromptFlow? [Create a hub project type](../how-to/hub-create-projects.md) instead.
2931

3032
## Prerequisites
3133

@@ -58,7 +60,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
5860
DefaultAzureCredential(interactive_browser_tenant_id="<TENANT_ID>")
5961
```
6062
61-
1. (Optional) If you're working on in the [Azure Government - US](/azure/azure-government/documentation-government-welcome) or [Azure China 21Vianet](https://azure.microsoft.com/global-infrastructure/services/?regions=china-east-2%2cchina-non-regional&products=all) regions, specify the region into which you want to authenticate. You can specify the region with `DefaultAzureCredential`. The following example authenticates to the Azure Government - US region:
63+
1. (Optional) If you're working on in the [Azure Government - US](/azure/azure-government/documentation-government-welcome) or [Azure operated by 21Vianet](https://azure.microsoft.com/global-infrastructure/services/?regions=china-east-2%2cchina-non-regional&products=all) regions, specify the region into which you want to authenticate. You can specify the region with `DefaultAzureCredential`. The following example authenticates to the Azure Government - US region:
6264
6365
```python
6466
from azure.identity import AzureAuthorityHosts

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

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

1818

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.
19+
Create multiple [!INCLUDE [fdp-project-name](fdp-project-name.md)]s on an existing `AI Foundry` resource to enable team collaboration and shared resource access including security, deployments, and connected tools. This setup is ideal in restricted Azure subscriptions where developers need self-serve exploration ability within the setup of a pre-configured environment.
20+
21+
:::image type="content" source="../media/how-to/projects/projects-multi-setup.png" alt-text="Diagram shows how a team could share resource access with multiple projects on a Foundry resource.":::
2022

2123
[!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.
2224

23-
Your first project (default project) plays a special role and has access to more features:
25+
While not all Foundry capabilities support organizing work in projects yet, your resource's first "default" project is more powerful. You can identify it by the tag "default" in UX experiences and the resource property "is_default" when using code options.
2426

25-
| Feature | Default [!INCLUDE [fdp-project-name](fdp-project-name.md)] | Nondefault [!INCLUDE [fdp-project-name](fdp-project-name.md)] |
27+
| Feature | Default project | Other projects |
2628
|--|--|--|
2729
| Model inference |||
2830
| Playgrounds |||
2931
| Agents |||
3032
| Evaluations |||
33+
| Tracing |||
34+
| Datasets |||
35+
| Indexes |||
36+
| Foundry SDK and API |||
37+
| Content understanding |||
38+
| OpenAI SDK and API || - |
39+
| OpenAI Batch, Fine-tuning, Stored completions || - |
40+
| Language fine-tuning |||
41+
| Speech fine-tuning || - |
3142
| Connections |||
32-
| AI Foundry API that works with agents and across models |||
33-
| Project-level isolation of files and outputs |||
34-
| Azure OpenAI with Batch, StoredCompletions, Fine-tuning || |
35-
| Backwards compatible with project-less {account}.cognitiveservices.com data plane API || |
36-
| Content safety || |
3743

38-
* To add a nondefault project to a resource:
44+
* To add a project to a Foundry resource:
3945

4046
# [Azure AI Foundry portal](#tab/ai-foundry)
4147

articles/ai-foundry/includes/fdp-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.custom: include
1111
---
1212

1313

14-
A **[!INCLUDE [fdp](fdp-project-name.md)]** is built on an Azure AI Foundry resource. This project type allows for a simple setup, access to agents, and industry leading models from OpenAI, Mistral, Meta, and more.
14+
An **[!INCLUDE [fdp](fdp-project-name.md)]** is managed under an Azure AI Foundry resource. It's a container for access management, data upload and integration, and monitoring. This lets you keep your work separated between use cases without needing to create extra Azure resources.
25.7 KB
Loading

0 commit comments

Comments
 (0)