@BicepLang It's a bit annoying that you need to
have an empty properties in this template so the deploy does not fail with
"Object reference not set to an instance of an object.":
1 reply
param location string = resourceGroup().location resource serverFarm
'Microsoft.Web/serverfarms@2022-03-01' = { name: 'myApp' location: location sku:
{ name: 'Y1' tier: 'Dynamic' } properties: { } }