Skip to content

Commit 8421994

Browse files
authored
Merge 2db683e into 3ff30c3
2 parents 3ff30c3 + 2db683e commit 8421994

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# MySQL: Enabling Autoscale IOPS - Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6+
[brown9804](https://github.com/brown9804)
7+
8+
Last updated: 2025-04-23
9+
10+
----------
11+
12+
<details>
13+
<summary><b>List of References</b> (Click to expand)</summary>
14+
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+
- [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+
18+
</details>
19+
20+
21+
<details>
22+
<summary><b>Table of Content</b> (Click to expand)</summary>
23+
24+
</details>
25+
26+
27+
> 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/>
28+
> - During `high demand`, the system `increases IOPS` to maintain performance.
29+
> - During `low demand`, it `scales down` to reduce resource usage and cost.
30+
31+
## How to provision
32+
33+
1. Go to the [Azure Portal](https://portal.azure.com/)
34+
2. Search for `Azure Database for MySQL Flexible Server` in the search bar.
35+
3. Click `Create`.
36+
4. Choose your subscription, resource group, and server name.
37+
5. Select the region, MySQL version, and workload type (e.g., Development, Production).
38+
39+
https://github.com/user-attachments/assets/5b500aea-538d-4ddb-88b6-e0717a2d0fbe
40+
41+
## How to enable IOPS
42+
43+
1. Go to the [Azure Portal](https://portal.azure.com/)
44+
2. Select the server you want to configure.
45+
3. In the left-hand menu, go to `Settings > Compute + Storage.`
46+
4. In the IOPS section, select the option `Autoscale IOPS`
47+
5. Click `Save` to apply the changes.
48+
49+
https://github.com/user-attachments/assets/9e2983b3-3839-4ad3-8ab8-ccbb698f3228
50+
51+
## How to monitor
52+
53+
54+
55+
56+
57+
58+
<div align="center">
59+
<h3 style="color: #4CAF50;">Total Visitors</h3>
60+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
61+
</div>
62+

0 commit comments

Comments
 (0)