|
|
|
|
|
by nullindividual
867 days ago
|
|
Azure WebApp + Azure SQL Database (or psql or mysql or cosmos w/ or w/o mongodb compat) + queue service of choice, i.e. ServiceBus. Everything highly available/multi-region with automatic failover. Azure Front door or Azure App Gateway, WAFv2 in front of the WebApp. CI/CD from ADO or GHE to the appropriate service. Separate instances for dev/stg/prd. I much prefer to manage PaaS than deal with an OS at any level. |
|