Move Azure Openai resource to another location

Audrius Naujokas 20 Reputation points
2024-10-02T08:25:58.92+00:00

Hi,

I am using Azure Openai openai_client.chat.completions.create in my python code and I used "gpt-35-turbo" model in West Europe location. Now I want to change the model to "gpt-4o-mini" and for this reason current location is not available.

  1. How can I move my Azure OpenAI resource to another location?
  2. If moving is not possible, how can I easily recreate what I already have in different location?
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,085 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,041 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,582 Reputation points MVP
    2024-10-03T08:13:06.6033333+00:00

    You cannot move your existing Open AI instance to a new location. You will need to create a new instance in the correct location and then configure this ininle with your existing solution. If you have deployed this manually using the portal then there is no easy recreation process. If you have used Infrastructure as Code such as Bicep, you could just change the region in your code to recreate it.

    1 person found this answer helpful.
    0 comments No comments

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.