Lint your Bicep and Bicepparam files with GitHub Workflow
Linters are a very powerfull tool to validate if your code is correct. With the new az bicep lint --file $file command you can validate if your Bicep and Bic...
Linters are a very powerfull tool to validate if your code is correct. With the new az bicep lint --file $file command you can validate if your Bicep and Bic...
Create a (free!) App Services Managed Certificate with Bicep An certificates in Azure App Services is bind to an host name, this can be an apex (or naked) d...
The Azure Event Grid now supports MQTT as a protocol for publishing events. This is great news for Home Assistant users as it allows us to connect Home Assis...
Virtual machines in a cloud are most of their time not productively and waiting for some jobs to do. Especially during off-hours when the offices are closed ...