Metabase on Azure
by walnut co
Generate modular Azure Bicep IaC to deploy Metabase on Azure Container Apps with PostgreSQL.
- 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.
$5
One-time purchase
Included in download
- Scaffold production-ready Bicep files for Metabase on Azure Container Apps.
- Configure Azure Database for PostgreSQL with Metabase-required extensions.
- env_vars, terminal automation included
- Ready for Visual Studio Code
See it in action
Generated: infra/metabase/main.bicep Generated: infra/metabase/modules/postgres.bicep Parameter Worksheet: | Parameter | Source | | dbAdminPassword | Key Vault | | metabaseImage | metabase/metabase:latest | Run: az deployment group what-if --template-file infra/metabase/main.bicep
Metabase on Azure
by walnut co
Generate modular Azure Bicep IaC to deploy Metabase on Azure Container Apps with PostgreSQL.
$5
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Scaffold production-ready Bicep files for Metabase on Azure Container Apps.
- Configure Azure Database for PostgreSQL with Metabase-required extensions.
- env_vars, terminal automation included
- Ready for Visual Studio Code
- Instant install
See it in action
Generated: infra/metabase/main.bicep Generated: infra/metabase/modules/postgres.bicep Parameter Worksheet: | Parameter | Source | | dbAdminPassword | Key Vault | | metabaseImage | metabase/metabase:latest | Run: az deployment group what-if --template-file infra/metabase/main.bicep
About This Skill
What 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.
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
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.
Known Limitations
Doesnt deploy VNET, Private network endpoints.
How to Install
unzip metabase-on-azure.zip -d ~/.claude/skills/Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Visual Studio Code, Bicep, Azure Environment
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.