Skip to content

Commit f0b2f39

Browse files
committed
Checking in some fixes
1 parent 40bb6c8 commit f0b2f39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/storage/blobs/blob-storage-estimate-costs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66
ms.service: azure-blob-storage
77
ms.topic: conceptual
8-
ms.date: 09/10/2024
8+
ms.date: 11/19/2024
99
ms.author: normesta
1010
ms.custom: subject-cost-optimization
1111
---
@@ -134,7 +134,7 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
134134
| Price factor | Hot | Cool | Cold |
135135
|---------------------------------------------------------------------------------------------|------------|------------|------------|
136136
| Price of a single write operation to the Blob Service endpoint (price / 10,000) | $0.0000055 | $0.00001 | $0.000018 |
137-
| **Cost to rename blob virtual directories (1000 * (1000 * price of a single operation)** | **$5.50** | **$10.00** | **$18.00** |
137+
| **Cost to rename blob virtual directories (1000 * price of a single operation)** | **$5.50** | **$10.00** | **$18.00** |
138138
| Price of a single iterative write operation to the Data Lake Storage endpoint (price / 100) | $0.000715 | $0.000715 | $0.000715 |
139139
| **Cost to rename Data Lake Storage directories (1000 * price of a single operation)** | **$0.715** | **$0.715** | **0.715** |
140140

articles/storage/blobs/storage-blobs-latency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author: akashdubey-ms
77

88
ms.service: azure-blob-storage
99
ms.topic: overview
10-
ms.date: 09/05/2019
10+
ms.date: 11/19/2019
1111
ms.author: akashdubey
1212
---
1313

1414
# Latency in Blob storage
1515

1616
Latency, sometimes referenced as response time, is the amount of time that an application must wait for a request to complete. Latency can directly affect an application's performance. Low latency is often important for scenarios with humans in the loop, such as conducting credit card transactions or loading web pages. Systems that need to process incoming events at high rates, such as telemetry logging or IoT events, also require low latency. This article describes how to understand and measure latency for operations on block blobs, and how to design your applications for low latency.
1717

18-
Azure Storage offers two different performance options for block blobs: premium and standard. Premium block blobs offer significantly lower and more consistent latency than standard block blobs via high-performance SSD disks. For more information, see **Premium performance block blob storage** in [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md).
18+
Azure Storage offers two different performance options for block blobs: premium and standard. Premium block blobs offer significantly lower and more consistent latency than standard block blobs via high-performance SSD disks. For more information, see [Premium block blob storage accounts](storage-blob-block-blob-premium.md).
1919

2020
## About Azure Storage latency
2121

0 commit comments

Comments
 (0)