Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I programmatically create and configure content filters for an Azure OpenAI deployment using CLI or ARM? The documentation only shows how to do this via Azure AI Studio. Specifically, I want to know how to create a content filter with a low level of filtering that can be assigned to an OpenAI model deployment for production use. The 'raiPolicyName' parameter can be used to specify a content filter, but I'm unsure about how to create the content filter programmatically.