2016-09-27 04:55:47 +03:00
|
|
|
{{if IsPublic .Ports}}
|
|
|
|
"{{.Name}}FQDN": {
|
|
|
|
"type": "string",
|
|
|
|
"value": "[reference(concat('Microsoft.Network/publicIPAddresses/', variables('{{.Name}}IPAddressName'))).dnsSettings.fqdn]"
|
|
|
|
},
|
2017-03-07 00:01:33 +03:00
|
|
|
{{end}}
|
2017-05-17 23:42:18 +03:00
|
|
|
{{if and .IsAvailabilitySets .IsStorageAccount}}
|
2017-03-07 00:01:33 +03:00
|
|
|
"{{.Name}}StorageAccountOffset": {
|
|
|
|
"type": "int",
|
2017-05-15 21:42:54 +03:00
|
|
|
"value": "[variables('{{.Name}}StorageAccountOffset')]"
|
2017-03-07 00:01:33 +03:00
|
|
|
},
|
|
|
|
"{{.Name}}StorageAccountCount": {
|
|
|
|
"type": "int",
|
2017-05-15 21:42:54 +03:00
|
|
|
"value": "[variables('{{.Name}}StorageAccountsCount')]"
|
2017-03-07 00:01:33 +03:00
|
|
|
},
|
|
|
|
{{end}}
|