Skip to Content
Hands-On Cloud Solutions with Azure
book

Hands-On Cloud Solutions with Azure

by Greg Leonardo
October 2018
Intermediate to advanced
224 pages
5h 22m
English
Packt Publishing
Content preview from Hands-On Cloud Solutions with Azure

Deploy-Azure-WebsiteAndDatabase.template.json

The parameters section is the same as the previous section—it is the input to the template. One minor change is the use of the allowed values element, which helps the DSC to complain before the template is executed in the verification process. Let's look at some of the differences between these sections. We won't review the variables section in our discussion:

{  "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",  "contentVersion": "1.0.0.0",  "parameters": {    "hostingPlanName": {      "type": "string",      "minLength": 1    },    "skuName": {      "type": "string",      "defaultValue": "F1"    },    "skuCapacity": {      "type": "int",      "defaultValue": 1,      "minValue": 1    }, "administratorLogin": ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Azure DevOps Solutions

Implementing Azure DevOps Solutions

Henry Been, Maik van der Gaag
Cloud Native Infrastructure with Azure

Cloud Native Infrastructure with Azure

Nishant Singh, Michael Kehoe
DevOps with Azure

DevOps with Azure

Allen ONeill

Publisher Resources

ISBN: 9781786468659Supplemental Content