Skip to content

Commit 58073a1

Browse files
Resolving doc team's reviews
1 parent fb52018 commit 58073a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/advisor/advisor-how-to-performance-resizehighusagevmrec.md renamed to articles/advisor/advisor-how-to-performance-resize-high-usage-vm-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Advisor recommends resizing virtual machines when use is consistently high (abov
3434
- Metrics are sampled every 30 seconds, aggregated to 1 minute and then further aggregated to 30 minutes (taking the average of 1-minute average values while aggregating to 30 minutes)
3535
- A SKU upgrade for virtual machines is decided given the following criteria:
3636
- For each metric, we create a new feature from the P50 (median) of its 30-mins averages aggregated over the observation period. Therefore, a virtual machine is identified as a candidate for a resize if:
37-
1) _Both_ `CPU` and `Memory` features are >= *90%* of the current SKU's limits
38-
2) Otherwise, _either_
37+
* _Both_ `CPU` and `Memory` features are >= *90%* of the current SKU's limits
38+
* Otherwise, _either_
3939
* The `VM Cached IOPS` feature is >= to *95%* of the current SKU's limits, and the current SKU's max local disk IOPS is >= to its network disk IOPS. _or_
4040
* the `VM Uncached Bandwidth` feature is >= *95%* of the current SKU's limits, and the current SKU's max network disk throttle limits are >= to its local disk throttle units
4141
- We ensure the following:

articles/advisor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- name: Improve security
4848
href: advisor-security-recommendations.md
4949
- name: Improve the performance of highly used VMs
50-
href: advisor-how-to-performance-resizehighusagevmrec.md
50+
href: advisor-how-to-performance-resize-high-usage-vm-recommendations.md
5151
- name: Use tags to filter recommendations and score
5252
href: advisor-tag-filtering.md
5353
- name: Configure recommendations

0 commit comments

Comments
 (0)