This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { |