Skip to content

Commit 64fe7dc

Browse files
authored
Merge pull request #5259 from MicrosoftDocs/main
5/28/2025 PM Publish
2 parents 05b947f + 85ce02b commit 64fe7dc

File tree

547 files changed

+1355
-1318
lines changed

Some content is hidden

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

547 files changed

+1355
-1318
lines changed

articles/ai-foundry/concepts/model-catalog-content-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about content safety for models deployed using standard deplo
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: conceptual
8-
ms.date: 02/04/2025
8+
ms.date: 05/19/2025
99
ms.author: mopeakande
1010
author: msakande
1111
ms.reviewer: ositanachi

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Before following the steps in this article, make sure you have the following pre
104104

105105
# [Python SDK](#tab/python)
106106

107-
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
107+
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version](https://azure.microsoft.com/free/).
108108

109109
* The __Microsoft.Network__ resource provider must be registered for your Azure subscription. This resource provider is used by hub when creating private endpoints for the managed virtual network.
110110

@@ -563,7 +563,7 @@ To configure a managed virtual network that allows only approved outbound commun
563563

564564
* __Update an existing hub__:
565565

566-
The following example demonstrates how to create a managed virtual network for an existing Azure Machine Learning hub named `myhub`. The example also adds several outbound rules for the managed virtual network:
566+
The following example demonstrates how to create a managed virtual network for an existing hub named `myhub`. The example also adds several outbound rules for the managed virtual network:
567567

568568
* `myrule` - Adds a private endpoint for an Azure Blob store.
569569
* `datafactory` - Adds a service tag rule to communicate with Azure Data Factory.
@@ -857,7 +857,7 @@ A private endpoint is automatically created for a connection if the target resou
857857

858858
### Approval of Private Endpoints
859859

860-
To establish Private Endpoint connections in managed virtual networks using Azure AI Foundry, the workspace managed identity, whether system-assigned or user-assigned, must have permissions to approve the Private Endpoint connections on the target resources. Previously, this was done through automatic role assignments by the Azure AI Foundry service. However, there are security concerns about the automatic role assignment. To improve security, starting April 30th, 2025, we will discontinue this automatic permission grant logic. We recommend assigning the [Azure AI Enterprise Network Connection Approver role](/azure/role-based-access-control/built-in-roles/ai-machine-learning) or a custom role with the necessary Private Endpoint connection permissions on the target resource types and grant this role to the Azure Machine Learning workspace's managed identity to allow Azure AI Foundry services to approve Private Endpoint connections to the target Azure resources.
860+
To establish Private Endpoint connections in managed virtual networks using Azure AI Foundry, the workspace managed identity, whether system-assigned or user-assigned, must have permissions to approve the Private Endpoint connections on the target resources. Previously, this was done through automatic role assignments by the Azure AI Foundry service. However, there are security concerns about the automatic role assignment. To improve security, starting April 30th, 2025, we will discontinue this automatic permission grant logic. We recommend assigning the [Azure AI Enterprise Network Connection Approver role](/azure/role-based-access-control/built-in-roles/ai-machine-learning) or a custom role with the necessary Private Endpoint connection permissions on the target resource types and grant this role to the Foundry hub's managed identity to allow Azure AI Foundry services to approve Private Endpoint connections to the target Azure resources.
861861

862862
Here's the list of private endpoint target resource types covered by covered by the Azure AI Enterprise Network Connection Approver role:
863863

articles/ai-foundry/how-to/deploy-models-gretel-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Gretel Navigator chat model with Azure AI Foundry.
55
ms.service: azure-ai-foundry
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 01/13/2025
8+
ms.date: 05/19/2025
99
ms.reviewer: anupamawal
1010
reviewer: anupamawalaus
1111
ms.author: mopeakande

articles/ai-foundry/how-to/deploy-models-mistral-open.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Mistral-7B and Mixtral chat models with Azure AI F
55
ms.service: azure-ai-foundry
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 01/31/2025
8+
ms.date: 05/19/2025
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande
@@ -21,7 +21,7 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
2121
In this article, you learn about Mistral-7B and Mixtral chat models and how to use them.
2222
Mistral AI offers two categories of models, namely:
2323

24-
- _Premium models_: These include [Mistral Large, Mistral Small, and Ministral 3B](deploy-models-mistral.md) models, and are available as standard deployments with Standard billing.
24+
- _Premium models_: These include [Mistral Large, Mistral Small, Mistral-OCR-2503, Mistral Medium 3 (25.05), and Ministral 3B models](deploy-models-mistral.md) models, and are available as standard deployments with Standard billing.
2525
- _Open models_: These include [Codestral](deploy-models-mistral-codestral.md) and [Mistral Nemo](deploy-models-mistral-nemo.md) (that are available as standard deployments), and Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01 (that are available to download and run on self-hosted managed endpoints).
2626

2727

articles/ai-foundry/how-to/deploy-models-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ai-learning-hub
1111
- ignite-2024
1212
ms.topic: how-to
13-
ms.date: 11/05/2024
13+
ms.date: 05/19/2025
1414
ms.reviewer: fasantia
1515
ms.author: mopeakande
1616
author: msakande

articles/ai-foundry/how-to/deploy-models-serverless-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to consume standard deployments from a different project
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 12/20/2024
8+
ms.date: 05/19/2025
99
ms.author: mopeakande
1010
author: msakande
1111
ms.reviewer: fasantia

articles/ai-foundry/includes/content-safety-serverless-apis-note.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ author: msakande
55
ms.author: mopeakande
66
ms.service: azure-ai-foundry
77
ms.topic: include
8-
ms.date: 02/04/2025
8+
ms.date: 05/28/2025
99
ms.custom: include file
1010
---
1111

12-
@@ -10,4 +10,4 @@ ms.custom: include file
13-
---
14-
1512
> [!NOTE]
1613
> Azure AI Content Safety is currently available for models deployed as standard deployment, but not to models deployed via managed compute. To learn more about Azure AI Content Safety for models deployed as standard deployment, see [Guardrails & controls for Models Sold Directly by Azure ](../concepts/model-catalog-content-safety.md).

articles/ai-foundry/includes/create-content-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Follow these steps to create a content filter:
3535

3636
Now you can configure the input filters (for user prompts) and output filters (for model completion).
3737
1. On the **Input filters** page, you can set the filter for the input prompt. For the first four content categories there are three severity levels that are configurable: Low, medium, and high. You can use the sliders to set the severity threshold if you determine that your application or usage scenario requires different filtering than the default values.
38-
Some filters, such as Prompt Shields and Protected material detection, enable you to determine if the model should annotate and/or block content. Selecting **Annotate only** runs the respective model and return annotations via API response, but it will not filter content. In addition to annotate, you can also choose to block content.
38+
Some filters, such as Prompt Shields and Protected material detection, enable you to determine if the model should annotate and/or block content. Selecting **Annotate only** runs the respective model and returns annotations via API response, but it will not filter content. In addition to annotate, you can also choose to block content.
3939

4040
If your use case was approved for modified content filters, you receive full control over content filtering configurations and can choose to turn filtering partially or fully off, or enable annotate only for the content harms categories (violence, hate, sexual and self-harm).
4141

@@ -80,4 +80,4 @@ Follow these steps to apply a content filter to a deployment:
8080
Now, you can go to the playground to test whether the content filter works as expected.
8181

8282
> [!TIP]
83-
> You can also create and update content filters using the REST APIs. For more information, see the [API reference](/rest/api/aiservices/accountmanagement/rai-policies/create-or-update). Content filters can be configured at the resource level. Once a new configuration is created, it can be associated with one or more deployments. For more information about model deployment, see the resource [deployment guide](../../ai-services/openai/how-to/create-resource.md).
83+
> You can also create and update content filters using the REST APIs. For more information, see the [API reference](/rest/api/aiservices/accountmanagement/rai-policies/create-or-update). Content filters can be configured at the resource level. Once a new configuration is created, it can be associated with one or more deployments. For more information about model deployment, see the resource [deployment guide](../../ai-services/openai/how-to/create-resource.md).

articles/ai-foundry/model-inference/concepts/content-filter.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Content filtering for Azure AI Foundry Models
33
titleSuffix: Azure AI Foundry
44
description: Learn about the content filtering capabilities of Azure AI Foundry Models.
5-
author: santiagxf
6-
ms.author: fasantia
5+
author: msakande
6+
ms.author: mopeakande
77
ms.service: azure-ai-model-inference
8-
ms.topic: conceptual
9-
ms.date: 1/21/2025
8+
ms.topic: conceptual
9+
ms.date: 05/19/2025
1010
ms.custom: ignite-2024, github-universe-2024
11-
manager: nitinme
11+
manager: scottpolly
12+
ms.reviewer: fasantia
13+
reviewer: santiagxf
1214
---
1315

1416

articles/ai-foundry/model-inference/concepts/default-safety-policies.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: Default Guardrails & controls policies for Azure AI Foundry Models
33
titleSuffix: Azure AI Foundry
44
description: Learn about the default Guardrails & controls policies that Azure AI Foundry Models uses to flag content.
5-
author: PatrickFarley
6-
ms.author: fasantia
5+
author: msakande
6+
ms.author: mopeakande
77
ms.service: azure-ai-model-inference
8-
ms.topic: conceptual
9-
ms.date: 1/21/2025
10-
manager: nitinme
8+
ms.topic: conceptual
9+
ms.date: 05/19/2025
10+
manager: scottpolly
11+
ms.reviewer: fasantia
12+
reviewer: santiagxf
1113
---
1214

1315
# Default Guardrails & controls policies for Azure AI Foundry Models

0 commit comments

Comments
 (0)