Skip to content

Commit 4e74661

Browse files
committed
Fixing formatting.
1 parent b4e162a commit 4e74661

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ az feature show --namespace Microsoft.Compute --name LiveResize
7575

7676
### Expand Azure Managed Disk
7777

78-
# [Azure CLI](#tab/azure-cli)
79-
8078
Make sure that you have the latest [Azure CLI](/cli/azure/install-az-cli2) installed and are signed in to an Azure account by using [az login](/cli/azure/reference-index#az-login).
8179

8280
This article requires an existing VM in Azure with at least one data disk attached and prepared. If you do not already have a VM that you can use, see [Create and prepare a VM with data disks](tutorial-manage-disks.md#create-and-attach-disks).
@@ -122,8 +120,6 @@ In the following samples, replace example parameter names such as *myResourceGro
122120
az vm start --resource-group myResourceGroup --name myVM
123121
```
124122
125-
---
126-
127123
## Expand a disk partition and filesystem
128124
> [!NOTE]
129125
> While there are many tools that may be used for performing the partition resizing, the tools detailed in the remainder of this document are the same tools used by certain automated processes such as cloud-init. As described here, the `growpart` tool with the `gdisk` package provides universal compatibility with GUID Partition Table (GPT) disks, as older versions of some tools such as `fdisk` did not support GPT.
@@ -616,6 +612,9 @@ To increase the OS disk size in SUSE 12 SP4, SUSE SLES 12 for SAP, SUSE SLES 15,
616612
tmpfs 93M 0 93M 0% /run/user/1000
617613
```
618614
```
615+
616+
---
617+
619618
## Expanding without downtime classic VM SKU support
620619
621620
If you're using a classic VM SKU, it might not support expanding disks without downtime.

0 commit comments

Comments
 (0)