Skip to content

Commit 3cdac49

Browse files
authored
Merge pull request #247833 from roygara/undoingScreen
Undoing screenshots
2 parents f6ebe9f + 89193fc commit 3cdac49

File tree

27 files changed

+27
-28
lines changed

27 files changed

+27
-28
lines changed

articles/virtual-machines/disks-convert-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ Follow these steps:
193193
1. Sign in to the [Azure portal](https://portal.azure.com).
194194
1. Select the VM from the list of **Virtual machines**.
195195
1. If the VM isn't stopped, select **Stop** at the top of the VM **Overview** pane, and wait for the VM to stop.
196-
1. In the pane for the VM, select **Disks** under **Settings**.
196+
1. In the pane for the VM, select **Disks** from the menu.
197197
1. Select the disk that you want to convert.
198-
1. Select **Size + performance** under **Settings**.
199-
1. Change the **Storage type** from the original disk type to the desired disk type.
198+
1. Select **Size + performance** from the menu.
199+
1. Change the **Account type** from the original disk type to the desired disk type.
200200
1. Select **Save**, and close the disk pane.
201201

202202
The disk type conversion is instantaneous. You can start your VM after the conversion.

articles/virtual-machines/disks-enable-customer-managed-keys-portal.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure portal - Enable customer-managed keys with SSE - managed disks
33
description: Enable customer-managed keys on your managed disks through the Azure portal.
44
author: roygara
55

6-
ms.date: 08/02/2023
6+
ms.date: 02/22/2023
77
ms.topic: how-to
88
ms.author: rogarana
99
ms.service: azure-disk-storage
@@ -51,12 +51,11 @@ The VM deployment process is similar to the standard deployment process, the onl
5151

5252
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-stop-vm-to-encrypt-disk-fix.png" alt-text="Screenshot of the main overlay for your example VM, with the Stop button highlighted." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-stop-vm-to-encrypt-disk-fix.png":::
5353

54-
1. After the VM has finished stopping, select **Disks** under **Settings**, and then select the disk you want to encrypt.
54+
1. After the VM has finished stopping, select **Disks**, and then select the disk you want to encrypt.
5555

5656
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-existing-disk-select.png" alt-text="Screenshot of your example VM, with the Disks pane open, the OS disk is highlighted, as an example disk for you to select." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-existing-disk-select.png":::
5757

58-
1. Select **Encryption** under **Settings**.
59-
1. Under **Key management** select your key vault and key in the drop-down list, under **Customer-managed key**.
58+
1. Select **Encryption** and under **Key management** select your key vault and key in the drop-down list, under **Customer-managed key**.
6059
1. Select **Save**.
6160

6261
:::image type="content" source="media/virtual-machines-disk-encryption-portal/server-side-encryption-encrypt-existing-disk-customer-managed-key.png" alt-text="Screenshot of your example OS disk, the encryption pane is open, encryption at rest with a customer-managed key is selected, as well as your example Azure Key Vault." lightbox="media/virtual-machines-disk-encryption-portal/server-side-encryption-encrypt-existing-disk-customer-managed-key.png":::

articles/virtual-machines/disks-enable-double-encryption-at-rest-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable double encryption at rest - Azure portal - managed disks
33
description: Enable double encryption at rest for your managed disk data using the Azure portal.
44
author: roygara
55

6-
ms.date: 08/02/2023
6+
ms.date: 02/06/2023
77
ms.topic: how-to
88
ms.author: rogarana
99
ms.service: azure-disk-storage
@@ -55,7 +55,7 @@ Double encryption at rest isn't currently supported with either Ultra Disks or P
5555
:::image type="content" source="media/virtual-machines-disks-double-encryption-at-rest-portal/disk-encryption-notification-success.png" alt-text="Screenshot of successful permission and role assignment for your key vault." lightbox="media/virtual-machines-disks-double-encryption-at-rest-portal/disk-encryption-notification-success.png":::
5656

5757
1. Navigate to your disk.
58-
1. Select **Encryption** under **Settings**.
58+
1. Select **Encryption**.
5959
1. For **Key management**, select one of the keys under **Platform-managed and customer-managed keys**.
6060
1. select **Save**.
6161

articles/virtual-machines/disks-enable-host-based-encryption-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use encryption at host to enable end-to-end encryption on your Azur
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/02/2023
7+
ms.date: 03/28/2023
88
ms.author: rogarana
99
ms.custom: references_regions
1010
---
@@ -116,7 +116,7 @@ You've now deployed a VM with encryption at host enabled using customer-managed
116116

117117
Deallocate your VM first, encryption at host can't be disabled unless your VM is deallocated.
118118

119-
1. On your VM, select **Disks** under **Settings**, and then select **Additional settings**.
119+
1. On your VM, select **Disks** and then select **Additional settings**.
120120

121121
:::image type="content" source="media/virtual-machines-disks-encryption-at-host-portal/disks-encryption-host-based-encryption-additional-settings.png" alt-text="Screenshot of the Disks pane on a VM, Additional Settings is highlighted.":::
122122

articles/virtual-machines/disks-enable-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Increase the performance of Azure Premium SSDs and Standard SSD/HDD
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/01/2023
7+
ms.date: 03/14/2023
88
ms.author: rogarana
99
ms.custom: devx-track-azurepowershell
1010
---

articles/virtual-machines/disks-enable-private-links-for-import-export-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Enable Private Link for your managed disks with Azure portal. This
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/02/2023
7+
ms.date: 03/31/2023
88
ms.author: rogarana
99
---
1010

articles/virtual-machines/disks-performance-tiers-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to change performance tiers for new and existing managed
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/01/2023
7+
ms.date: 08/30/2022
88
ms.author: rogarana
99
ms.custom: references_regions
1010
---
@@ -42,7 +42,7 @@ A disk's performance tier can be changed without downtime, so you don't have to
4242

4343
1. Navigate to the VM containing the disk you'd like to change.
4444
1. Select your disk
45-
1. Select **Size + Performance** under **Settings**.
45+
1. Select **Size + Performance**.
4646
1. In the **Performance tier** dropdown, select a tier other than the disk's current performance tier.
4747
1. Select **Resize**.
4848

articles/virtual-machines/disks-performance-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to change performance tiers for existing managed disks us
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/01/2023
7+
ms.date: 05/23/2023
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---

articles/virtual-machines/linux/attach-disk-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: azure-disk-storage
66
ms.custom: devx-track-linux
77
ms.topic: how-to
8-
ms.date: 07/28/2023
8+
ms.date: 08/09/2023
99
ms.author: rogarana
1010
ms.collection: linux
1111
---

articles/virtual-machines/linux/detach-disk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: azure-disk-storage
66
ms.collection: linux
77
ms.topic: how-to
8-
ms.date: 01/09/2023
8+
ms.date: 08/09/2023
99
ms.author: rogarana
1010
ms.custom: devx-track-azurecli, devx-track-linux
1111
---
@@ -102,11 +102,11 @@ In select regions, the disk detach latency has been reduced, so you'll see an im
102102
## Detach a data disk using the portal
103103

104104
1. In the left menu, select **Virtual Machines**.
105-
1. In the virtual machine blade, select **Disks** under **Settings**.
106-
1. In the **Disks** blade, to the far right of the data disk that you would like to detach, select the detach option, and detach the disk.
107-
1. After the disk has been removed, select **Save**.
105+
1. In the virtual machine blade, select **Disks**.
106+
1. In the **Disks** blade, to the far right of the data disk that you would like to detach, select the detach button, to detach the disk.
107+
1. After the disk has been removed, select **Save** on the top of the blade.
108108

109-
The disk stays in storage but is no longer attached to a virtual machine. The disk isn't deleted.
109+
The disk stays in storage but is no longer attached to a virtual machine. The disk is not deleted.
110110

111111
## Next steps
112112
If you want to reuse the data disk, you can just [attach it to another VM](add-disk.md).

0 commit comments

Comments
 (0)