{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "apiVersion": { "value": "2017-06-01" }, "sku": { "value": "Standard" }, "domainConfigurationType": { "value": "FullySynced" }, "domainName": { "value": "aadtest001getsh.onmicrosoft.com" }, "filteredSync": { "value": "Disabled" }, "location": { "value": "westeurope" }, "notificationSettings": { "value": { "notifyGlobalAdmins": "Enabled", "notifyDcAdmins": "Enabled", "additionalRecipients": [ "test@test.com" ] } }, "subnetName": { "value": "aadds-subnet" }, "vnetName": { "value": "aadds-vnet" }, "vnetAddressPrefixes": { "value": [ "10.0.0.0/24" ] }, "subnetAddressPrefix": { "value": "10.0.0.0/24" }, "nsgName": { "value": "aadds-nsg" } } }