Skip to content

Commit 2512fb2

Browse files
authored
Merge pull request #5153 from MicrosoftDocs/main
5/22/2025 PM Publish
2 parents e16f9eb + d92d9c8 commit 2512fb2

24 files changed

+171
-244
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,16 @@
309309
"source_path_from_root": "/articles/ai-services/speech-service/how-to-migrate-to-prebuilt-neural-voice.md",
310310
"redirect_url": "/azure/ai-services/speech-service/custom-neural-voice",
311311
"redirect_document_id": false
312+
},
313+
{
314+
"source_path_from_root": "/articles/ai-foundry/quickstarts/hear-speak-playground.md",
315+
"redirect_url": "/azure/ai-foundry/quickstarts/get-started-playground",
316+
"redirect_document_id": false
317+
},
318+
{
319+
"source_path_from_root": "/articles/ai-services/language-service/tutorials/prompt-flow.md",
320+
"redirect_url": "/azure/ai-services/language-service/tutorials/power-automate",
321+
"redirect_document_id": false
312322
}
313323
]
314324
}

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: project-type
1919

2020
# Create a project for Azure AI Foundry
2121

22-
This article describes how to create an [Azure AI Foundry](https://ai.azure.com) project. Projects let you organize your work for exploring new ideas and as you prototype on a particular use cases.
22+
This article describes how to create an [Azure AI Foundry](https://ai.azure.com) project. Projects let you organize your work for exploring new ideas and as you prototype on a particular use case.
2323

2424
Azure AI Foundry supports two types of projects: a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]** and a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For more information about the differences between these two project types, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
2525

@@ -44,7 +44,6 @@ Azure AI Foundry supports two types of projects: a **[!INCLUDE [fdp](../includes
4444
* Evaluations
4545
* Playgrounds
4646

47-
4847
## Prerequisites
4948

5049
Use the following tabs to select the method you plan to use to create a [!INCLUDE [hub](../includes/hub-project-name.md)]:
@@ -176,9 +175,7 @@ In addition, many resources are only accessible by users in your project workspa
176175
177176
## Related content
178177

179-
- [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md?pivots=hub-project)
180-
181-
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
178+
- [Quickstart: Use the chat playground in Azure AI Foundry portal](../quickstarts/get-started-playground.md)
182179

183180
- [Learn more about hubs](../concepts/ai-resources.md)
184181

@@ -188,4 +185,4 @@ In addition, many resources are only accessible by users in your project workspa
188185

189186
[!INCLUDE [create-project-fdp](../includes/create-project-fdp.md)]
190187

191-
::: zone-end
188+
::: zone-end

articles/ai-foundry/includes/create-hub-project-simple.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ ms.custom: include, build-2024, ignite-2024
1616

1717
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
1818
1. Select any existing project if you aren't already in one.
19+
20+
> [!IMPORTANT]
21+
> You must have an existing [!INCLUDE [fdp-project-name](fdp-project-name.md)] or [!INCLUDE [hub-project-name](hub-project-name.md)] before you can follow these steps. If you don't have an existing project, follow the steps in the [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first [!INCLUDE [fdp-project-name](fdp-project-name.md)].
22+
1923
1. At the bottom of the left pane, select **Management center**.
2024
1. At the top of the page, select **All resources**.
2125
1. Select **Create**.
26+
27+
:::image type="content" source="../media/how-to/projects/management-center-create.png" alt-text="Screenshot shows the management center where you can create a hub based project.":::
28+
2229
1. Select **AI hub resource**.
2330
1. Enter a name for the project.
2431
1. If you have a hub, you'll see the one you most recently used selected.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ A [!INCLUDE [hub-project-name](hub-project-name.md)] exists inside a hub. A hub
2020

2121
When you create a new hub, you must have **Owner** or **Contributor** permissions on the selected resource group. If you're part of a team and don't have these permissions, your administrator should create a hub for you.
2222

23-
While you can create a hub as part of the project creation, you have more control and can set more advanced settings for the hub if you create it separately. For example, you can customize network security or the underlying Azure Storage account. For more information, see [How to create and manage an Azure AI Foundry hub](../how-to/create-azure-ai-resource.md).
23+
> [!TIP]
24+
> While you can create a hub as part of the project creation, you have more control and can set more advanced settings for the hub if you create it separately. For example, you can customize network security or the underlying Azure Storage account. For more information, see [How to create and manage an Azure AI Foundry hub](../how-to/create-azure-ai-resource.md).
2425
2526
When you create a new hub as part of the project creation, default settings are provided. If you want to customize these settings, do so before you create the project:
2627

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ ms.custom: include
2525
* Fine-tuning
2626
* Playgrounds
2727

28+
* You can also [Use a Bicep file](../how-to/create-azure-ai-project-template.md) to create a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
29+
30+
2831
## Prerequisites
2932

3033
Use the following tabs to select the method you plan to use to create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
@@ -92,8 +95,8 @@ To customize the settings for your project, follow these steps:
9295

9396
To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
9497

95-
1. Install azure-identity: `pip install azure-identity azure_mgmt_cognitiveservices`. If in a notebook cell, use `%pip install azure-identity azure_mgmt_cognitiveservices`.
96-
98+
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices`. If in a notebook cell, use `%pip install azure-identity azure-mgmt-cognitiveservices`.
99+
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
97100
1. Use the following code to create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]. This example creates the project in West US:
98101

99102
```python
53.3 KB
Loading

articles/ai-foundry/quickstarts/hear-speak-playground.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

articles/ai-foundry/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ items:
276276
href: ../ai-services/speech-service/pronunciation-assessment-tool.md?context=/azure/ai-foundry/context/context
277277
- name: Speech translation
278278
href: ../ai-services/speech-service/get-started-speech-translation.md?context=/azure/ai-foundry/context/context
279-
- name: Hear and speak with chat in the playground
280-
href: quickstarts/hear-speak-playground.md
281279
- name: Translator
282280
items:
283281
- name: What is Azure AI Translator?

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ curl --request POST \
407407
"bing_custom_search": {
408408
"search_configurations": [
409409
{
410-
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-fabric-connection-name>,
410+
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-bing-connection-name>,
411411
"instance_name": <your_custom_search_configuration_name>,
412412
"count": 7,
413413
"market": "en-US",
@@ -474,4 +474,4 @@ curl --request GET \
474474
-H "Authorization: Bearer $AGENT_TOKEN"
475475
```
476476

477-
::: zone-end
477+
::: zone-end

articles/ai-services/content-understanding/overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ Content Understanding now supports modified content filtering for approved custo
8585
> * Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
8686
> * For more information, *see* [**Content filtering**](../openai/concepts/content-filter.md).
8787
88+
## Face capabilities
89+
90+
The Face capabilities feature in Content Understanding is a limited Access service and registration is required for access. Face grouping and identification feature in Content Understanding is limited based on eligibility and usage criteria. Face service is only available to Microsoft managed customers and partners. Use the [Face Recognition intake form](https://aka.ms/facerecognition) to apply for access. For more information, see [Microsoft's Limited Access Policy](../../ai-services/cognitive-services-limited-access.md).
91+
92+
8893
## Data privacy and security
8994
Developers using the Content Understanding service should review Microsoft's policies on customer data. For more information, visit our [**Data, protection and privacy**](https://www.microsoft.com/trust-center/privacy) page.
9095

0 commit comments

Comments
 (0)