Skip to main content

Configuring wxrks Augmented Actions with Azure OpenAI Service

How to configure Augmented Actions using Azure OpenAI Service.

The provided content is a guide for configuring wxrks Augmented Actions with Azure OpenAI service.

💡 Who is this for? This guide is for Account Admins who need to connect a custom Azure OpenAI resource to power wxrks Augmented Actions within the wxrks platform.


Introduction

If you'd rather use your own Azure OpenAI resource instead of wxrks's default AI integration, you'll need to retrieve three values from the Azure Portal — the Resource Name, Deployment Name, and an Access Token — before you can point wxrks Augmented Actions at it. In this article, we'll guide you through the process step by step.

Prerequisites

  1. An active Azure account.

  2. A resource and deployed model using Azure OpenAI.

Step-by-Step Configuration

1. Log in to your Azure Portal:

Begin by navigating to the Azure Portal at https://portal.azure.com. Enter your credentials to access your dashboard.

2. Locate your Azure AI Services resource:

  • From the left-hand menu, click on All resources.

  • Locate the Azure AI services resource you created earlier. This can be identified by the resource's name.

3. Retrieve the Resource Name:

  • Click on the AI resource to open its overview page.

  • Find the name of your Azure AI services resource at the top of the page. This is also the first part of the base URL, i.e., https://{resourceName}.openai.azure.com.

4. Locate the Deployment Name:

While still in the AI resource's overview page, navigate to the Deployments section. Here, you can identify the name of the model you deployed on the Azure OpenAI Service.

5. Retrieve the Access Token:

  • From the AI resource's overview page, navigate to the Keys section.

  • Copy the primary access token. It will be used for authenticating requests made from wxrks to Azure OpenAI Service.

6. Configure wxrks Augmented Actions with Azure OpenAI Details:

Once you have the Resource Name, Deployment Name, and Access Token above, please follow the steps in Enabling AI Integration in wxrks through OpenAI or Microsoft Azure to enter them into wxrks.

Note: configuring a custom AI provider requires an eligible wxrks plan and Account Admin permission.

Related article: wxrks Augmented Actions — how to enable and use wxrks's LLM-powered translation and editing actions.

Did this answer your question?