Skip to content

Commit c6f03a0

Browse files
committed
Merge branch 'main' into release-aisvcs-move-rai-docs
2 parents c680202 + 3f23f37 commit c6f03a0

30 files changed

+227
-109
lines changed

articles/ai-foundry/concepts/architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ author: Blackmist
1616

1717
# Azure AI Foundry architecture
1818

19-
> [!NOTE]
20-
> The architecture discussed in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For more information, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
19+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2120

2221
Azure AI Foundry provides a unified experience for AI developers and data scientists to build, evaluate, and deploy AI models through a web portal, SDK, or CLI. Azure AI Foundry is built on capabilities and services provided by other Azure services.
2322

articles/ai-foundry/concepts/encryption-keys-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ Managed identity must be enabled as a prerequisite for using customer-managed ke
117117

118118
Customer-managed key encryption is configured via Azure portal in a similar way for each Azure resource:
119119

120+
> [!IMPORTANT]
121+
> The Azure Key Vault used for encryption **must be in the same resource group** as the AI Foundry project. Key Vaults in other resource groups are not currently supported by the deployment wizards or project configuration workflows.
122+
120123
1. Create a new Azure AI Foundry resource in the [Azure portal](https://portal.azure.com/).
121124
1. Under the **Encryption** tab, select **Customer-managed key**, **Select vault and key**, and then select the key vault and key to use.
122125

articles/ai-foundry/concepts/vulnerability-management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ author: Blackmist
1515

1616
# Vulnerability management for Azure AI Foundry
1717

18-
> [!NOTE]
19-
> The information provided in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, and doesn't apply for a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. For more information, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
18+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2019

2120
Vulnerability management involves detecting, assessing, mitigating, and reporting on any security vulnerabilities that exist in an organization's systems and software. Vulnerability management is a shared responsibility between you and Microsoft.
2221

articles/ai-foundry/how-to/azure-policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ ms.topic: how-to
1212

1313
# Audit and manage Azure AI Foundry hubs and projects
1414

15-
> [!NOTE]
16-
> The policies discussed in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For more information, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
15+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
1716

1817
As a platform administrator, you can use policies to lay out guardrails for teams to manage their own resources. [Azure Policy](/azure/governance/policy/) helps audit and govern resource state. This article explains how you can use audit controls and governance practices for [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
1918

articles/ai-foundry/how-to/configure-managed-network.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ Private endpoints are currently supported for the following Azure services:
848848
* Azure Redis Cache
849849
* Azure SQL Server
850850
* Azure Storage (all sub resource types)
851+
* Application Insights (Through [PrivateLinkScopes](https://learn.microsoft.com/azure/azure-monitor/logs/private-link-configure#create-azure-monitor-private-link-scope-ampls))
851852

852853

853854
When you create a private endpoint, you provide the _resource type_ and _subresource_ that the endpoint connects to. Some resources have multiple types and subresources. For more information, see [what is a private endpoint](/azure/private-link/private-endpoint-overview).

articles/ai-foundry/how-to/create-azure-ai-hub-template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ author: Blackmist
1515

1616
# Use an Azure Resource Manager template to create an Azure AI Foundry hub
1717

18-
> [!NOTE]
19-
> The template used in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, and doesn't apply for a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. For a template that creates a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**, see [Create an Azure AI Foundry project using a Bicep template](create-azure-ai-project-template.md).
18+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2019

2120
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
2221

articles/ai-foundry/how-to/create-azure-ai-project-template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ms.date: 04/29/2025
1515

1616
# Quickstart: Create an Azure AI Foundry project using a Bicep file
1717

18-
> [!NOTE]
19-
> The Bicep file used in this article is specific to a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**, and doesn't apply for a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For a template that creates a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, see [Create an Azure AI Foundry hub using a template](create-azure-ai-hub-template.md).
18+
[!INCLUDE [hub-only-alt](../includes/uses-fdp-only-alt.md)]
2019

2120
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (template) to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) project. A template makes it easy to create resources as a single, coordinated operation. A Bicep file is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the file to deploy resources.
2221

articles/ai-foundry/how-to/create-azure-ai-resource.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ author: Blackmist
1818

1919
# How to create and manage an Azure AI Foundry hub
2020

21-
> [!NOTE]
22-
> The information provided in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, and doesn't apply for a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. For more information, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
21+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2322

2423
In [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs), hubs provide the environment for a team to collaborate and organize work, and help you as a team lead or IT admin centrally set up security settings and govern usage and spend. You can create and manage a hub from the Azure portal, and then your developers can create projects from the hub.
2524

articles/ai-foundry/how-to/create-hub-terraform.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ ai-usage: ai-assisted
1818

1919
# Use Terraform to create an Azure AI Foundry hub
2020

21-
> [!NOTE]
22-
> The information provided in this article is specific to a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, and doesn't apply for a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. For more information, see [Types of projects](../what-is-azure-ai-foundry.md#project-types).
21+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2322

2423
In this article, you use Terraform to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) hub, a project, and AI services connection. A hub is a central place for data scientists and developers to collaborate on machine learning projects. It provides a shared, collaborative space to build, train, and deploy machine learning models. The hub is integrated with Azure Machine Learning and other Azure services, making it a comprehensive solution for machine learning tasks. The hub also allows you to manage and monitor your AI deployments, ensuring they're performing as expected.
2524

articles/ai-foundry/how-to/create-resource-template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ ms.custom:
1818

1919
# Quickstart: Create an Azure AI Foundry resource using a Bicep file
2020

21-
> [!NOTE]
22-
> The Bicep file used in this article is specific to a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**, and doesn't apply for a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. For a template that creates a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, see [Create an Azure AI Foundry hub using a template](create-azure-ai-hub-template.md).
21+
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
2322

2423
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (template) to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. A template makes it easy to create resources as a single, coordinated operation. A Bicep file is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the file to deploy resources.
2524

0 commit comments

Comments
 (0)