Corral
Learn > Documentation

Azure Deployment

Deploy Corral AI directly to your Azure environment for complete data sovereignty and control.

Prerequisites

  • Azure subscription with Owner or Contributor role
  • Azure AD Global Administrator access
  • Sufficient quota for required Azure resources

Deployment Options

The fastest way to get started is through Azure Marketplace:

  1. Navigate to Azure Marketplace
  2. Search for “Corral AI”
  3. Click Create and follow the wizard

ARM Template

For automated deployments, use our ARM template:

az deployment group create 
  --resource-group myResourceGroup 
  --template-uri https://raw.githubusercontent.com/corral-ai/templates/main/azuredeploy.json

Resource Requirements

ResourceSKUPurpose
App ServiceP1v3+Hosts Corral platform
SQL DatabaseS2+Stores configuration and metadata
Storage AccountStandardFile storage and queues
Key VaultStandardSecrets management

Next Steps