{
    "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
    "contentVersion": "1.0.0.0",
    "parameters": {
        "clusterName": {
            "value": "eshoponservicefabric"
        },
        "clusterLocation": {
            "value": "westeurope"
        },
        "computeLocation": {
            "value": "westeurope"
        },
        "adminUserName": {
            "value": "eshop"
        },
        "adminPassword": {
            "value": "YourPassword"
        },
        "nicName": {
            "value": "NIC-eshopsfwin"
        },
        "publicIPAddressName": {
            "value": "eshopsfwin-PubIP"
        },
        "dnsName": {
            "value": "eshopsfwin"
        },
        "virtualNetworkName": {
            "value": "VNet-eshopsfwin"
        },
        "lbName": {
            "value": "LB-eshopsfwin"
        },
        "lbIPName": {
            "value": "LBIP-eshopsfwin"
        },
        "applicationDiagnosticsStorageAccountName": {
            "value": "sfdgeshopsfwin6744"
        },
        "supportLogStorageAccountName": {
            "value": "sflogseshopsfwin3480"
        },
        "vmImageSku": {
            "value": "2016-Datacenter-with-Containers"
        },
        "nt0ephemeralStartPort": {
            "value": 49152
        },
        "nt0ephemeralEndPort": {
            "value": 65534
        },
        "nt0applicationStartPort": {
            "value": 20000
        },
        "nt0applicationEndPort": {
            "value": 30000
        },
        "nt0fabricTcpGatewayPort": {
            "value": 19000
        },
        "nt0fabricHttpGatewayPort": {
            "value": 19080
        },
        "nt0reverseProxyEndpointPort": {
            "value": 19081
        }
    }
}