Skip to content

Commit 0fc80cd

Browse files
authored
Merge pull request #221238 from roygara/fixBurstDiagram
Fixing example and providing new diagram.
2 parents d693b18 + b91449b commit 0fc80cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/virtual-machines/disks-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Virtual machine and disk performance
33
description: Learn more about how virtual machines and their attached disks work in combination for performance.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 06/29/2021
6+
ms.date: 12/12/2022
77
ms.topic: conceptual
88
ms.service: storage
99
ms.subservice: disks
11.1 KB
Loading

includes/virtual-machine-disk-performance-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: albecker1
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 10/12/2020
8+
ms.date: 12/12/2022
99
ms.author: albecker1
1010
ms.custom: include file
1111
---
@@ -81,7 +81,7 @@ Let’s continue with our Standard_D8s_v3 virtual machine. Except this time, we'
8181

8282
![Diagram showing a host caching example.](media/vm-disk-performance/host-caching-example-without-remote.jpg)
8383

84-
The application uses a Standard_D8s_v3 virtual machine with caching enabled. It makes a request for 15,000 IOPS. The requests are broken down as 5,000 IOPS to each underlying disk attached. No performance capping occurs.
84+
The application uses a Standard_D8s_v3 virtual machine with caching enabled. It makes a request for 16,000 IOPS. The requests are completed as soon as they are read or written to the cache. Writes are then lazily written to the attached Disks.
8585

8686
## Combined uncached and cached limits
8787

0 commit comments

Comments
 (0)