Help language development. Donate to The Perl Foundation

Sparrowdo::VSTS::YAML::Update::Azure::SSL cpan:MELEZHIK last updated on 2018-09-07

resources/update-cert.json
{
  "\$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__"
        }
    }
  ]
}