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
az call under the hood targets AZURE_SUBSCRIPTION_ID; no az account set needed.
CLI
Python
agents.yaml
Azure Cloud Config Options
Check Deployment Status
Destroy Deployment
Troubleshooting
Manual Azure CLI Validation (Optional)
Manual Azure CLI Validation (Optional)
These commands are for manual validation only. Use
praisonai deploy for deployment.Related
- Deploy CLI Overview - All deploy commands
- AWS Deploy - Deploy to AWS
- GCP Deploy - Deploy to Google Cloud

