Skip to content

Commit ab75abd

Browse files
committed
Fixing rest of portal.
1 parent a3f383f commit ab75abd

7 files changed

+14
-13
lines changed

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

Lines changed: 4 additions & 4 deletions
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-azurecli, devx-track-azurepowershell
77
ms.topic: how-to
8-
ms.date: 06/21/2023
8+
ms.date: 08/01/2023
99
ms.author: rogarana
1010
---
1111

@@ -192,10 +192,10 @@ Follow these steps:
192192
1. Sign in to the [Azure portal](https://portal.azure.com).
193193
1. Select the VM from the list of **Virtual machines**.
194194
1. If the VM isn't stopped, select **Stop** at the top of the VM **Overview** pane, and wait for the VM to stop.
195-
1. In the pane for the VM, select **Disks** from the menu.
195+
1. In the pane for the VM, select **Disks** under **Settings**.
196196
1. Select the disk that you want to convert.
197-
1. Select **Size + performance** from the menu.
198-
1. Change the **Account type** from the original disk type to the desired disk type.
197+
1. Select **Size + performance** under **Settings**.
198+
1. Change the **Storage type** from the original disk type to the desired disk type.
199199
1. Select **Save**, and close the disk pane.
200200

201201
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: 4 additions & 3 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: 02/22/2023
6+
ms.date: 08/01/2023
77
ms.topic: how-to
88
ms.author: rogarana
99
ms.service: azure-disk-storage
@@ -51,11 +51,12 @@ 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**, and then select the disk you want to encrypt.
54+
1. After the VM has finished stopping, select **Disks** under **Settings**, 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** and under **Key management** select your key vault and key in the drop-down list, under **Customer-managed key**.
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**.
5960
1. Select **Save**.
6061

6162
:::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: 02/06/2023
6+
ms.date: 08/01/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**.
58+
1. Select **Encryption** under **Settings**.
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-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: 03/14/2023
7+
ms.date: 08/01/2023
88
ms.author: rogarana
99
ms.custom: devx-track-azurepowershell
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/30/2022
7+
ms.date: 08/01/2023
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**.
45+
1. Select **Size + Performance** under **Settings**.
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: 05/23/2023
7+
ms.date: 08/01/2023
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---
-134 KB
Loading

0 commit comments

Comments
 (0)