aks-engine/parts/agentoutputs.t

17 строки
527 B
Perl
Исходник Обычный вид История

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]"
},
{{end}}
{{if and .IsAvailabilitySets .IsStorageAccount}}
"{{.Name}}StorageAccountOffset": {
"type": "int",
"value": "[variables('{{.Name}}StorageAccountOffset')]"
},
"{{.Name}}StorageAccountCount": {
"type": "int",
"value": "[variables('{{.Name}}StorageAccountsCount')]"
},
{{end}}