You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the backend address pool to use in the load balancer for this Scale Set.
178
+
The name of the backend address pool to use in the load balancer for this Scale Set. If no value is provided, a new backend pool will be created, with the same name as the Scale Set.
Backend port numer used by the Scale Set load balancer to communicate with VMs in the Scale Set.
193
+
Backend port numbers used by the Scale Set load balancer to communicate with VMs in the Scale Set. If no values are specified, ports 3389 and 5985 will be used for Windows VMS, and port 22 will be used for Linux VMs.
The domain name label for the public Fully-Qualified domain name (FQDN) for this Scale Set.
239
-
This is the first component of the domain name that is automatically assiged to the Scale Set.
240
-
Automatically assigned Domain names use the form (<DomainNameLabel>.<Location>.cloudapp.azure.com).
238
+
The domain name label for the public Fully-Qualified domain name (FQDN) for this Scale Set. This is the first component of the domain name that is automatically assiged to the Scale Set. Automatically assigned Domain names use the form (<DomainNameLabel>.<Location>.cloudapp.azure.com). If no value is supplied, the default domain name label will be the concatenation of <ScaleSetName> and <ResourceGroupName>.
The name of the frontend address pool to usein the Scale Set locad balancer.
253
+
The name of the frontend address pool to usein the Scale Set locad balancer. If no value is supplied, a new Frontend Address Pool will be created, with the same name as the scale set.
The number of VM images in the Scale Set. If no value is provided, 2 instances will be created.
286
284
287
285
```yaml
288
286
Type: Int32
@@ -291,14 +289,13 @@ Aliases:
291
289
292
290
Required: False
293
291
Position: Named
294
-
Default value: None
292
+
Default value: 2
295
293
Accept pipeline input: False
296
294
Accept wildcard characters: False
297
295
```
298
296
299
297
### -LoadBalancerName
300
-
The name of the load balancer to use with this Scale Set. A new load balancer
301
-
will be created if no value is specified.
298
+
The name of the load balancer to use with this Scale Set. A new load balancer using the same name as the Scale Set will be created if no value is specified.
The Azure location where this Scale Set will be created. A default location will be
317
-
used if no value is specified.
313
+
The Azure location where this Scale Set will be created. If no value is specified, the location will be inferredf from the location of other resources referenced in the parameters.
The name of the public IP Address to use with this scale set. A new Public IPAddress will be
333
-
created if no value is provided.
328
+
The name of the public IP Address to use with this scale set. A new Public IPAddress with the same name as the Scale Set will be created if no value is provided.
Specifies the name of the resource group of the VMSS.
343
+
Specifies the name of the resource group of the VMSS. If no value is specified, a new ResourceGroup will be created using the same name as the Scale Set.
The name of the network security group to apply to this Scale Set. If no value is provided,
376
-
a default network security group will be created and applied to the Scale Set.
370
+
The name of the network security group to apply to this Scale Set. If no value is provided, a default network security group with the same name as the Scale Set will be created and applied to the Scale Set.
The name fo the Virtual Network to use with this scale set. If no value is supplied, a new virtual network will be created.
446
+
The name fo the Virtual Network to use with this scale set. If no value is supplied, a new virtual network with the same name as the Scale Set will be created.
The size of the VM instances in this scale set. A default size will be used if no Size is specified.
488
+
The size of the VM instances in this scale set. A default size (Standard_DS1_v2) will be used if no Size is specified.
495
489
496
490
```yaml
497
491
Type: String
@@ -500,13 +494,13 @@ Aliases:
500
494
501
495
Required: False
502
496
Position: Named
503
-
Default value: None
497
+
Default value: Standard_DS1_v2
504
498
Accept pipeline input: False
505
499
Accept wildcard characters: False
506
500
```
507
501
508
502
### -VnetAddressPrefix
509
-
The address prefix for the virtual network used with this Scale Set. Default virtual network address prefix settings will be used if no value is supplied.
503
+
The address prefix for the virtual network used with this Scale Set. Default virtual network address prefix settings (192.168.0.0/16) will be used if no value is supplied.
510
504
511
505
```yaml
512
506
Type: String
@@ -515,13 +509,15 @@ Aliases:
515
509
516
510
Required: False
517
511
Position: Named
518
-
Default value: None
512
+
Default value: 192.168.0.0/16
519
513
Accept pipeline input: False
520
514
Accept wildcard characters: False
521
515
```
522
516
523
517
### -Zone
524
-
A list of availability zones denoting the IP allocated for the resource needs to come from.```yaml
518
+
A list of availability zones denoting the IP allocated for the resource needs to come from.
0 commit comments