Skip to content

Commit 930f1da

Browse files
Merge pull request #5025 from sdgilley/sdg-patches
Last minute updates
2 parents cb0617d + f34ea53 commit 930f1da

File tree

6 files changed

+17
-20
lines changed

6 files changed

+17
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In addition, many resources are only accessible by users in your project workspa
176176
177177
## Related content
178178

179-
- [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md)
179+
- [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md?pivots=hub-project)
180180

181181
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
182182

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ ms.custom: include
1818
* This project type gives you the best support for:
1919

2020
* Agents
21-
* Azure OpenAI models
22-
* Model inferencing
21+
* AI Model Inference including Azure Open AI
2322
* AI Foundry API that works with agents and across models
24-
* Upload files without needing your own Azure Storage account
23+
* Project files (directly upload files and start experimenting)
2524
* Evaluations
25+
* Fine-tuning
2626
* Playgrounds
2727

2828
## Prerequisites
@@ -209,5 +209,5 @@ az cognitiveservices account connection show --name {my_project_name} --resource
209209

210210
## Related content
211211

212-
- [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md)
212+
- [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md?pivots=fdp-project)
213213
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ Your first project (default project) plays a special role and has access to more
6666

6767
# [Azure CLI](#tab/azurecli)
6868

69-
Use your existing values for {my_resource_group} and {foundry_resource_name} to add another project to the resource:
69+
<!-- Use your existing values for {my_resource_group} and {foundry_resource_name} to add another project to the resource:
7070

7171
```azurecli
7272
az cognitiveservices account project create --resource-group {my_resource_group} --name {my_project_name} --account-name {foundry_resource_name}
7373
```
74-
75-
74+
-->
75+
CLI comannds not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
76+
7677
---
7778

7879
* If you delete your Foundry resource's default project, the next project created will become the default project.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure AI Foundry
44
description: This article provides instructions on how to start using the Azure AI Foundry portal and the Azure AI Foundry SDK.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7-
ms.custom: build-2024, devx-track-azurecli, devx-track-python, ignite-2024, update-code3
7+
ms.custom: build-2024, devx-track-azurecli, devx-track-python, ignite-2024, update-code4
88
ms.topic: how-to
99
ms.date: 05/12/2025
1010
ms.reviewer: dantaylo

articles/ai-foundry/tutorials/screen-reader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The chat session pane is where you can chat to the model and test out your assis
8989

9090
Azure AI Foundry has two different project types - see [What is Azure AI Foundry?](../what-is-azure-ai-foundry.md#project-types). The type appears in the **Type** column in the **All resources** view. In the recent resources picker, the type is in a second line under the project name.
9191

92-
- Listen for **(AI Services)** for a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)].
92+
- Listen for either **(AI Foundry)** or **Foundry project** for a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)].
9393
- Listen for **(Hub)** for a [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
9494

9595

articles/ai-foundry/what-is-azure-ai-foundry.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,14 @@ This table summarizes features available in the two project types:
5151
| Capability | [!INCLUDE [fdp](includes/fdp-project-name.md)] | [!INCLUDE[hub](includes/hub-project-name.md)] |
5252
| --- | --- | --- |
5353
| Agents | ✅ (GA) | ✅ (Preview only) |
54-
| Azure OpenAI models || |
55-
| Model inferencing || |
56-
| AI Foundry API that works with agents and across models || |
57-
| Common filestore || |
58-
| Project-level isolation of files and outputs |||
54+
| Azure OpenAI models | ✅ (Native support) | Available via connections |
55+
| Project files (directly upload files and start experimenting) || |
56+
| Project-level isolation of files and outputs |||
5957
| Evaluations |||
6058
| Playground |||
6159
| Prompt flow | ||
6260
| Managed compute | ||
61+
| Required Azure dependencies | - | Azure Storage account, Azure Key Vault |
6362

6463
## Navigate in the Azure AI Foundry portal
6564

@@ -110,13 +109,10 @@ Azure AI Foundry is available in most regions where Azure AI services are availa
110109

111110
You can [explore Azure AI Foundry portal (including the model catalog)](./how-to/model-catalog-overview.md) without signing in.
112111

113-
But for full functionality there are some requirements:
114-
115-
You need an [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account).
112+
But for full functionality, you need an [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account).
116113

117114
## Related content
118115

119-
- [Quickstart: Use the chat playground in Azure AI Foundry portal](quickstarts/get-started-playground.md)
120-
- [Build a custom chat app in Python using the Azure AI SDK](quickstarts/get-started-code.md)
116+
- [Quickstart: Get started with Azure AI Foundry](quickstarts/get-started-code.md)
121117
- [Create a project](./how-to/create-projects.md)
122118
- [Get started with an AI template](how-to/develop/ai-template-get-started.md)

0 commit comments

Comments
 (0)