Skip to content

Commit 1870adc

Browse files
committed
Resolve afternoon publish PR warnings
1 parent b90a1d4 commit 1870adc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/automation/troubleshoot/start-stop-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This error can be caused by one of the following reasons:
131131

132132
Review the following list for potential solutions to your problem or places to look:
133133

134-
* When using the [sequence scenario](../automation-solution-vm-management.md#scenario-2-startstop-vms-in-sequence-by-using-tags) of the Start/Stop VM during off hours solution, you must make sure each VM you want to start or stop has the proper tag. Make sure the VMs that you want to start have the `sequencestart` tag and the VMs you want to stop have the `sequencestop` tag. Both tags require a positive integer value. You can use a query similar to the following example to look for all the VMs with the tags and their values.
134+
* When using the [sequence scenario](../automation-solution-vm-management.md#startstop-vms-during-off-hours-solution-in-azure-automation) of the Start/Stop VM during off hours solution, you must make sure each VM you want to start or stop has the proper tag. Make sure the VMs that you want to start have the `sequencestart` tag and the VMs you want to stop have the `sequencestop` tag. Both tags require a positive integer value. You can use a query similar to the following example to look for all the VMs with the tags and their values.
135135

136136
```powershell-interactive
137137
Get-AzureRmResource | ? {$_.Tags.Keys -contains "SequenceStart" -or $_.Tags.Keys -contains "SequenceStop"} | ft Name,Tags
@@ -181,7 +181,7 @@ Take the following steps to ensure that the solution is configured correctly.
181181
2. Make sure the resource groups for the VMs to be started or stopped are in the `External_Start_ResourceGroupNames` or `External_Stop_ResourceGroupNames` variables, depending on your situation.
182182
3. Test your changes by executing the `SequencedStartStop_Parent` runbook with the WHATIF parameter set to True to preview your changes.
183183

184-
For more detailed and additional instructions on how to use the solution to start and stop VMs in sequence, see [Start/Stop VMs in sequence](../automation-solution-vm-management.md#scenario-2-startstop-vms-in-sequence-by-using-tags).
184+
For more detailed and additional instructions on how to use the solution to start and stop VMs in sequence, see [Start/Stop VMs in sequence](../automation-solution-vm-management.md#startstop-vms-during-off-hours-solution-in-azure-automation).
185185

186186
## <a name="403"></a>Scenario: Start/Stop VM job fails with 403 forbidden status
187187

articles/virtual-machines/linux/disk-encryption-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To get started, read the [Azure Disk Encryption overview](disk-encryption-overvi
3232

3333
## What VM sizes and operating systems support Azure Disk Encryption?
3434

35-
The [Azure Disk Encryption overview](disk-encryption-overview.md) article lists the [VM sizes](disk-encryption-overview.md#supported-vm-sizes) and [VM operating systems](disk-encryption-overview.md#supported-operating-systems) that support Azure Disk Encryption.
35+
The [Azure Disk Encryption overview](disk-encryption-overview.md) article lists the [VM sizes](disk-encryption-overview.md#supported-vms) and [VM operating systems](disk-encryption-overview.md#supported-operating-systems) that support Azure Disk Encryption.
3636

3737
## Can I encrypt both boot and data volumes with Azure Disk Encryption?
3838

@@ -49,7 +49,7 @@ No, Azure Disk Encryption only encrypts mounted volumes.
4949
To rotate secrets, just call the same command you used originally to enable disk encryption, specifying a different Key Vault. To rotate the key encryption key, call the same command you used originally to enable disk encryption, specifying the new key encryption.
5050

5151
>[!WARNING]
52-
> - If you have previously used [Azure Disk Encryption with Azure AD app](disk-encryption-linux-aad.md) by specifying Azure AD credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You cant use Azure Disk Encryption on this encrypted VM as this isnt a supported scenario, meaning switching away from AAD application for this encrypted VM isnt supported yet.
52+
> - If you have previously used [Azure Disk Encryption with Azure AD app](disk-encryption-linux-aad.md) by specifying Azure AD credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You can't use Azure Disk Encryption on this encrypted VM as this isn't a supported scenario, meaning switching away from AAD application for this encrypted VM isn't supported yet.
5353
5454
## How do I add or remove a key encryption key if I didn't originally use one?
5555

articles/virtual-machines/linux/disk-encryption-sample-scripts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following table shows which parameters can be used in the PowerShell script:
7676
7777
### Prerequisites for OS disk encryption
7878
79-
* The VM must be using a distribution compatible with OS disk encryption as listed in the [Azure Disk Encryption supported operating systems](disk-encryption-overview.md#supported-vm-sizes)
79+
* The VM must be using a distribution compatible with OS disk encryption as listed in the [Azure Disk Encryption supported operating systems](disk-encryption-overview.md#supported-vms)
8080
* The VM must be created from the Marketplace image in Azure Resource Manager.
8181
* Azure VM with at least 4 GB of RAM (recommended size is 7 GB).
8282
* (For RHEL and CentOS) Disable SELinux. To disable SELinux, see "4.4.2. Disabling SELinux" in the [SELinux User's and Administrator's Guide](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide/sect-Security-Enhanced_Linux-Working_with_SELinux-Changing_SELinux_Modes.html#sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux) on the VM.
@@ -290,7 +290,7 @@ To configure encryption to work with Azure, do the following steps:
290290
```bash
291291
if [ 1 ]; then
292292
```
293-
4. Edit /usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh and append it to # Open LUKS device:
293+
4. Edit /usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh and append it to "# Open LUKS device":
294294
295295
```bash
296296
MountPoint=/tmp-keydisk-mount
@@ -371,7 +371,7 @@ To configure encryption to work with Azure, do the following steps:
371371
```bash
372372
if [ 1 ]; then
373373
```
374-
4. Edit /usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh and append the following after the # Open LUKS device:
374+
4. Edit /usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh and append the following after the "# Open LUKS device":
375375
```bash
376376
MountPoint=/tmp-keydisk-mount
377377
KeyFileName=LinuxPassPhraseFileName
@@ -392,7 +392,7 @@ To configure encryption to work with Azure, do the following steps:
392392
fi
393393
done
394394
```
395-
5. Run the /usr/sbin/dracut -f -v to update the initrd.
395+
5. Run the "/usr/sbin/dracut -f -v" to update the initrd.
396396
397397
![CentOS 7 Setup - run /usr/sbin/dracut -f -v](./media/disk-encryption/centos-encrypt-fig5.png)
398398

articles/virtual-machines/windows/disk-encryption-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To get started, read the [Azure Disk Encryption overview](disk-encryption-overvi
3131

3232
## What VM sizes and operating systems support Azure Disk Encryption?
3333

34-
The [Azure Disk Encryption overview](disk-encryption-overview.md) article lists the [VM sizes](disk-encryption-overview.md#supported-vm-sizes) and [VM operating systems](disk-encryption-overview.md#supported-operating-systems) that support Azure Disk Encryption.
34+
The [Azure Disk Encryption overview](disk-encryption-overview.md) article lists the [VM sizes](disk-encryption-overview.md#supported-vms) and [VM operating systems](disk-encryption-overview.md#supported-operating-systems) that support Azure Disk Encryption.
3535

3636
## Can I encrypt both boot and data volumes with Azure Disk Encryption?
3737

@@ -48,7 +48,7 @@ No, Azure Disk Encryption only encrypts mounted volumes.
4848
To rotate secrets, just call the same command you used originally to enable disk encryption, specifying a different Key Vault. To rotate the key encryption key, call the same command you used originally to enable disk encryption, specifying the new key encryption.
4949

5050
>[!WARNING]
51-
> - If you have previously used [Azure Disk Encryption with Azure AD app](disk-encryption-windows-aad.md) by specifying Azure AD credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You cant use Azure Disk Encryption on this encrypted VM as this isnt a supported scenario, meaning switching away from AAD application for this encrypted VM isnt supported yet.
51+
> - If you have previously used [Azure Disk Encryption with Azure AD app](disk-encryption-windows-aad.md) by specifying Azure AD credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You can't use Azure Disk Encryption on this encrypted VM as this isn't a supported scenario, meaning switching away from AAD application for this encrypted VM isn't supported yet.
5252
5353
## How do I add or remove a key encryption key if I didn't originally use one?
5454

0 commit comments

Comments
 (0)