Browse Source

Update for servicefabricdeploy.parameters.json files for Windows and Linux

pull/381/head
Cesar De la Torre 7 years ago
parent
commit
788eee4083
2 changed files with 9 additions and 9 deletions
  1. +5
    -5
      deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json
  2. +4
    -4
      deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json

+ 5
- 5
deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json View File

@ -3,19 +3,19 @@
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "your_sf_name"
"value": "eshopsflinux"
},
"clusterLocation": {
"value": "westeurope"
"value": "westus"
},
"computeLocation": {
"value": "westeurope"
"value": "westus"
},
"adminUserName": {
"value": "eshop"
},
"adminPassword": {
"value": "your_admin_password"
"value": "your_password"
},
"nicName": {
"value": "NIC-eshoponsflin"
@ -24,7 +24,7 @@
"value": "eshoponsflin-PubIP"
},
"dnsName": {
"value": "your_sf_dns"
"value": "eshopsflinux"
},
"virtualNetworkName": {
"value": "VNet-eshoponsflin"


+ 4
- 4
deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json View File

@ -3,13 +3,13 @@
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "eshoponservicefabric"
"value": "eshopsfwindows"
},
"clusterLocation": {
"value": "westeurope"
"value": "westus"
},
"computeLocation": {
"value": "westeurope"
"value": "westus"
},
"adminUserName": {
"value": "eshop"
@ -24,7 +24,7 @@
"value": "eshopsfwin-PubIP"
},
"dnsName": {
"value": "eshoponservicefabric"
"value": "eshopsfwindows"
},
"virtualNetworkName": {
"value": "VNet-eshopsfwin"


Loading…
Cancel
Save