Help language development. Donate to The Perl Foundation
{ "\$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "resources": [ { "type":"Microsoft.Web/sites/hostnameBindings", "name":"[% app_service %]/[% domain %]", "apiVersion":"2016-03-01", "location":"[resourceGroup().location]", "properties": { "sslState":"SniEnabled", "thumbprint":"__thumbprint__" } } ] }