Skip to content

Commit

Permalink
Removing public IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitarella Matthew (0614712) authored and Vitarella Matthew (0614712) committed Sep 27, 2021
1 parent 874e5fc commit d51f00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ips/kibana-ip-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
],
"outputs": {
"fqdn": {
"condition": "[equals(parameters('kibanaPublicIp'), 'Yes')]",
"value": "[concat(variables('https'), reference(variables('publicIpName')).dnsSettings.fqdn, ':5601')]",
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions src/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,7 @@
}
},
"kibanaIp": {
"condition": "[equals(parameters('kibanaPublicIp'), 'Yes')]",
"value": "[reference('kibana-ip').outputs.fqdn.value]"
},
"sharedStorageAccount": {
Expand Down

0 comments on commit d51f00c

Please sign in to comment.