Skip to content

Commit 5774199

Browse files
Merge pull request #293468 from khdownie/patch-3
Update understanding-billing.md
2 parents 87e1ef8 + dcf9677 commit 5774199

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/files/understanding-billing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Snapshots are always differential from the live share and from each other. In th
181181

182182
Some value-added services for Azure Files use snapshots as part of their value proposition. See [value-added services for Azure Files](#value-added-services) for more information.
183183

184-
### Provisioned v2 soft-delete
185-
Deleted file shares in storage accounts with soft-delete enabled are billed based on the used storage capacity of the deleted share for the duration of the soft-delete period. To ensure that a deleted file share can always be restored, the provisioned storage, IOPS, and throughput of the share count against the storage account's limits until the file share is purged, however are not billed. For more information on soft-delete, see [How to enable soft delete on Azure file shares](storage-files-enable-soft-delete.md).
184+
### Provisioned v2 soft delete
185+
Deleted file shares in storage accounts with soft-delete enabled are billed based on the used storage capacity of the deleted share for the duration of the soft delete period. To ensure that a deleted file share can always be restored, the provisioned storage, IOPS, and throughput of the share count against the storage account's limits until the file share is purged, however are not billed. For more information on soft delete, see [How to enable soft delete on Azure file shares](storage-files-enable-soft-delete.md).
186186

187187
### Provisioned v2 billing meters
188188
File shares provisioned using the provisioned v2 billing model are billed against the following five billing meters:
@@ -204,7 +204,7 @@ Consumption against the provisioned v2 billing meters are emitted hourly in term
204204
- 31 day month: 761,856 units against the **Provisioned Storage** meter.
205205

206206
### Provisioned v2 migrations
207-
Migrating your SMB Azure file shares from a pay-as-you-go model to the provisioned v2 billing model is similar to migrating file shares between storage accounts. We recommend [using Robocopy](storage-files-migration-robocopy.md).
207+
Migrating your SMB Azure file shares from a pay-as-you-go model to the provisioned v2 billing model involves the same process as migrating file shares from any other SMB source. See [Migrate to SMB Azure file shares](storage-files-migration-overview.md). We recommend using [Robocopy](storage-files-migration-robocopy.md) or [Azure Storage Mover](migrate-files-storage-mover.md).
208208

209209
## Provisioned v1 model
210210
The provisioned v1 method provides storage, IOPS, and throughput in a fixed ratio to each other, similar to how storage is purchased in an on-premises storage solution. When you create a new provisioned v1 file share, you specify how much storage your share needs, and IOPS and throughput are computed values. The provisioned v1 model for Azure Files is only available for SSD file shares.
@@ -282,8 +282,8 @@ Azure Files supports snapshots, which are similar to volume shadow copies (VSS)
282282

283283
Snapshots are always differential from the live share and from each other. In the provisioned v1 billing model, the total differential size is billed against a usage meter, regardless of how much provisioned storage is unused. The used snapshot storage meter has a reduced price over the provisioned storage price.
284284

285-
### Provisioned v1 soft-delete
286-
Deleted file shares in storage accounts with soft-delete enabled are billed based on the used storage capacity of the deleted share for the duration of the soft-delete period. The soft-deleted usage storage capacity is emitted against the used snapshot storage meter. For more information on soft-delete, see [How to enable soft delete on Azure file shares](storage-files-enable-soft-delete.md).
285+
### Provisioned v1 soft delete
286+
Deleted file shares in storage accounts with soft-delete enabled are billed based on the used storage capacity of the deleted share for the duration of the soft delete period. The soft-deleted usage storage capacity is emitted against the used snapshot storage meter. For more information on soft delete, see [How to enable soft delete on Azure file shares](storage-files-enable-soft-delete.md).
287287

288288
### Provisioned v1 billing meters
289289
File shares provisioned using the provisioned v1 billing model are billed against the following two meters:

0 commit comments

Comments
 (0)