зеркало из https://github.com/Azure/azurehpc.git
Use Standard SKU Public IP as default
This commit is contained in:
Родитель
b6302befc6
Коммит
980c30ac3e
|
@ -564,7 +564,12 @@ class ArmTemplate:
|
|||
"location": loc,
|
||||
"dependsOn": [],
|
||||
"tags": gtags,
|
||||
"sku": {
|
||||
"name": "Standard",
|
||||
"tier": "Regional"
|
||||
},
|
||||
"properties": {
|
||||
"publicIPAllocationMethod": "Static",
|
||||
"dnsSettings": {
|
||||
"domainNameLabel": dnsname
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче