Why
Connect Rootly with your Azure OpenAI account to leverage Rootly AI using your organization’s Azure-hosted OpenAI deployments. Organizations using Azure OpenAI may have specific agreements pertaining to data residency, compliance requirements, and data retention policies that differ from the standard OpenAI offering. Azure OpenAI provides enterprise-grade security, regional availability, and responsible AI content filtering through Microsoft’s Azure infrastructure.Installation
Rootly requires three parameters to integrate with your Azure OpenAI account:- API Key - Your Azure OpenAI API key
- Resource Name - Your Azure OpenAI resource name
- Deployment Name - The name of your deployed model
Finding Your Azure OpenAI Configuration
API Key
- Navigate to the Azure Portal
- Go to your Azure OpenAI resource
- Select Keys and Endpoint from the left menu
- Copy either KEY 1 or KEY 2
Resource Name
The resource name is part of your Azure OpenAI endpoint URL. For example, if your endpoint is:my-company-openai
Deployment Name
- In the Azure Portal, go to your Azure OpenAI resource
- Select Model deployments or Deployments from the left menu
- Copy the deployment name of the model you want to use (e.g.,
gpt-4,gpt-35-turbo)
Add Your Configuration
Once you have these three values, add them to Rootly here.Supported Models
Azure OpenAI supports various GPT models through deployments. The deployment name you configure will be used as the model identifier in Rootly. Common deployments include:- GPT-4 and GPT-4 Turbo variants
- GPT-3.5 Turbo variants
- Text embedding models
API Version
Rootly uses Azure OpenAI API version2024-02-01 for compatibility and stability.