Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 865 Bytes

File metadata and controls

13 lines (7 loc) · 865 Bytes

Vaultwarden on Azure Container Apps

This repo contains the bicep files to deploy Vaultwarden on an Azure Container App. It also contains an empty SQLite database required to setup Vaultwarden using an Azure file share.

For more details visit my blog post: https://blog.mwiedemeyer.de/post/2023/Vaultwarden-Bitwarden-on-Azure-Container-Apps/

To run this template you can execute:

az deployment group create --resource-group YOU_RESOURCE_GROUP_NAME --template-file main.bicep

or click this button:

Deploy to Azure