Skip to main content
You can deploy Arize Phoenix on Azure Container Instances via a prebuilt ARM template. The template runs the official Phoenix Docker image with an Azure Database for PostgreSQL flexible server and authentication enabled. It is defined by azuredeploy.json in the Phoenix repository, which is the source of truth for what gets provisioned.

Deploy

Use the following button to deploy the Phoenix template to Azure: Deploy to Azure
Azure Container Instances does not terminate TLS, so the template serves plain HTTP. Front the deployment with a TLS proxy such as an Application Gateway before production use.
Once the container group is running, log in with the default admin account using the initial password you chose during deployment, as described in Authentication. To customize the instance, see Environment Variables.