You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/model-deployment-policy.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ these policies to control what models your developers can deploy in Azure AI Fou
29
29
1. From the [Azure portal](https://portal.azure.com/), select **Policy** from the left side of the page. You can also
30
30
search for **Policy** in the search bar at the top of the page.
31
31
32
-
1. From the left side of the Azure Policy Dashboard, select **Authoring**, **Definition**, and then search for "\[Preview\]: Cognitive Services Deployments should only use approved Registry Models" in the search bar within the page. You can also directly navigate to [policy definition creation page](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetail.ReactView/id/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Faafe3651-cb78-4f68-9f81-e7e41509110f/version/1.0.0-preview/scopes~/%5B%22%2Fsubscriptions%2Fa4393d89-7e7f-4b0b-826e-72fc42c33d1f%22%2C%22%2Fsubscriptions%2Fd128f140-94e6-4175-87a7-954b9d27db16%22%2C%22%2Fsubscriptions%2F562da9fc-fd6e-4f24-a6aa-99827a7f6f91%22%5D/contextRender~/false).
32
+
1. From the left side of the Azure Policy Dashboard, select **Authoring**, **Definition**, and then search for `\[Preview\]: Cognitive Services Deployments should only use approved Registry Models` in the search bar within the page. You can also directly navigate to [policy definition creation page](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetail.ReactView/id/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Faafe3651-cb78-4f68-9f81-e7e41509110f/version/1.0.0-preview/scopes~/%5B%22%2Fsubscriptions%2Fa4393d89-7e7f-4b0b-826e-72fc42c33d1f%22%2C%22%2Fsubscriptions%2Fd128f140-94e6-4175-87a7-954b9d27db16%22%2C%22%2Fsubscriptions%2F562da9fc-fd6e-4f24-a6aa-99827a7f6f91%22%5D/contextRender~/false).
33
33
34
34
1. Select on **Assign** to assign the policy:
35
35
36
36
-**Scope**: Select the scope where you want to assign the policy. The scope can be a management group, subscription, or resource group.
37
-
-**Policy definition**: this section should already have a value of \[Preview\]: Cognitive Services Deployments should only use approved Registry Models".
37
+
-**Policy definition**: this section should already have a value of `\[Preview\]: Cognitive Services Deployments should only use approved Registry Models`.
38
38
-**Assignment name**: Enter a unique name for the assignment.
39
39
40
-
The rest of the fields can be left as their default values or you cancustomize as needed for your organization.
40
+
The rest of the fields can be left as their default values or you can customize as needed for your organization.
41
41
42
42
1. Select **Next** at the bottom of the page or the **Parameters** tab at the top of the page.
43
43
@@ -48,11 +48,11 @@ these policies to control what models your developers can deploy in Azure AI Fou
48
48
> [!NOTE]
49
49
> Using the [**audit**](/azure/governance/policy/concepts/effect-audit) option allows you to configure the policy to log information to your own compliance dashboard.
50
50
51
-
-**Allowed Models Publishers**: This field expects a list of **publisher's name** in quotation and separated by commas. Here is an example that shows where to find a publisher name:
51
+
-**Allowed Models Publishers**: This field expects a list of **publisher's name** in quotation and separated by commas. Here's an example that shows where to find a publisher name:
52
52
53
53
1. Go to [Azure AI Foundry model catalog](/azure/ai-foundry/how-to/model-catalog-overview) in Foundry Portal
54
54
1. Select a model (for example, GPT-5).
55
-
1. You will find publisher name on the model card as shown in the image below, for ex. in this case it is “OpenAI”
55
+
1. You find publisher name on the model card as shown in the following screenshot. For example, in this case it's `OpenAI`.
56
56
57
57
:::image type="content" source="media/model-deployment-policy/gpt-5-model-card.png" alt-text="Screenshot of Azure AI Foundry model catalog showing a model card with the publisher name highlighted.":::
58
58
@@ -64,7 +64,7 @@ these policies to control what models your developers can deploy in Azure AI Fou
64
64
1. For each model you want to allow, select the model to view the details. In the model detail information, copy the **Model ID** value. For example, the value might look like `azureml://registries/azure-openai/models/gpt-35-turbo/versions/3` for GPT-3.5-Turbo model.
65
65
66
66
> [!IMPORTANT]
67
-
> The model ID value must be an exact match for the model. If the model ID is not an exact match, policy will not work as expected.
67
+
> The model ID value must be an exact match for the model. If the model ID isn't an exact match, policy doesn't work as expected.
68
68
69
69
1. Select **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
70
70
1. Notify your developers that the policy is in place. They receive an error message if they try to deploy a model that isn't on the list of allowed models.
0 commit comments