Skip to content
  • There are no suggestions because the search field is empty.

How to create an Azure OpenAI API key to use with Juristic

If you’re setting up Azure OpenAI to work with an external system such as Juristic, you’ll need an API key. This key acts as a secure bridge between Azure and the tool you want to integrate, ensuring that data flows safely and only authorised systems can connect. As an IT administrator, you can generate and manage API keys directly inside the Azure Portal in just a few steps.

Remember, JuristIQ is AI agnostic. If your firm prefers a different AI provider, we can connect to any model as long as you have an API available. Azure OpenAI is just one of the options you can use.

Before you begin

There are a couple of things to check before getting started. You’ll need an active Azure OpenAI resource, administrator access to the Azure Portal, and the resource deployed under your organisation’s Azure subscription. If those are in place, you’re ready to go.

 

Step 1: Sign in to the Azure Portal

Head to portal.azure.com and log in with your administrator credentials. This is where you’ll manage all Azure resources, including OpenAI.

Step 2: Locate your OpenAI resource

Use the search bar at the top of the portal and type Azure OpenAI. From the list of results, select the OpenAI resource that belongs to your deployment. This will take you into the management view for that resource.

Step 3: Generate a new API key

On the left-hand side, you’ll see a menu. Click Keys and Endpoints. Here you’ll find any existing keys linked to the resource. To create a new one, select Regenerate Key or Create New Key (the option available will depend on your setup). A new API key will be generated instantly. Copy it and store it securely – you’ll need it when configuring your integration.

Step 4: Gather configuration details

Along with the API key, there are a few other details you’ll need to share with your external system:
  • Subscription ID – found under Azure Portal → Subscriptions.
  •  Resource Name – the name of your OpenAI deployment.
  •  Endpoint URL – usually in the format: https://<your-resource-name>.openai.azure.com/
  • API Key – the one you just created.

Step 5: Share details securely

Once you have everything, you can provide the configuration details to the external system you’re connecting to. Always share them securely – avoid sending API keys over email or chat. Instead, use your organisation’s secure key vault or encrypted transmission methods.

Wrapping up

By following these steps, you’ll have a fresh Azure OpenAI API key and all the details needed for integration. This ensures a smooth connection between Azure and any external platform, whether it’s Juristic or another system your organisation relies on.

For more information, Microsoft’s Azure OpenAI documentation is a great resource, or you can check in with your Azure administrator.