Azure Vaultwarden
Deploy Vaultwarden (an unofficial Bitwarden-compatible server) on Azure App Service with all necessary supporting infrastructure.
Quick Deploy
Deploy directly to Azure with one click:
Documentation
- Architecture Overview — Architecture, security, scaling, and cost details
- Backup and Recovery — PostgreSQL backup and restore procedures
- Testing Guide — Post-deployment verification procedures
- Quick Reference — Common commands for day-to-day operations
Deployment Methods
1. One-Click Deploy (Quick Start)
- Uses the ARM template compiled from Bicep and hosted on this site
- Best for quick testing, demos, and personal use
- Deploy with the button above or via Azure Portal
2. Azure CLI with Bicep (Recommended for Production)
- Uses
bicep/main.bicepwith Azure Verified Modules - Best for production, scripted/repeatable deployments
- See the GitHub repository README for the
az deployment group createcommand and full parameter list
Source Code
Visit the GitHub repository for the full source code, Bicep templates, and contribution guidelines.