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: 0_Azure/1_AzureData/1_Databases/demos/11_enablingAutoscaleIOPSmySQL.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,18 @@ Last updated: 2025-05-09
14
14
15
15
-[Storage IOPS in Azure Database for MySQL - Flexible Server](https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-storage-iops#how-do-i-know-that-iops-have-scaled-up-and-scaled-down-when-the-server-is-using-the-autoscale-iops-feature-can-i-monitor-iops-usage-for-my-server)
16
16
-[Azure Database for MySQL - Flexible Server service tiers](https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-service-tiers-storage#service-tiers-size-and-server-types)
17
+
-[Autoscale IOPS for Azure Database for MySQL - Flexible Server - General Availability](https://techcommunity.microsoft.com/blog/adformysql/autoscale-iops-for-azure-database-for-mysql---flexible-server---general-availabi/3884602)
17
18
18
19
</details>
19
20
20
21
21
22
<details>
22
23
<summary><b>Table of Content</b> (Click to expand)</summary>
23
24
25
+
-[How to provision](#how-to-provision)
26
+
-[How to enable IOPS](#how-to-enable-iops)
27
+
-[How to Monitor IOPS Scaling](#how-to-monitor-iops-scaling)
> How I know if the IOPS have scaled up or down when the server's using the autoscale IOPS feature? You can use the `metrics available in Azure Monitor`.
59
+
60
+
1.**Use Azure Monitor Metrics**:
61
+
- Go to your server in the [Azure portal](https://portal.azure.com/)
62
+
- Go to the `Monitoring` section and select `Metrics`.
- Set a `custom time range` to observe trends over time.
55
71
72
+
2.**Look for Scaling Patterns**:
73
+
- If you see `sudden increases or decreases` in the IOPS metric that correlate with workload changes, this indicates that autoscale IOPS has adjusted the performance level.
74
+
- You can also monitor `IO utilization percentage` to see how close your server is to its current IOPS limit.
75
+
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.
0 commit comments