Azure OpenAI
With Azure OpenAI modules in , you can generate an image, create a transcription, create a translation, create a chat completion, and make an API call in your Azure OpenAI account.
To use the Azure OpenAI modules, you must have an Azure account with billing enabled.
Before creating a connection between Azure OpenAI and , you need to complete the following requirements:
To set up a subscription in your Azure account:
Log in to portal.azure.com.
Under Azure services, click Subscriptions.
Click + Add.
Under Basics, enter a Subscription name.
Select your Billing account, Billing profile, and Invoice section.
Select your Plan.
Note: Select your Azure Plan to determine the subscription type to create.
Click Next.
Optional: Enter additional subscription information under Advanced, Budget, and Tags, and click Next.
Click Review + create to review your choices, then click Create.
To add a resource group in your Azure account:
On the Azure portal home page, under Azure services, click Resource groups.
Click + Create.
In the Subscription field, select the subscription that you created.
In the Resource group field, enter a name.
Select your Region and click Next.
Note: The region you choose will affect the actions that can be performed within this app. Not all capabilities are available in all regions. For more information, see the Azure OpenAI Service models documentation.
Optional: Enter Tags for your resource group and click Next.
Click Review + create to review your choices, then click Create.
To create an Azure OpenAI resource in your Azure account:
On the Azure portal home page, under Azure services, click Azure OpenAI.
Click + Create.
In the Subscription field, select the subscription that you created.
In the Resource group field, select the resource group you created.
Under Instance Details, select a Region.
Note: The region you choose will affect the actions that can be performed within this app. Not all capabilities are available in all regions. For more information, see the Azure OpenAI Service models documentation.
In the Name field, enter a name for your Azure OpenAI Resource.
Note: This will also be your custom domain in your endpoint.
Select a Pricing tier.
Note: The pricing tier you select determines how much you will be billed each month.
Click Next.
Select the Type of network security you wish to configure for this resource and click Next.
Optional: Enter Tags for your resource group and click Next.
Click Review + submit to review your choices, then click Create.
To obtain your Azure OpenAI key and endpoints:
On the Azure portal home page, under Azure services, click All resources.
Click the name of the resource that you created.
In the left navigation, click Keys and Endpoint.
Click Endpoints or Manage keys option to see your endpoint and keys:

Copy the endpoint and one of the keys, then store them in a safe place.
Note: Either key can be used when creating the connection in .
Once you're ready with the requirements, you can create a connection between Azure OpenAI and , allowing the two services to communicate.
provides two ways to connect the Azure OpenAI app:
After connecting to the Azure OpenAI app, you can use the following types of modules to build your .
Actions
- Create a Chat Completion (Prompt)
- Create a Transcription (Whisper)
- Create a Translation (Whisper)
- Generate an Image (DALL-E 3)
- Make an API Call
You can look for Azure OpenAI templates in Make's template gallery, where you'll find thousands of pre-created .