Documentation Index
Fetch the complete documentation index at: https://docs.enconvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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:| Model | Description | Best For |
|---|---|---|
| GPT-4o | Most capable multimodal | General use, analysis |
| GPT-4o mini | Fast and affordable | Daily tasks, chat |
| GPT-4 | Previous flagship | Complex reasoning |
| o1 / o3 | Reasoning models | Logic, math, code |
Setup
Create Azure Subscription
- Go to Azure Portal
- Sign in or create a Microsoft Azure account
- Ensure you have an active Azure subscription
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
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
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
Configuration
| Setting | Description | Required |
|---|---|---|
| API Key | Azure OpenAI API key | Yes |
| Endpoint | Your resource endpoint URL | Yes |
| Deployment Name | Name of your model deployment | Yes |
| API Version | Azure API version | Yes (auto-filled) |
| Temperature | Creativity (0-2) | No |
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
401 Unauthorized
401 Unauthorized
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