Skip to content

Commit 031b2f9

Browse files
committed
Merge branch 'santiagxf/azure-policies' of https://github.com/santiagxf/azure-ai-docs-pr into santiagxf/azure-policies
2 parents f751c58 + 21b27d0 commit 031b2f9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/ai-foundry/model-inference/how-to/configure-deployment-policies.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Control model deployment with custom policies
33
titleSuffix: Azure AI Foundry
44
description: "Learn how to use custom Azure Policies to control Azure AI services and Azure OpenAI model deployment with Azure AI Foundry."
5-
manager: nitinme
6-
author: santiagxf
7-
ms.author: fasantia
5+
manager: scottpolly
86
ms.service: azure-ai-foundry
97
ms.topic: how-to #Don't change
10-
ms.date: 2/05/2025
8+
ms.date: 02/11/2025
9+
author: Blackmist
10+
ms.author: larryfr
11+
reviewer: santiagxf
12+
ms.reviewer: fasantia
13+
1114
---
1215

1316
# Control model deployment with custom policies
1417

15-
When using models from Azure AI Services and Azure OpenAI with Azure AI Foundry, you might need to use custom policies to control which [type of deployment](../concepts/deployment-types.md) options are available to them or which specific models users can deploy. This article guides you on how to create policies to control model deployments using Azure Policies.
18+
When using models from Azure AI Services and Azure OpenAI with Azure AI Foundry, you might need to use custom policies to control which [type of deployment](../concepts/deployment-types.md) options are available to users or which specific models users can deploy. This article guides you on how to create policies to control model deployments using Azure Policies.
1619

1720
## Prerequisites
1821

@@ -22,7 +25,7 @@ When using models from Azure AI Services and Azure OpenAI with Azure AI Foundry,
2225

2326
## Create a custom policy
2427

25-
Select the scenario better applies to your case:
28+
Select the scenario that applies to your case better:
2629

2730
# [Enforce specific models](#tab/models)
2831

@@ -106,7 +109,7 @@ Follow these steps to create and assign an example custom policy to allow specif
106109

107110
# [Enforce specific deployment types](#tab/deployments)
108111

109-
The following policy allows you to control which types of deployments are allowed in the Azure AI Services or Azure OpenAI Resources. For example, you may want to prevent them from creating deployments that result in data processed in a different region. Follow these steps to create a policy that denies creating Global processing deployment types.
112+
The following policy allows you to control which types of deployments are allowed in the Azure AI Services or Azure OpenAI Resources. For example, you might want to prevent developers from creating deployments that result in data processed in a different region. Follow these steps to create a policy that denies creating global processing deployment types.
110113

111114
1. From the [Azure portal](https://portal.azure.com), select **Policy** from the left side of the page. You can also search for **Policy** in the search bar at the top of the page.
112115

@@ -162,7 +165,7 @@ The following policy allows you to control which types of deployments are allowe
162165

163166
8. Optionally, select the **Non-compliance messages** tab at the top of the page and set a custom message for noncompliance.
164167

165-
9. Select **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
168+
8. Select the **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
166169

167170
10. Notify your developers that the policy is in place. They receive an error message if they try to deploy a model that isn't in the list of allowed models.
168171

0 commit comments

Comments
 (0)