Skip to content

Commit 3793c6d

Browse files
committed
Phrasing and RG
1 parent 329758b commit 3793c6d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

articles/virtual-machines/linux/disks-enabling-shared-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: disks
1111

1212
# Enabling shared disk
1313

14-
This article covers how to enable shared disks on Azure managed disks. Azure shared disks (preview) is a new feature for Azure managed disks that enables you to attach a managed disk to multiple virtual machines (VMs) simultaneously. Attaching a managed disk to multiple VMs allows you to either deploy new or migrate existing clustered applications to Azure.
14+
This article covers how to enable the shared disks (preview) feature for Azure managed disks. Azure shared disks (preview) is a new feature for Azure managed disks that enables you to attach a managed disk to multiple virtual machines (VMs) simultaneously. Attaching a managed disk to multiple VMs allows you to either deploy new or migrate existing clustered applications to Azure.
1515

1616
If you are looking for conceptual information on managed disks that have shared disks enabled, refer to [Azure shared disks](disks-shared-disks.md).
1717
[!INCLUDE [virtual-machines-enabling-shared-disk](../../../includes/virtual-machines-enabling-shared-disk.md)]

articles/virtual-machines/windows/disks-enabling-shared-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: disks
1111

1212
# Enabling shared disk
1313

14-
This article covers how to enable shared disks on Azure managed disks. Azure shared disks (preview) is a new feature for Azure managed disks that enables you to attach a managed disk to multiple virtual machines (VMs) simultaneously. Attaching a managed disk to multiple VMs allows you to either deploy new or migrate existing clustered applications to Azure.
14+
This article covers how to enable the shared disks (preview) feature for Azure managed disks. Azure shared disks (preview) is a new feature for Azure managed disks that enables you to attach a managed disk to multiple virtual machines (VMs) simultaneously. Attaching a managed disk to multiple VMs allows you to either deploy new or migrate existing clustered applications to Azure.
1515

1616
If you are looking for conceptual information on managed disks that have shared disks enabled, refer to [Azure shared disks](disks-shared-disks.md).
1717
[!INCLUDE [virtual-machines-enabling-shared-disk](../../../includes/virtual-machines-enabling-shared-disk.md)]

includes/virtual-machines-enabling-shared-disk.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Once you've deployed a shared disk with `maxShares>1`, you can mount the disk to
7878
$resourceGroup = "myResourceGroup"
7979
$location = "WestCentralUS"
8080
$ppgName = "myPPG"
81-
New-AzResourceGroup -Name $resourceGroup -Location $location
8281
$ppg = New-AzProximityPlacementGroup `
8382
-Location $location `
8483
-Name $ppgName `

0 commit comments

Comments
 (0)