You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

102 lines
2.4 KiB

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "your_sf_name"
},
"clusterLocation": {
"value": "westeurope"
},
"computeLocation": {
"value": "westeurope"
},
"adminUserName": {
"value": "eshop"
},
"adminPassword": {
"value": "your_admin_password"
},
"nicName": {
"value": "NIC-eshopsflinsec"
},
"publicIPAddressName": {
"value": "eshopsflinsec-PubIP"
},
"dnsName": {
"value": "your_sf_dns"
},
"virtualNetworkName": {
"value": "VNet-eshopsflinsec"
},
"lbName": {
"value": "LB-eshopsflinsec"
},
"lbIPName": {
"value": "LBIP-eshopsflinsec"
},
"sourceVaultValue": {
"value": ""
},
"certificateUrlValue": {
"value": ""
},
"certificateThumbprint": {
"value": ""
},
"vmImageSku": {
"value": "16.04-LTS"
},
"vmImageVersion": {
"value": "latest"
},
"vmImagePublisher": {
"value": "Canonical"
},
"nt0ephemeralStartPort": {
"value": 49152
},
"nt0ephemeralEndPort": {
"value": 65534
},
"nt0applicationStartPort": {
"value": 20000
},
"nt0applicationEndPort": {
"value": 30000
},
"nt0fabricTcpGatewayPort": {
"value": 19000
},
"nt0fabricHttpGatewayPort": {
"value": 19080
},
"webMvcHttpPort": {
"value": 5100
},
"webSpaHttpPort": {
"value": 5104
},
"webStatusHttpPort": {
"value": 5107
},
"IdSrvHttpRule": {
"value": 5105
},
"BasketApiHttpRule": {
"value": 5103
},
"CatalogApiHttpRule": {
"value": 5101
},
"OrderingApiHttpRule": {
"value": 5102
},
"MarketingApiHttpRule": {
"value": 5110
},
"LocationsApiHttpRule": {
"value": 5109
}
}
}