Skip to content

Commit 464f81e

Browse files
authored
Update virtual-machine-scale-sets-networking.md
1 parent 2d47985 commit 464f81e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,14 @@ To create a scale set using an Azure template, make sure the API version of the
133133
"publicIpAddressConfiguration": {
134134
"name": "pub1",
135135
"sku" {
136-
"name": "Standard",
137-
"tier": "Regional"
136+
"name": "Standard"
138137
},
139138
"properties": {
140139
"idleTimeoutInMinutes": 15
141140
}
142141
}
143142
```
144-
Note when virtual machine scale sets with public IPs per instance are created with a load balancer in front, the SKU of the instance IPs is determined by the SKU of the Load Balancer (i.e. Basic or Standard). If the virtual machine scale set is created without a load balancer, the SKU of the instance IPs can be set directly by using the SKU section of the template as shown above.
143+
Note when virtual machine scale sets with public IPs per instance are created with a load balancer in front, the of the instance IPs is determined by the SKU of the Load Balancer (i.e. Basic or Standard). If the virtual machine scale set is created without a load balancer, the SKU of the instance IPs can be set directly by using the SKU section of the template as shown above.
145144

146145
Example template using a Basic Load Balancer: [vmss-public-ip-linux](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vmss-public-ip-linux)
147146

0 commit comments

Comments
 (0)