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: { } }

Tue, 09 Aug 2022 11:50:58 UTC