Skip to content

Commit 106d8aa

Browse files
authored
Merge pull request #102286 from kelleymh/patch-7
Update "Add a disk to a Linux VM" with correct billing impact
2 parents 00c77f5 + d00746c commit 106d8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/add-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: storage
66
ms.subservice: disks
77
ms.collection: linux
88
ms.topic: how-to
9-
ms.date: 06/08/2022
9+
ms.date: 12/05/2022
1010
ms.author: rogarana
1111
---
1212

@@ -154,7 +154,7 @@ In this example, we are using the nano editor, so when you are done editing the
154154
155155
### TRIM/UNMAP support for Linux in Azure
156156

157-
Some Linux kernels support TRIM/UNMAP operations to discard unused blocks on the disk. This feature is primarily useful in standard storage to inform Azure that deleted pages are no longer valid and can be discarded, and can save money if you create large files and then delete them.
157+
Some Linux kernels support TRIM/UNMAP operations to discard unused blocks on the disk. This feature is primarily useful to inform Azure that deleted pages are no longer valid and can be discarded. This feature can save money on disks that are billed based on the amount of consumed storage, such as unmanaged standard disks and disk snapshots. Managed disks are billed based on the size of the disk and hence don't benefit.
158158

159159
There are two ways to enable TRIM support in your Linux VM. As usual, consult your distribution for the recommended approach:
160160

0 commit comments

Comments
 (0)