Hi ,
Thanks for reaching out to Microsoft Q&A.
- You won’t find Azure OpenAI commands in the CLI today.
- Content filtering is handled within the same calls to the Azure OpenAI (GPT/Chat) or Moderation endpoints - there’s no separate “create filter” resource.
- Your best bet is to use the REST API or the existing SDKs (Python, .NET, etc.) to interact with Azure OpenAI and leverage built-in content filtering and moderation.
Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.