I was working on a project recently where we were using the Azure OpenAI service
quite heavily. As part of creating the DevOps pipelines for the project, we had
to look into automating the management of the Azure OpenAI service. Turns
out this functionality is possible with the Azure CLI however it is available under
the Cognitive Services module which can be a bit tricky to find. So here
is a quick blog post detailing some of the more frequently used operations for the Azure OpenAI service through
the Azure CLI:
For a full set of operations, please see the Microsoft docs: https://learn.microsoft.com/en-us/cli/azure/cognitiveservices?view=azure-cli-latest
↧