Deploy-Azure-WebsiteAndDatabase.parameters.json

In our parameters file, we provide the hosting plan name and a username and password for the SQL instance:

{  "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",  "contentVersion": "1.0.0.0",  "parameters": {    "hostingPlanName": {      "value": "Demo_Hosting_Plan"    },    "administratorLogin": {      "value": "sqlAdmin"    },    "databaseName": {      "value": "Pas@word123"    }  }}

Get Hands-On Cloud Solutions with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.