Metabase on Azure
Generate modular Azure Bicep IaC to deploy Metabase on Azure Container Apps with PostgreSQL.
skill install https://www.promptspace.in/skills/metabase-on-azureWhat it does
This skill provides a complete, developer-centric workflow for deploying Metabase to Azure. It generates fresh, modular Infrastructure-as-Code (IaC) using Azure Bicep, specifically architected for production-ready Metabase instances on Azure Container Apps with a PostgreSQL Flexible Server backend.
Why use this skill
Manually configuring Azure infrastructure for Metabase is error-prone, especially when handling PostgreSQL extensions like CITEXT or secure transport requirements. This skill automates the skeleton creation while enforcing best practices like secret separation and modular design. Instead of just "prompting" an AI and getting a single messy file, this skill delivers a structured project directory ready for professional deployment pipelines.
Key Features
- Modular Architecture: Separates concerns into modules for PostgreSQL, Container Apps, and optional Container Registries.
- Parameter Management: Generates a mapping worksheet and a .bicepparam file with secure placeholders.
- Metabase Optimizations: Automatically configures essential environment variables (MB_DB_TYPE, SSL modes) and PostgreSQL extensions.
- Deployment Readiness: Provides built-in commands for linting, what-if analysis, and final resource creation.
Use cases
- Scaffold production-ready Bicep files for Metabase on Azure Container Apps.
- Configure Azure Database for PostgreSQL with Metabase-required extensions.
- Create a secure parameter worksheet for Bicep deployments.
- Generate what-if and deployment commands for Azure Resource Manager.
Example
Prompt
Sample output preview is available after purchase.
Known limitations
Doesnt deploy VNET, Private network endpoints.