diff --git a/articles/ai-services/openai/how-to/deployment-types.md b/articles/ai-services/openai/how-to/deployment-types.md index ef818de0d1..d2fd5a43ae 100644 --- a/articles/ai-services/openai/how-to/deployment-types.md +++ b/articles/ai-services/openai/how-to/deployment-types.md @@ -112,6 +112,9 @@ You can use the following policy to disable access to Azure OpenAI global standa "equals": "GlobalStandard" } ] + }, + "then": { + "effect": "deny" } } }