Enterprise Deployment Guide for Azure
Azure Enterprise Deployment Guide for RagaAI Catalyst
Deploying RagaAI Catalyst on your Azure infrastructure ensures that your data remains secure and within your control. Follow these steps to set up RagaAI Catalyst in your Azure account.
Provision Base Infrastructure
To get started quickly, you can use the Terraform Templates and scripts provided by the Raga team:
Pre-Requirements
Set Up Azure User: The user running the installation should have Contributor and User Access Administrator roles. Alternatively, create a dedicated custom role with specific permissions.
Resource Provider Quotas: Ensure that you have sufficient quota for the Standard_D8a_v4 and Standard_D8pls_v5 VMs, each with minimum 16 available vCPUs, in your target region for AKS Node Pools.
Ensure that your system supports Bash commands
Azure Login using CLI
Validate Azure CLI Login:
Execute the following command to Provision the Environment:
Extract the TAR file provided by the RagaAI team:
azure-infra.sh
is the cloud provisioning script. This uses python, azure cli and terraform to provision the base infra.
Replace placeholders:
<location>
: Azure region (e.g., eastus)<customer-name>
: This will be prifix for all azure resources<docker-hub-pat>
: Provided by RagaAI team
List of Azure Resources Provisioned by RagaAI Terraform Infrastructure
Note: You can also set up your cloud environment using the following requirements as an Alternative to the RagaAI Terraform templates
Install Raga Catalyst
Install Raga Catalyst:
SSH into the bastion VM and run the installation command
Download and Extract the TAR file provided by the RagaAI team:
raga-catalyst-azure-deploy.sh
is the Catayst deployment script.
<location>
: Azure region<customer-name>
: This will be prifix for all azure resources
Access Raga Catalyst
Access Catalyst UI with the private load balancer IP/DNS
Portal:
http://<Load_Balancer_IP>
API:
http://<Load_Balancer_IP>/api
For any issues during the deployment process or additional assistance, please contact our support team at contact@raga.ai.
Last updated
Was this helpful?