@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.":

Tue, 09 Aug 2022 11:50:57 UTC

1 reply

Replying to @coderbyheart

param location string = resourceGroup().location resource serverFarm
'Microsoft.Web/serverfarms@2022-03-01' = { name: 'myApp' location: location sku:
{ name: 'Y1' tier: 'Dynamic' } properties: { } }