Skip to content

Commit 695cb37

Browse files
authored
Merge pull request #178399 from roygara/RegionCorrection
Fixing incorrect region, adding include
2 parents e698441 + 0954e22 commit 695cb37

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

articles/virtual-machines/linux/expand-disks.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 11/02/2021
99
ms.author: rogarana
1010
ms.subservice: disks
11-
ms.custom: ignite-fall-2021
11+
ms.custom: references_regions, ignite-fall-2021
1212
---
1313

1414
# Expand virtual hard disks on a Linux VM with the Azure CLI
@@ -28,11 +28,7 @@ You can now resize your managed disks without deallocating your VM.
2828

2929
The preview for this has the following limitations:
3030

31-
- Currently only available in West US.
32-
- Only supported for data disks.
33-
- Disks smaller than 4 TiB can't be expanded to 4 TiB or larger without downtime.
34-
- Once you have increased the size of a disk to 4 TiB or larger, it can then be expanded without downtime.
35-
- You must install and use either the [latest Azure CLI](/cli/azure/install-azure-cli), [latest Azure PowerShell module](/powershell/azure/install-az-ps), the Azure portal if accessed through [https://aka.ms/iaasexp/DiskLiveResize](https://aka.ms/iaasexp/DiskLiveResize), or an Azure Resource Manager template with an API version that's 2021-04-01 or newer.
31+
[!INCLUDE [virtual-machines-disks-expand-without-downtime-restrictions](../../../includes/virtual-machines-disks-expand-without-downtime-restrictions.md)]
3632

3733
To register for the feature, use the following command:
3834

articles/virtual-machines/windows/expand-os-disk.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: article
99
ms.date: 11/02/2021
1010
ms.author: kirpas
1111
ms.subservice: disks
12-
ms.custom: devx-track-azurepowershell, ignite-fall-2021
12+
ms.custom: devx-track-azurepowershell, references_regions, ignite-fall-2021
1313
---
1414
# How to expand virtual hard disks attached to a Windows virtual machine
1515

@@ -33,12 +33,7 @@ You can now resize your managed disks without deallocating your VM.
3333

3434
The preview for this has the following limitations:
3535

36-
- Currently only available in West Central US.
37-
38-
- Only supported for data disks.
39-
- Disks smaller than 4 TiB can't be expanded to 4 TiB or larger without downtime.
40-
- Once you have increased the size of a disk to 4 TiB or larger, it can then be expanded without downtime.
41-
- You must install and use either the [latest Azure CLI](/cli/azure/install-azure-cli), [latest Azure PowerShell module](/powershell/azure/install-az-ps), the Azure portal if accessed through [https://aka.ms/iaasexp/DiskLiveResize](https://aka.ms/iaasexp/DiskLiveResize), or an Azure Resource Manager template with an API version that's 2021-04-01 or newer.
36+
[!INCLUDE [virtual-machines-disks-expand-without-downtime-restrictions](../../../includes/virtual-machines-disks-expand-without-downtime-restrictions.md)]
4237

4338
To register for the feature, use the following command:
4439

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-machines
5+
author: roygara
6+
ms.service: virtual-machines
7+
ms.topic: include
8+
ms.date: 11/02/2021
9+
ms.author: rogarana
10+
ms.custom: include file
11+
---
12+
13+
- Currently only available in West Central US.
14+
- Only supported for data disks.
15+
- Disks smaller than 4 TiB can't be expanded to 4 TiB or larger without downtime.
16+
- If you increase the size of a disk to 4 TiB or larger, it can then be expanded without downtime.
17+
- Install and use either:
18+
- The [latest Azure CLI](/cli/azure/install-azure-cli)
19+
- The [latest Azure PowerShell module](/powershell/azure/install-az-ps)
20+
- The Azure portal if accessed through [https://aka.ms/iaasexp/DiskLiveResize](https://aka.ms/iaasexp/DiskLiveResize)
21+
- Or an Azure Resource Manager template with an API version that's 2021-04-01 or newer.

0 commit comments

Comments
 (0)