Skip to content

Commit cd5c777

Browse files
committed
Fixing incorrect region, moving to include file.
1 parent aefa5c9 commit cd5c777

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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, devx-track-azurepowershell
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+
- Once you have increased the size of a disk to 4 TiB or larger, it can then be expanded without downtime.
17+
- 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.

0 commit comments

Comments
 (0)