For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment Methods

On-Prem Deployment Guide (Azure)

You have two options for deploying services:

This is the easiest and recommended method. The script handles:

  • Automatic ECR authentication

  • Image pulling with prompts

  • Service deployment

  • Health checks

  • Log viewing

Method 2: Using Docker Compose Directly

For more control or if you prefer manual steps.

Last updated