githubEdit

Azure OpenAI integration setup

circle-info

If you’re new to integrations in Rewst, read through our introductory integration documentation herearrow-up-right.

For our general OpenAI integration, see this documentation.

Azure OpenAI set up Steps in Microsoft Azure

  1. Click +Create a Resource.

  1. Search for Azure OpenAI.

  2. Click the tile for Azure OpenAI.

  3. Request access to the Azure OpenAI service.

circle-info

You must fill out a form to request access to the Azure OpenAI service

  1. Wait for the welcome email.

circle-exclamation
  1. Return to the Azure Portal upon receiving the approval email.

  2. Create the OpenAI Service in your Azure subscription.

  1. Complete the steps Network > Tags > Review + Submit

  2. Click Go to resource after submitting and confirming that deployment has finished.

  3. Click Go to Foundry Portal.

  4. Navigate to the Deployments tab on Azure AI Foundry.

  5. You can now deploy a desired OpenAI model. The below example deploys a gpt-5-mini model. Click Deploy Model > Deploy base model.

  6. Search for gpt-5-mini and select gpt-5-mini. Click Confirm.

  7. Click Deploy.

  8. You'll be redirected to the deployed model page that contains the Key and the Target URI. Copy both values and store them somewhere secure. These will be needed for further setup steps in Rewst.

Set up steps in Rewst

If you have not yet set up the OpenAI integration in Rewst, follow our integration setup steps in Rewst in our general OpenAI integration setup guide.

Configure Azure OpenAI with existing OpenAI integrations

If you already have an OpenAI integration configured, you can add an instance for Azure.

  1. Navigate to the integration's configuration page by navigating to Configuration > Integrations > OpenAI.

  2. Click Default > Add Configuration.

  1. Name the configuration Azure.

  2. Confirm that your Base URL reflects the accurate resource and region collected from Azure. Incorrect URLs will prevent Rewst from accessing the OpenAI service.

  3. Enter the Azure API Version.

circle-exclamation

Crafting the Base URL

circle-exclamation

Configure workflow triggers to use Azure OpenAI

If this is your second instance of OpenAI, meaning you configured the direct OpenAI integration before, then you may adjust your workflow triggers to choose which version of the integration you want to use in your workflows.

  1. Navigate to the integration's configuration page by navigating to Configuration > Integrations > OpenAI.

  2. Find Integration Overrides under Trigger Configuration.

  3. Click .

  4. Choose OpenAI in the Integration drop-down selector.

  5. Choose which of your your OpenAI integration instances to use in the Integration Configuration drop-down selector.

Last updated

Was this helpful?