Freeze Azure OpenAI deployment Version

Mohamed CHORFA 20 Reputation points
2023-10-19T19:10:47.26+00:00

Hello 👋  

What is the procedure to freeze an Azure OpenAI deployment to a version? The goal is to fix a version and avoid any unintended upgrades.

There is no way to do it via the aoi studio, nor the Terraform module. 

I will be happy to get your input on this issue. Any Powershell script or Rest operation 

Thank you

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-10-20T04:20:55.5+00:00

    Mohamed CHORFA Greetings & Welcome to Microsoft Q&A forum!

    What is the procedure to freeze an Azure OpenAI deployment to a version? The goal is to fix a version and avoid any unintended upgrades.

    Did you try choosing the specific model version while deploying a model?

    Screenshot of the deploy model UI of Azure OpenAI Studio.

    You can un-select the Auto-update to default and choose the specific version you would like.

    If you want to manually control model updates so you can first test and validate that model performance is remaining consistent for your use case prior to upgrade, you can select a specific model version for a deployment.

    This version will remain selected until you either choose to manually update yourself, or once you reach the retirement date for the model.

    When the retirement date is reached the model will automatically upgrade to the default version at the time of retirement.

    You can learn more about Azure OpenAI model versions and how they work in the Azure OpenAI model versions article.

    Also, please see Working with Azure OpenAI models for more details.

    You can also deploy a model, using the CLI cmdlet az cognitiveservices account deployment create by specifying a model version.

    Do let me know if that helps or have any further queries.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.