Skip to content

Commit 8e33a6b

Browse files
authored
Update virtual-machine-scale-sets-faq.yml
1 parent 1a52143 commit 8e33a6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Azure virtual machine scale sets FAQs
3+
title: FAQ for Azure virtual machine scale sets
44
description: Get answers to the most frequently asked questions about virtual machine scale sets in Azure.
55
author: mimckitt
66
ms.author: mimckitt
@@ -11,7 +11,7 @@ metadata:
1111
ms.custom: mimckitt
1212

1313

14-
title: Azure virtual machine scale sets FAQs
14+
title: FAQ for Azure virtual machine scale sets
1515
summary: Get answers to frequently asked questions about virtual machine scale sets in Azure.
1616

1717

@@ -306,12 +306,12 @@ sections:
306306
```
307307
308308
- question: |
309-
What happens to certificates if you reimage a VM?
309+
What happens to certificates if I reimage a VM?
310310
answer: |
311311
If you reimage a VM, certificates are deleted. Reimaging deletes the entire operating system disk.
312312
313313
- question: |
314-
What happens if you delete a certificate from the key vault?
314+
What happens if I delete a certificate from the key vault?
315315
answer: |
316316
If the secret is deleted from the key vault, and then you run `stop deallocate` for all your VMs and then start them again, you encounter a failure. The failure occurs because the CRP needs to retrieve the secrets from the key vault, but it can't. In this scenario, you can delete the certificates from the virtual machine scale set model.
317317
@@ -420,7 +420,7 @@ sections:
420420
- question: |
421421
How do I join a virtual machine scale set to an Active Directory domain?
422422
answer: |
423-
To join a virtual machine scale set to an Active Directory (AD) domain, you can define an extension.
423+
To join a virtual machine scale set to an Active Directory domain, you can define an extension.
424424
425425
To define an extension, use the `JsonADDomainExtension` property:
426426
@@ -452,7 +452,7 @@ sections:
452452
- question: |
453453
My virtual machine scale set extension is trying to install something that requires a reboot. What should I do?
454454
answer: |
455-
You can use the Azure Automation Desired State Configuration (Automation DSC) extension. If the operating system is Windows Server 2012 R2, Azure pulls in the Windows Management Framework (WMF) 5.0 setup, reboots, and then continues with the configuration.
455+
You can use the Azure Automation Desired State Configuration extension. If the operating system is Windows Server 2012 R2, Azure pulls in the Windows Management Framework (WMF) 5.0 setup, reboots, and then continues with the configuration.
456456
457457
- question: |
458458
How do I run a custom script that's hosted in a private storage account?

0 commit comments

Comments
 (0)