Skip to content

Instantly share code, notes, and snippets.

param appName string
@allowed(['dev', 'prod'])
param environment string
param location string
// This is reused between the App Service and the Slot
var appServiceProperties = {
serverFarmId: appServicePlan.id
httpsOnly: true
siteConfig: {