Overview
Azure OpenAI Service provides access to OpenAI models through Microsoft’s Azure cloud platform. It offers enterprise-grade security, regional data residency, and compliance certifications, making it suitable for organizations with strict data governance requirements.Supported Models
Models available depend on your Azure deployment. Common options include:Setup
1
Create Azure Subscription
- Go to Azure Portal
- Sign in or create a Microsoft Azure account
- Ensure you have an active Azure subscription
2
Create Azure OpenAI Resource
- In Azure Portal, search for Azure OpenAI
- Click Create and fill in the resource details
- Select your preferred region
- Wait for the resource to be provisioned
3
Deploy a Model
- Open your Azure OpenAI resource
- Go to Model deployments → Manage Deployments
- Click Create new deployment
- Select a model (e.g., gpt-4o) and give it a deployment name
- Note down the deployment name — you will need it
4
Get Endpoint and API Key
- In your Azure OpenAI resource, go to Keys and Endpoint
- Copy the Endpoint URL (e.g.,
https://your-resource.openai.azure.com/) - Copy one of the API Keys
5
Configure in EnConvo
- Open Settings → AI Provider
- Select Azure OpenAI
- Go to Credentials module
- Enter your API Key, Endpoint URL, and Deployment Name
Configuration
Validate and Use
1
Validate credentials
Click Validate in the Azure OpenAI credential settings. Validation requires a correct API key, resource endpoint, API version, and deployment name.
2
Use deployment names
In Azure, EnConvo calls your deployment name, not just the base model name. A deployment named
my-gpt-4o must be entered exactly as my-gpt-4o.3
Test each deployment
If you maintain multiple deployments, validate and test each one before assigning it to production workflows or agents.
Pricing
Azure OpenAI pricing mirrors OpenAI’s pricing but may vary by region. Check Azure OpenAI Pricing for details.Azure OpenAI billing goes through your Azure subscription. You can set spending alerts and budgets in the Azure portal.
Enterprise Benefits
Data Residency
Choose which Azure region hosts your data
Compliance
SOC 2, HIPAA, GDPR, and more
Private Networking
VNet integration, private endpoints
Managed Identity
Azure AD authentication support
Troubleshooting
404 Deployment not found
404 Deployment not found
- Confirm your deployment name matches exactly (case-sensitive)
- Verify the endpoint URL is correct
- Check that the deployment has finished provisioning in Azure portal
Region availability
Region availability
- Not all models are available in all Azure regions
- Check Azure OpenAI model availability for your region
- Consider creating a resource in a different region