24
loading...
This website collects cookies to deliver better user experience
Tip: set up Azure budgets to immediately get notified when the costs are higher than you would expect.
Tip: the Azure pricing calculator is a handy tool to quickly click together the required architecture and shows an overview of the required costs.
Note: depending on your setup you might use different resources which could be eligible for autoscaling. This example will only focus on scaling App services and SQL databases, basic components to host e.g. a Digital eXperience Platform like Kentico Xperience.
az appservice plan update --name MyAppServicePlan --resource-group MyResourceGroup --sku F1
az sql db update -g mygroup -s myserver -n mydb --edition Standard --service-objective S1 --max-size 250GB
Note: for more info on how to specify scale configurations check out the Azure CLI documentation for App Service Plans and SQL Databases.
$19.80
per day or $138.60
per week.Note: you might be able to downscale to lower tiers depending on your situation. I recommend testing this thoroughly and optimize the auto-scale configuration.
$9.58
per day (Monday to Friday) / $2.28
(weekend) totaling in $52.46
per week.$138.60
per week, the amount can be reduced by $86.14
per week.24