EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.09k stars 477 forks source link

PSA: Create pitstop databases manually when deploying with azure sql #97

Closed rouke-broersma closed 2 years ago

rouke-broersma commented 3 years ago

Not sure what the best place to post this is, but we noticed today that the 6 databases that are created when you start pitstop against an azure sql single-database server are created as vCore 2CPU a €500/m each 😅 (presumably because azure has no clue what you want when you ask it to create a database using SQL CREATE DATABASE commands and.. just picks the production tier to be safe).

Soo PSA: pre-provision your pitstop databases before deploying against azure sql!