Skip to content

Commit 1a52143

Browse files
committed
edit pass
1 parent 2192ff6 commit 1a52143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ sections:
398398
- question: |
399399
Is there a virtual machine scale set template example that integrates with Azure Monitor Logs?
400400
answer: |
401-
For a virtual machine scale set template example that integrates with Azure Monitor logs, see the second example in [Deploy an Azure Service Fabric cluster and enable monitoring by using Azure Monitor Logs](https://github.com/krnese/AzureDeploy/tree/master/OMS/MSOMS/ServiceFabric).
401+
For a virtual machine scale set template example that integrates with Azure Monitor Logs, see the second example in [Deploy an Azure Service Fabric cluster and enable monitoring by using Azure Monitor Logs](https://github.com/krnese/AzureDeploy/tree/master/OMS/MSOMS/ServiceFabric).
402402
403403
- question: |
404404
How do I add an extension to all VMs in my virtual machine scale set?
@@ -760,7 +760,7 @@ sections:
760760
The main difference is that `deallocate` doesn't delete the virtual hard disks (VHDs). There are storage costs associated with running `stop deallocate`. You might use one or the other for one of the following reasons:
761761
762762
- You want to stop paying compute costs, but you want to keep the disk state of the VMs.
763-
- You want to start a set of VMs more quickly than you could scale out a virtual machine scale set.
763+
- You want to start a set of VMs more quickly than you can scale out a virtual machine scale set.
764764
- Related to this scenario, you might have created your own autoscale engine and want a faster end-to-end scale.
765765
- You have a virtual machine scale set that is unevenly distributed across fault domains or update domains. This might be because you selectively deleted VMs, or because VMs were deleted after overprovisioning. Running `stop deallocate` followed by `start` on the virtual machine scale set evenly distributes the VMs across fault domains or update domains.
766766

0 commit comments

Comments
 (0)