Skip to content

Commit bef53ea

Browse files
committed
Update note syntax.
1 parent 85a6012 commit bef53ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/resize-persistent-volume-claim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: how-to
1515

1616
This article explains how to resize an existing persistent volume to increase its size by editing the `PersistentVolumeClaim` (PVC) object.
1717

18-
> [Note]
18+
> [!NOTE]
1919
> Resizing PVCs using this method only works your `StorageClass` supports `AllowVolumeExpansion=True`.
2020
2121
When you deploy an Azure Arc enabled SQL managed instance, you can configure the size of the persistent volume (PV) for `data`, `logs`, `datalogs`, and `backups`. The deployment creates these volumes based on the values set by parameters `--volume-size-data`, `--volume-size-logs`, `--volume-size-datalogs`, and `--volume-size-backups`. When these volumes become full, you will need to resize the `PersistentVolumes`. Azure Arc enabled SQL Managed Instance is deployed as part of a `Statefulsets` for both General Purpose or Business Critical service tiers. Kubernetes supports automatic resizing for persistent volumes but not for volumes attached to `StatefulSets`.

0 commit comments

Comments
 (0)