Skip to content

Commit e073099

Browse files
Merge pull request #264739 from normesta/normesta-reg-updates-12
FIxing some links
2 parents 85e6173 + e0854a9 commit e073099

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/storage/blobs/data-lake-storage-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This article provides best practice guidelines that help you optimize performanc
1717

1818
For general suggestions around structuring a data lake, see these articles:
1919

20-
- [Overview of Azure Data Lake Storage for the data management and analytics scenario](/azure/cloud-adoption-framework/scenarios/data-management/best-practices/data-lake-overview?toc=/azure/storage/blobs/toc.json)
21-
- [Provision three Azure Data Lake Storage Gen2 accounts for each data landing zone](/azure/cloud-adoption-framework/scenarios/data-management/best-practices/data-lake-services?toc=/azure/storage/blobs/toc.json)
20+
- [Overview of Azure Data Lake Storage for the data management and analytics scenario](/azure/cloud-adoption-framework/scenarios/data-management/best-practices/data-lake-overview?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json)
21+
- [Provision three Azure Data Lake Storage Gen2 accounts for each data landing zone](/azure/cloud-adoption-framework/scenarios/data-management/best-practices/data-lake-services?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json)
2222

2323
## Find documentation
2424

articles/storage/blobs/object-replication-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,14 @@ Here's a breakdown of the costs. To find the price of each cost component, see [
224224
||Storage cost of the blob and each blob version<sup>1</sup>|
225225
||Cost of network egress<sup>3</sup>|
226226

227-
228-
229-
<sup>1</sup> See [Blob versioning pricing and Billing](versioning-overview.md#pricing-and-billing).
227+
<sup>1</sup> On the source account, if you haven't changed a blob or version's tier, then you're billed for unique blocks of data across that blob, its versions. See [Blob versioning pricing and Billing](versioning-overview.md#pricing-and-billing). At the destination account, for a version, you're billed for all of the blocks of a version whether or not those blocks are unique.
230228

231229
<sup>2</sup> This includes only blob versions created since the last replication completed.
232230

233-
<sup>3</sup> See [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
234-
231+
<sup>3</sup> Object replication copies the whole version to destination (not just the unique blocks of the version). This transfer incurs the cost of network egress. See [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
235232

233+
> [!TIP]
234+
> To reduce the risk of an unexpected bill, enable object replication in an account that contains only a small number of objects. Then, measure the impact on cost before you enable the feature in a production setting.
236235
237236
## Next steps
238237

0 commit comments

Comments
 (0)