Automating things using bicep for Azure deployment can be hard.
While it is trivially easy to find out how to configure maintenance windows for an SQL database using the Azure Portal directly, it is equally hard to find out how to set it using bicep deployment
No direct search gives any relevant links (apart from saying the the maintenanceConfigurationId
in the bicep-file must a “string”)
Continue reading “Azure Bicep Deployment – Maintenance Windows for sql-databases”