Skip to content

Deploy to Azure

Prerequisites

  • Azure CLI authenticated (az login)
  • Subscription active

Deploy

bash
cooper deploy --env prod --cloud azure

What gets created

ResourceSpec
Resource groupGroups all resources
PostgreSQL Flexible ServerBurstable B1ms
Azure Cache for RedisBasic C0
Service BusBasic tier
Storage AccountStandard LRS
Container AppAuto-scaling, external ingress

Cost estimate

+ Azure PostgreSQL   ~$15/mo
+ Azure Redis        ~$13/mo
+ Container App      ~$0/mo (pay per use)

Apache-2.0 Licensed