Skip to main content

Azure OpenAI

Integrate Azure OpenAI with Torq to use Azure OpenAI steps and automate security workflows.

Updated over a week ago

Azure OpenAI is a cloud-based integration that can help you build intelligent applications by leveraging powerful language models.

Torq enables quick and easy integration with Azure OpenAI, so you can automate anything and everything within moments. Torq's public Azure OpenAI steps include:

  • Create Chat Completion

  • Create Completion

  • List Deployments

  • List Models

  • Create Embedding

If you don't see a step you need, you can create your own in various ways, such as using the Send an HTTP Request step or Torq’s Step Builder, and share it across your organization.

To use Azure OpenAI steps in Torq workflows, look here.

Use Azure OpenAI Steps in Torq

Step One: Create an Azure OpenAI Resource

  1. In Azure Portal: Go to the Azure portal and go to App Registrations.

  2. Search for OpenAI: Search for Azure OpenAI and click Create.

  3. Fill in Details: Choose the subscription, region, and resource group according to your desired pricing tier.

  4. Click Create: Click Create and wait for deployment confirmation.

  5. Get Resource Info: Go to Keys and Endpoints and copy the Endpoint URL and the API Key for later use in Torq.

    1. The Endpoint URL should look as such https://<your-resource>.openai.azure.com/

Step Two: Create an Azure Open AI Steps Integration in Torq

  1. Navigate to the Integration: Go to Build > Integrations > Steps > Microsoft Azure OpenAI and click Add Instance.

  2. Fill in the Details: Give the integration a unique and meaningful name.

    1. Paste the API Key you copied earlier in the Azure API Key field.

    2. Paste the Resource name from the Endpoint URL that you copied previously.

  3. Finalize: Click Add.

Did this answer your question?