Skip to content

Commit eb1cc0c

Browse files
Merge pull request #107411 from rikini-msft/patch-2
Update advisor-cost-recommendations.md
2 parents f120f23 + 373f1b2 commit eb1cc0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/advisor/advisor-cost-recommendations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Advisor uses machine-learning algorithms to identify low utilization and to iden
2727
Advisor identifies resources that haven't been used at all over the last 7 days and makes a recommendation to shut them down.
2828

2929
- Recommendation criteria include **CPU** and **Outbound Network utilization** metrics. **Memory** isn't considered since we've found that **CPU** and **Outbound Network utilization** are sufficient.
30-
- The last 7 days of utilization data are analyzed
30+
- The last 7 days of utilization data are analyzed. Note that you can change your lookback period in the configurations.
3131
- Metrics are sampled every 30 seconds, aggregated to 1 min and then further aggregated to 30 mins (we take the max of average values while aggregating to 30 mins). On virtual machine scale sets, the metrics from individual virtual machines are aggregated using the average of the metrics across instances.
3232
- A shutdown recommendation is created if:
3333
- P95th of the maximum value of CPU utilization summed across all cores is less than 3%.
@@ -39,7 +39,7 @@ Advisor identifies resources that haven't been used at all over the last 7 days
3939
Advisor recommends resizing virtual machines when it's possible to fit the current load on a more appropriate SKU, which is less expensive (based on retail rates). On virtual machine scale sets, Advisor recommends resizing when it's possible to fit the current load on a more appropriate cheaper SKU, or a lower number of instances of the same SKU.
4040

4141
- Recommendation criteria include **CPU**, **Memory** and **Outbound Network utilization**.
42-
- The last 7 days of utilization data are analyzed
42+
- The last 7 days of utilization data are analyzed. Note that you can change your lookback period in the configurations.
4343
- Metrics are sampled every 30 seconds, aggregated to 1 minute and then further aggregated to 30 minutes (taking the max of average values while aggregating to 30 minutes). On virtual machine scale sets, the metrics from individual virtual machines are aggregated using the average of the metrics for instance count recommendations, and aggregated using the max of the metrics for SKU change recommendations.
4444
- An appropriate SKU (for virtual machines) or instance count (for virtual machine scale set resources) is determined based on the following criteria:
4545
- Performance of the workloads on the new SKU shouldn't be impacted.
@@ -66,7 +66,7 @@ A burstable SKU recommendation is made if:
6666
- The average **CPU utilization** is less than a burstable SKUs' baseline performance
6767
- If the P95 of CPU is less than two times the burstable SKUs' baseline performance
6868
- If the current SKU doesn't have accelerated networking enabled, since burstable SKUs don't support accelerated networking yet
69-
- If we determine that the Burstable SKU credits are sufficient to support the average CPU utilization over 7 days
69+
- If we determine that the Burstable SKU credits are sufficient to support the average CPU utilization over 7 days. Note that you can change your lookback period in the configurations.
7070

7171
The resulting recommendation suggests that a user should resize their current virtual machine or virtual machine scale set to a burstable SKU with the same number of cores. This suggestion is made so a user can take advantage of lower cost and also the fact that the workload has low average utilization but high spikes in cases, which can be best served by the B-series SKU.
7272

0 commit comments

Comments
 (0)