Template/Linux/parameter.json
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "clusterLocation": { "value": "" }, "clusterName": { "value": "" }, "adminUserName": { "value": "adminuser" }, "adminPassword": { "value": "" }, "vmSku": { "value": "Standard_D2_V2" }, "vmImagePublisher": { "value": "Microsoft.Azure.ServiceFabric" }, "vmImageOffer": { "value": "UbuntuServer" }, "vmImageSku": { "value": "16.04" }, "vmImageVersion": { "value": "6.0.11" }, "loadBalancedAppPort1": { "value": 80 }, "loadBalancedAppPort2": { "value": 8081 }, "certificateStorevalue": { "value": "My" }, "certificateThumbprint": { "value": "99912345o458045827c723047234" }, "sourceVaultvalue": { "value": "/subscriptions/<Sub ID>/resourceGroups/<Resource group name>/providers/Microsoft.KeyVault/vaults/<vault name>" }, "certificateUrlvalue": { "value": "https://<name of the vault>.vault.azure.net:443/secrets/<exact location>" }, "clusterProtectionLevel": { "value": "EncryptAndSign" }, "storageAccountType": { "value": "Standard_LRS" }, "supportLogStorageAccountType": { "value": "Standard_LRS" }, "applicationDiagnosticsStorageAccountType": { "value": "Standard_LRS" }, "nt0InstanceCount": { "value": 5 }, "durabilityLevel": { "value": "Bronze" }, "reliabilityLevel": { "value": "Silver" } } } |