Skip to content

Commit 9c4056a

Browse files
committed
edit pass
1 parent ad1e4b9 commit 9c4056a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-faq.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ sections:
2121
- question: |
2222
How many VMs can I have in a scale set?
2323
answer: |
24-
A scale set can have 0 to 1,000 VMs based on platform images, or 0 to 600 VMs based on custom images.
24+
A scale set can have 0 to 1,000 virtual machines (VMs) based on platform images, or 0 to 600 VMs based on custom images.
2525
2626
- question: |
2727
Are data disks supported within scale sets?
2828
answer: |
29-
Yes. A scale set can define an attached data disks configuration that applies to all VMs in the set. For more information, see [Azure scale sets and attached data disks](virtual-machine-scale-sets-attached-disks.md). Other options for storing data include:
29+
Yes. A scale set can define the configuration of an attached data disk that applies to all VMs in the set. For more information, see [Azure scale sets and attached data disks](virtual-machine-scale-sets-attached-disks.md). Other options for storing data include:
3030
31-
* Azure files (SMB shared drives)
31+
* Azure Files (SMB shared drives)
3232
* Azure shared disks
33-
* OS drive
33+
* Operating system drive
3434
* Temp drive (local, not backed by Azure Storage)
35-
* Azure data service (for example, Azure tables, Azure blobs)
36-
* External data service (for example, remote database)
35+
* Azure data service (for example, Azure Table Storage or Azure Blob Storage)
36+
* External data service (for example, a remote database)
3737
3838
- question: |
3939
Which Azure regions support scale sets?
@@ -43,12 +43,12 @@ sections:
4343
- question: |
4444
How do I create a scale set by using a custom image?
4545
answer: |
46-
Create and capture a VM image, then use that as the source for your scale set. For a tutorial on how to create and use a custom VM image, you can use the [Azure CLI](tutorial-use-custom-image-cli.md) or [Azure PowerShell](tutorial-use-custom-image-powershell.md)
46+
Create and capture a VM image, and then use that as the source for your scale set. For a tutorial on how to create and use a custom VM image, you can use the [Azure CLI](tutorial-use-custom-image-cli.md) or [Azure PowerShell](tutorial-use-custom-image-powershell.md).
4747
4848
- question: |
4949
If I reduce my scale set capacity from 20 to 15, which VMs are removed?
5050
answer: |
51-
By default, virtual machines are removed from the scale set evenly across availability zones (if the scale set is deployed in zonal configuration) and fault domains to maximize availability. VMs with the highest IDs are removed first.
51+
By default, virtual machines are removed from the scale set evenly across availability zones (if the scale set is deployed in zonal configuration) and fault domains, to maximize availability. VMs with the highest IDs are removed first.
5252
5353
You can change the order of virtual machine removal by specifying a [scale-in policy](virtual-machine-scale-sets-scale-in-policy.md) for the scale set.
5454
@@ -65,30 +65,30 @@ sections:
6565
- question: |
6666
Do scale sets work with Azure availability sets?
6767
answer: |
68-
A regional (non-zonal) scale set uses *placement groups*, which act as an implicit availability set with five fault domains and five update domains. Scale sets of more than 100 VMs span multiple placement groups. For more information about placement groups, see [Working with large virtual machine scale sets](virtual-machine-scale-sets-placement-groups.md). An availability set of VMs can exist in the same virtual network as a scale set of VMs. A common configuration is to put control node VMs (which often require unique configuration) in an availability set and put data nodes in the scale set.
68+
A regional (non-zonal) scale set uses *placement groups*, which act as an implicit availability set with five fault domains and five update domains. Scale sets of more than 100 VMs span multiple placement groups. For more information about placement groups, see [Working with large virtual machine scale sets](virtual-machine-scale-sets-placement-groups.md). An availability set of VMs can exist in the same virtual network as a scale set of VMs. A common configuration is to put control node VMs (which often require unique configuration) in an availability set, and put data nodes in the scale set.
6969
7070
- question: |
7171
Do scale sets work with Azure availability zones?
7272
answer: |
73-
Yes! For more information, see the [scale set zone doc](./virtual-machine-scale-sets-use-availability-zones.md).
73+
Yes. For more information, see the [scale set zone doc](./virtual-machine-scale-sets-use-availability-zones.md).
7474
7575
7676
- name: Autoscale
7777
questions:
7878
- question: |
79-
What are best practices for Azure Autoscale?
79+
What are best practices for Azure autoscale?
8080
answer: |
81-
For best practices for Autoscale, see [Best practices for autoscaling virtual machines](../azure-monitor/autoscale/autoscale-best-practices.md).
81+
See [Best practices for autoscaling virtual machines](../azure-monitor/autoscale/autoscale-best-practices.md).
8282
8383
- question: |
8484
Where do I find metric names for autoscaling that uses host-based metrics?
8585
answer: |
86-
For metric names for autoscaling that uses host-based metrics, see [Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
86+
See [Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
8787
8888
- question: |
8989
Are there any examples of autoscaling based on an Azure Service Bus topic and queue length?
9090
answer: |
91-
Yes. For examples of autoscaling based on an Azure Service Bus topic and queue length, see [Azure Monitor autoscaling common metrics](../azure-monitor/autoscale/autoscale-common-metrics.md).
91+
Yes. For these examples, see [Azure Monitor autoscaling common metrics](../azure-monitor/autoscale/autoscale-common-metrics.md).
9292
9393
For a Service Bus queue, use the following JSON:
9494
@@ -112,7 +112,7 @@ sections:
112112
- question: |
113113
Should I autoscale by using host-based metrics or a diagnostics extension?
114114
answer: |
115-
You can create an autoscale setting on a VM to use host-level metrics or guest OS-based metrics.
115+
You can create an autoscale setting on a VM to use host-level metrics, or metrics based on a guest operating system.
116116
117117
For a list of supported metrics, see [Azure Monitor autoscaling common metrics](../azure-monitor/autoscale/autoscale-common-metrics.md).
118118
@@ -125,24 +125,24 @@ sections:
125125
- question: |
126126
How do I set alert rules on a virtual machine scale set?
127127
answer: |
128-
You can create alerts on metrics for virtual machine scale sets via PowerShell or Azure CLI. For more information, see [Azure Monitor PowerShell quickstart samples](../azure-monitor/powershell-samples.md#create-metric-alerts) and [Azure Monitor cross-platform CLI quickstart samples](../azure-monitor/cli-samples.md#work-with-alerts).
128+
You can create alerts on metrics for virtual machine scale sets via PowerShell or the Azure CLI. For more information, see [Azure Monitor PowerShell quickstart samples](../azure-monitor/powershell-samples.md#create-metric-alerts) and [Azure Monitor cross-platform CLI quickstart samples](../azure-monitor/cli-samples.md#work-with-alerts).
129129
130-
The TargetResourceId of the virtual machine scale set looks like this:
130+
The `TargetResourceId` of the virtual machine scale set looks like this:
131131
132-
/subscriptions/yoursubscriptionid/resourceGroups/yourresourcegroup/providers/Microsoft.Compute/virtualMachineScaleSets/yourvmssname
132+
*/subscriptions/yoursubscriptionid/resourceGroups/yourresourcegroup/providers/Microsoft.Compute/virtualMachineScaleSets/yourvmssname*
133133
134-
You can choose any VM performance counter as the metric to set an alert for. For more information, see [Guest OS metrics for Resource Manager-based Windows VMs](../azure-monitor/autoscale/autoscale-common-metrics.md#guest-os-metrics-for-resource-manager-based-windows-vms) and [Guest OS metrics for Linux VMs](../azure-monitor/autoscale/autoscale-common-metrics.md#guest-os-metrics-linux-vms) in the [Azure Monitor autoscaling common metrics](../azure-monitor/autoscale/autoscale-common-metrics.md) article.
134+
You can choose any VM performance counter as the metric to set an alert for. For more information, see [Guest operating system metrics for Resource Manager-based Windows VMs](../azure-monitor/autoscale/autoscale-common-metrics.md#guest-os-metrics-for-resource-manager-based-windows-vms) and [Guest operating system metrics for Linux VMs](../azure-monitor/autoscale/autoscale-common-metrics.md#guest-os-metrics-linux-vms) in the [Azure Monitor autoscaling common metrics](../azure-monitor/autoscale/autoscale-common-metrics.md) article.
135135
136136
- question: |
137137
How do I set up autoscale on a virtual machine scale set by using PowerShell?
138138
answer: |
139-
To set up autoscale on a virtual machine scale set by using PowerShell, see [automatically scale a virtual machine scale set](tutorial-autoscale-powershell.md). You can also configure autoscale with the [Azure CLI](tutorial-autoscale-cli.md) and [Azure templates](tutorial-autoscale-template.md)
139+
See [automatically scale a virtual machine scale set](tutorial-autoscale-powershell.md). You can also configure autoscale with the [Azure CLI](tutorial-autoscale-cli.md) and [Azure templates](tutorial-autoscale-template.md).
140140
141141
142142
- question: |
143143
If I have stopped (deallocated) a VM, is that VM started as part of an autoscale operation?
144144
answer: |
145-
No. If autoscale rules require additional VM instances as part of a scale set, a new VM instance is created. VM instances that are stopped (deallocated) are not started as part of an autoscale event. However, those stopped (deallocated) VMs may be deleted as part of an autoscale event that scales in the number of instances, the same way that any VM instance may be deleted based on the order of VM instance ID.
145+
No. If autoscale rules require additional VM instances as part of a scale set, a new VM instance is created. VM instances that are stopped (deallocated) aren't started as part of an autoscale event. However, those stopped (deallocated) VMs can be deleted as part of an autoscale event that scales in the number of instances, in the same way that any VM instance can be deleted based on the order of VM instance IDs.
146146
147147
148148
@@ -177,22 +177,22 @@ sections:
177177
178178
179179
- question: |
180-
How do I use self-signed certificates provisioned for Azure Service Fabric Clusters?
180+
How do I use self-signed certificates provisioned for Azure Service Fabric clusters?
181181
answer: |
182-
For the latest example use the following Azure CLI statement within Azure shell, read Service Fabrics CLI module Example documentation, which will be printed to stdout:
182+
For the latest example, in an Azure shell, use the following Azure CLI statement, which will be printed to stdout:
183183
184184
```azurecli
185185
az sf cluster create -h
186186
```
187187
188-
Self-signed certificates can not be used for distributed trust provided by a Certificate Authority, and should not be used for any Service Fabric Cluster intended to host enterprise production solutions; for additional Service Fabric Security guidance, review [Azure Service Fabric Security Best Practices](../security/fundamentals/service-fabric-best-practices.md) and [Service Fabric cluster security scenarios](../service-fabric/service-fabric-cluster-security.md).
188+
Self-signed certificates can't be used for distributed trust provided by a certificate authority, and shouldn't be used for any Service Fabric cluster intended to host enterprise production solutions. For additional security guidance, review [Azure Service Fabric security best practices](../security/fundamentals/service-fabric-best-practices.md) and [Service Fabric cluster security scenarios](../service-fabric/service-fabric-cluster-security.md).
189189
190190
- question: |
191-
Can I specify an SSH key pair to use for SSH authentication with a Linux virtual machine scale set from a Resource Manager template?
191+
For SSH authentication with a Linux virtual machine scale set from a Resource Manager template, can I specify an SSH key pair to use?
192192
answer: |
193-
Yes. The REST API for **osProfile** is similar to the standard VM REST API.
193+
Yes. The REST API for `osProfile` is similar to the standard VM REST API.
194194
195-
Include **osProfile** in your template:
195+
Include `osProfile` in your template:
196196
197197
```json
198198
"osProfile": {

0 commit comments

Comments
 (0)