Update sqlserver.bicep to use the cheapest SKU by default#9
Update sqlserver.bicep to use the cheapest SKU by default#9danuw wants to merge 1 commit intoAzure-Samples:mainfrom
Conversation
When deploying todo-csharp-sql-swa-func using `azd up`, SQL server instance is on standard pricing at £200 a month. This should align with the other free/cheap SKUs used for other resources at £3.50 a month)
|
This is important to save costs during development. |
|
You should be able do using the template parameters for that but I am quite surprised the default is not set to the cheapest option... Especially since Static app is set to free. That is quite a steep price and does not align with the rest. I hope this gets reviewed and approved soon so others don't get stung without noticing. |
I created PR #10 which allows that. |
|
Thank you for the change @danuw This repository is automatically generated and updated from https://github.com/Azure/azure-dev/tree/main/templates/todo/projects/csharp-sql-swa-func The value you are changing here is defined here: https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/database/sqlserver/sqlserver.bicep#L29 |
|
Hi in the last Pr (#12) I converted this to use the AVM module. That uses a development grade SKU: But I agree this would be better as a serverless SKU more like this (GP_S_Gen5_1): I think this is best to do as a new clean PR synced to latest. If you want to do or collab @danuw please let me know. Otherwise I can quickly make it. |
When deploying todo-csharp-sql-swa-func using
azd up, SQL server instance is on general pricing at £200 a month. This should align with the other free/cheap SKUs used for other resources at £3.50 a month)