Skip to main content
Deploy agents to Azure Container Apps using praisonai deploy run --type cloud --provider azure.
As of PR #4307, subscription_id is required for Azure Container Apps deployments. deploy, status, and destroy fail fast when it is missing, and every az command now targets the configured subscription via --subscription β€” you no longer need to az account set beforehand for the deploy to land in the right subscription.

Minimal Azure Deploy

That is the shortest path to a running Azure Container App β€” one YAML file, one command. Every az call under the hood targets AZURE_SUBSCRIPTION_ID; no az account set needed.

CLI

Expected Output:
Verify:

Python

agents.yaml

Azure Cloud Config Options

Check Deployment Status

Destroy Deployment

Troubleshooting

These commands are for manual validation only. Use praisonai deploy for deployment.