You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Last updated: 2025-05-13
20
20
21
21
</details>
22
22
23
-
24
23
<details>
25
24
<summary><b>Table of Content</b> (Click to expand)</summary>
26
25
@@ -32,6 +31,7 @@ Last updated: 2025-05-13
32
31
</details>
33
32
34
33
> When Autoscale IOPS is enabled for Azure Database for MySQL (Flexible Server), the IOPS (Input/Output Operations Per Second) automatically scale both up and down based on your workload demands. <br/>
34
+
>
35
35
> - During `high demand`, the system `increases IOPS` to maintain performance.
36
36
> - During `low demand`, it `scales down` to reduce resource usage and cost.
37
37
@@ -43,7 +43,7 @@ Last updated: 2025-05-13
43
43
4. Choose your subscription, resource group, and server name.
44
44
5. Select the region, MySQL version, and workload type (e.g., Development, Production).
- You can also monitor `IO utilization percentage` to see how close your server is to its current IOPS limit.
83
83
3.**Enable Alerts (Optional)**: You can set up `alerts` in Azure Monitor to notify you when IOPS usage crosses certain thresholds, which can help you track scaling events in real time.
Copy file name to clipboardExpand all lines: autoscaleMultiple-IOPS/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Last updated: 2025-05-13
12
12
> Using [Python 3.7+](https://www.python.org/downloads/source/)
13
13
14
14
> [!NOTE]
15
-
> Enable Autoscale IOPS via REST API, as now this is the only way to automate enabling Autoscale IOPS since, Azure CLI and PowerShell do not support this setting yet.
15
+
> Enable Autoscale IOPS via REST API, as now this is the only way to automate enabling Autoscale IOPS since, Azure CLI and PowerShell do not support this setting yet.
16
16
17
17
> [!IMPORTANT]
18
18
> Autoscale IOPS is `only available` for the `General Purpose` and `Business Critical tiers`. `Burstable tier` (B-series) servers (e.g., B1ms) `do not support autoscale IOPS`.
0 commit comments