Skip to content

Commit 788eee4

Browse files
Update for servicefabricdeploy.parameters.json files for Windows and Linux
1 parent 4e7bb7a commit 788eee4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"contentVersion": "1.0.0.0",
44
"parameters": {
55
"clusterName": {
6-
"value": "your_sf_name"
6+
"value": "eshopsflinux"
77
},
88
"clusterLocation": {
9-
"value": "westeurope"
9+
"value": "westus"
1010
},
1111
"computeLocation": {
12-
"value": "westeurope"
12+
"value": "westus"
1313
},
1414
"adminUserName": {
1515
"value": "eshop"
1616
},
1717
"adminPassword": {
18-
"value": "your_admin_password"
18+
"value": "your_password"
1919
},
2020
"nicName": {
2121
"value": "NIC-eshoponsflin"
@@ -24,7 +24,7 @@
2424
"value": "eshoponsflin-PubIP"
2525
},
2626
"dnsName": {
27-
"value": "your_sf_dns"
27+
"value": "eshopsflinux"
2828
},
2929
"virtualNetworkName": {
3030
"value": "VNet-eshoponsflin"

deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"contentVersion": "1.0.0.0",
44
"parameters": {
55
"clusterName": {
6-
"value": "eshoponservicefabric"
6+
"value": "eshopsfwindows"
77
},
88
"clusterLocation": {
9-
"value": "westeurope"
9+
"value": "westus"
1010
},
1111
"computeLocation": {
12-
"value": "westeurope"
12+
"value": "westus"
1313
},
1414
"adminUserName": {
1515
"value": "eshop"
@@ -24,7 +24,7 @@
2424
"value": "eshopsfwin-PubIP"
2525
},
2626
"dnsName": {
27-
"value": "eshoponservicefabric"
27+
"value": "eshopsfwindows"
2828
},
2929
"virtualNetworkName": {
3030
"value": "VNet-eshopsfwin"

0 commit comments

Comments
 (0)