Skip to content

Commit 2ddc3af

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into evalfixes0524
2 parents 4ca79a6 + 1928a69 commit 2ddc3af

File tree

58 files changed

+2810
-1616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2810
-1616
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: 7 additions & 11 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

@@ -70,7 +69,7 @@ The left pane is organized around your goals. Generally, as you develop with Azu
7069
* **Define and explore**. In this stage you define your project goals, and then explore and test models and services against your use case to find the ones that enable you to achieve your goals.
7170
* **Build and customize**. In this stage, you're actively building solutions and applications with the models, tools, and capabilities you selected. You can also customize models to perform better for your use case by fine-tuning, grounding in your data, and more. Building and customizing might be something you choose to do in the Azure AI Foundry portal, or through code and the Azure AI Foundry SDKs. Either way, a project provides you with everything you need.
7271
* Once you're actively developing in your project, the **Overview** page shows the things you want easy access to, like your endpoints and keys.
73-
* **Assess and improve**. In this stage, you're looking for where you can improve your application's performance. You might choose to use tools like tracing to debug your application or compare evaluations to hone in on how you want your application to behave. You can also integrate with safety & security systems so you can be confident when you take your application to production.
72+
* **Observe and improve**. In this stage, you're looking for where you can improve your application's performance. You might choose to use tools like tracing to debug your application or compare evaluations to hone in on how you want your application to behave. You can also integrate with safety & security systems so you can be confident when you take your application to production.
7473

7574
If you're an admin, or leading a development team, and need to manage the team's resources, project access, quota, and more, you can do that in the Management Center.
7675

@@ -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)

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,22 @@
11491149
"source_path_from_root": "/articles/ai-services/speech-service/how-to-async-meeting-transcription.md",
11501150
"redirect_url": "/azure/ai-services/speech-service/multi-device-conversation",
11511151
"redirect_document_id": false
1152+
},
1153+
{
1154+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/capabilities.md",
1155+
"redirect_url": "/azure/ai-services/content-understanding/concepts/analyzer-templates",
1156+
"redirect_document_id": true
1157+
},
1158+
{
1159+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md",
1160+
"redirect_url": "/azure/ai-services/content-understanding/tutorial/build-rag-solution",
1161+
"redirect_document_id": true
1162+
},
1163+
{
1164+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/accuracy-confidence.md",
1165+
"redirect_url": "/azure/ai-services/content-understanding/concepts/best-practices",
1166+
"redirect_document_id": true
11521167
}
1168+
11531169
]
11541170
}

articles/ai-services/cognitive-services-data-loss-prevention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two parts to enable data loss prevention. First, the resource property
2424
>[!NOTE]
2525
>
2626
> * The `allowedFqdnList` property value supports a maximum of 1000 URLs.
27-
> * The property supports both IP addresses (IPv4 only) and fully qualified domain names (i.e., `www.microsoft.com`) as values.
27+
> * The property supports fully qualified domain names (i.e., `www.microsoft.com`) as values.
2828
> * It can take up to 15 minutes for the updated list to take effect.
2929
3030
# [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)