Skip to content

Commit 21b27d0

Browse files
committed
fix metadata and minor typos
1 parent 697fa9b commit 21b27d0

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

@@ -104,7 +107,7 @@ Follow these steps to create and assign an example custom policy to allow specif
104107

105108
# [Enforce specific deployment types](#tab/deployments)
106109

107-
The following policy allow 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.
110+
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.
108111

109112
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.
110113

@@ -156,7 +159,7 @@ The following policy allow you to control which types of deployments are allowed
156159

157160
7. Optionally, select the **Non-compliance messages** tab at the top of the page and set a custom message for noncompliance.
158161

159-
8. Select **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
162+
8. Select the **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
160163

161164
9. 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.
162165

0 commit comments

Comments
 (0)