Azure OpenAI integration setup

If you’re new to integrations in Rewst, read through our introductory integration documentation here.

For our general OpenAI integration, see this documentation.

Azure OpenAI set up Steps in Microsoft Azure

  1. Navigate to your Microsoft Azure Portal.

  2. Click +Create a Resource.

  1. Search for Azure OpenAI.

  2. Click the tile for Azure OpenAI.

  1. Request access to the Azure OpenAI service.

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

  1. Wait for the welcome email.

  1. Return to the Azure Portal upon receiving the approval email.

  2. Create the OpenAI Service in your Azure subscription.

  1. Navigate to Resource Management > Model deployments.

  1. Click +Create a new Deployment.

  1. Choose gpt-35-turbo model.

  2. Name the deployment gpt-35-turbo model.

  1. Return to the OpenAI Resource in the Azure Portal.

  2. Navigate to Keys and Endpoint.

  3. Copy a Key to your clipboard

  4. Copy the region and endpoint and store them in a safe location. You'll need it to craft for your Base URL 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.

Crafting the Base URL

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?