From 0bed662f1ab055b3172d70ad7146ba40485dc94f Mon Sep 17 00:00:00 2001 From: Yosuke Yamada Date: Tue, 24 Sep 2024 15:43:29 +0900 Subject: [PATCH] Update deployment-types.md Added "then" sentence for denying access since only "if" sentence exists in policy json. --- articles/ai-services/openai/how-to/deployment-types.md | 3 +++ 1 file changed, 3 insertions(+) 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" } } }