Guides

How to Deploy Azure OpenAI Model

In this simple guide you will learn how to deploy your own Azure OpenAI model.

Yavor Belakov's LinkedIn Photo
Yavor
Belakov
October 23, 2023
July 14, 2025
1
min read
How to Deploy Azure OpenAI Model

This is step [3/4] of setting up Azure OpenAI Service in your Team-GPT account. You can see the full guide here – How to Setup Microsoft Azure OpenAI Service.

In the following guide you’ll learn how to set up your model, connect it with Azure OpenAI service, and voilà – you are ready to use ChatGPT in the most secure way!

  1. Go to https://portal.azure.com/#home and log into your account.
  2. Go to Azure OpenAI Service. You can use search if you don’t see it on the homepage.
    Azure OpenAI Service search
  3. Click on Create.
    Create Azure resource
  4. Fill in the form:
    • Choose your Azure subscription.
    • Choose Resource group or create a new one if you don’t have any.
    • Choose a region (recommended to use the closest to your/your customers’ location).
    • Add a name.
    • Select your pricing tier.
      Pricing tier selection
  5. Select All networks, including the internet, can access this resource on the next step.
    Network access setting
  6. Click Next on the Tags step and then click Create on the last step.
    Create resource confirmation
  7. Then you should be able to see your newly created resource.
    Newly created resource
  8. Click on the name next to the OpenAI logo.
  9. Click on Model deployments in the left sidebar.
    Model deployments menu
  10. Click on Manage deployments.
    Manage deployments button
  11. Click on Create new deployment.
    Create new deployment
  12. Select model and add a name for your deployment, then click create.
    Select model and create deployment
  13. You should get a success message if the model has been deployed successfully.

Once you complete this step, the only thing left to do is Connect Azure OpenAI Service with Team-GPT.