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
Copy file name to clipboardExpand all lines: articles/virtual-machine-scale-sets/virtual-machine-scale-sets-faq.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### YamlMime:FAQ
2
2
metadata:
3
-
title: Azure virtual machine scale sets FAQs
3
+
title: FAQ for Azure virtual machine scale sets
4
4
description: Get answers to the most frequently asked questions about virtual machine scale sets in Azure.
5
5
author: mimckitt
6
6
ms.author: mimckitt
@@ -11,7 +11,7 @@ metadata:
11
11
ms.custom: mimckitt
12
12
13
13
14
-
title: Azure virtual machine scale sets FAQs
14
+
title: FAQ for Azure virtual machine scale sets
15
15
summary: Get answers to frequently asked questions about virtual machine scale sets in Azure.
16
16
17
17
@@ -306,12 +306,12 @@ sections:
306
306
```
307
307
308
308
- question: |
309
-
What happens to certificates if you reimage a VM?
309
+
What happens to certificates if I reimage a VM?
310
310
answer: |
311
311
If you reimage a VM, certificates are deleted. Reimaging deletes the entire operating system disk.
312
312
313
313
- 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?
315
315
answer: |
316
316
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.
317
317
@@ -420,7 +420,7 @@ sections:
420
420
- question: |
421
421
How do I join a virtual machine scale set to an Active Directory domain?
422
422
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.
424
424
425
425
To define an extension, use the `JsonADDomainExtension` property:
426
426
@@ -452,7 +452,7 @@ sections:
452
452
- question: |
453
453
My virtual machine scale set extension is trying to install something that requires a reboot. What should I do?
454
454
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.
456
456
457
457
- question: |
458
458
How do I run a custom script that's hosted in a private storage account?
0 commit comments