ARM Templates set “Always on” and other site properties
Just a quick reminder to myself. In order to set the “always on” property on a Azure Web App when provisioned from an ARM template, the resource should look like this Note the siteConfig element under the “Microsoft.Web/Sites” resource. The following is a list of supported site properties (Note, not […]