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: articles/mysql/flexible-server/overview.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: overview
7
7
author: SudheeshGH
8
8
ms.author: sunaray
9
9
ms.custom: mvc, references_regions
10
-
ms.date: 01/10/2024
10
+
ms.date: 02/12/2024
11
11
---
12
12
13
13
# Azure Database for MySQL - Flexible Server deployment model
@@ -30,11 +30,11 @@ Azure Database for MySQL flexible server is a fully managed production-ready dat
30
30
The flexible server deployment option offers three compute tiers: Burstable, General Purpose, and Business Critical. Each tier offers different compute and memory capacity to support your database workloads. You can build your first app on a burstable tier for a few dollars a month, and then adjust the scale to meet the needs of your solution. Dynamic scalability enables your database to transparently respond to rapidly changing resource requirements. You only pay for the resources you need, and only when you need them. See [Compute and Storage](concepts-compute-storage.md) for details.
31
31
32
32
Flexible servers are best suited for
33
-
- Ease of deployments, simplified scaling, and low database management overhead for functions like backups, high availability, security, and monitoring
34
-
- Application developments requiring community version of MySQL with better control and customizations
35
-
- Production workloads with same-zone, zone-redundant high availability and managed maintenance windows
36
-
- Simplified development experience
37
-
- Enterprise grade security, compliance, and privacy
33
+
- Ease of deployment, simplified scaling, and low database management overhead for functions such as backups, high availability, security, and monitoring.
34
+
- Application developments requiring community version of MySQL with better control and customizations.
35
+
- Production workloads with same-zone, zone-redundant high availability, and managed maintenance windows.
36
+
- Simplified development experience.
37
+
- Enterprise grade security, compliance, and privacy.
38
38
39
39
For latest updates on Azure Database for MySQL flexible server, refer to [What's new in Azure Database for MySQL flexible server](whats-new.md).
40
40
@@ -73,7 +73,7 @@ For more information, see [Scheduled Maintenance](concepts-maintenance.md).
73
73
74
74
The Azure Database for MySQL flexible server service automatically creates server backups and stores them in user configured locally redundant or geo-redundant storage. Backups can be used to restore your server to any point-in-time within the backup retention period. The default backup retention period is seven days. The retention can be optionally configured between 1-35 days. All backups are encrypted using AES 256-bit encryption.
75
75
76
-
See [Backup concepts](concepts-backup-restore.md) to learn more.
76
+
For more information, see [Backup concepts](concepts-backup-restore.md).
77
77
78
78
## Network Isolation
79
79
@@ -89,13 +89,13 @@ You have two networking options to connect to Azure Database for MySQL flexible
89
89
90
90
-**Public access (allowed IP addresses)** – You can deploy your Azure Database for MySQL flexible server instance with a public endpoint. The public endpoint is a publicly resolvable DNS address. The phrase "allowed IP addresses" refers to a range of IPs you choose to give permission to access your server. These permissions are called **firewall rules**.
91
91
92
-
See [Networking concepts](concepts-networking.md) to learn more.
92
+
For more information, see [Networking concepts](concepts-networking.md).
93
93
94
94
## Adjust performance and scale within seconds
95
95
96
96
Azure Database for MySQL flexible server is available in three service tiers: Burstable, General Purpose, and Business Critical. The Burstable tier is best suited for low-cost development and low concurrency workloads that don't need full-compute capacity continuously. General Purpose and Business Critical are better suited for production workloads requiring high concurrency, scale, and predictable performance. You can build your first app on a small database for a few dollars a month, and then seamlessly adjust the scale to meet the needs of your solution. The storage scaling is online and supports storage autogrowth. Azure Database for MySQL flexible server enables you to provision additional IOPS up to 80 K IOPs above the complimentary IOPS limit independent of storage. Using this feature, you can increase or decrease the number of IOPS provisioned based on your workload requirements at any time. Dynamic scalability enables your database to transparently respond to rapidly changing resource requirements. You only pay for the resources you consume.
97
97
98
-
See [Compute and Storage concepts](concepts-compute-storage.md) to learn more.
98
+
For more information, see [Compute and Storage concepts](concepts-compute-storage.md).
99
99
100
100
## Scale out your read workload with up to 10 read replicas
101
101
@@ -119,15 +119,15 @@ For more information, see [Data-in replication concepts](concepts-data-in-replic
119
119
120
120
## Stop/Start server to optimize cost
121
121
122
-
Azure Database for MySQL flexible server allows you to stop and start servers on-demand to optimize cost. The compute tier billing is stopped immediately when the server is stopped. This can allow you to have significant cost savings during development, testing and for time-bound predictable production workloads. The server remains in stopped state for 30 days unless restarted sooner.
122
+
Azure Database for MySQL flexible server allows you to stop and start servers on-demand to optimize cost. The compute tier billing is stopped immediately when the server is stopped. This functionality can allow you to have significant cost savings during development, testing and for time-bound predictable production workloads. The server remains in stopped state for 30 days unless restarted sooner.
123
123
124
124
For more information, see [Server concepts](concept-servers.md).
125
125
126
126
## Enterprise grade security, compliance, and privacy
127
127
128
128
Azure Database for MySQL flexible server uses the FIPS 140-2 validated cryptographic module for storage encryption of data at-rest. Data, including backups, and temporary files created while running queries are encrypted. The service uses the AES 256-bit cipher included in Azure storage encryption, and the keys can be system managed (default).
129
129
130
-
Azure Database for MySQL flexible server encrypts data in-motion with transport layer security enforced by default. Azure Database for MySQL flexible server by default supports encrypted connections using Transport Layer Security (TLS 1.2) and all incoming connections with TLS 1.0 and TLS 1.1 are denied. You can disable TSL/SSL enforcement by setting the require_secure_transport server parameter and then can setting the minimum tls_version for your server.
130
+
Azure Database for MySQL flexible server encrypts data in-motion with transport layer security enforced by default. Azure Database for MySQL flexible server by default supports encrypted connections using Transport Layer Security (TLS 1.2) and all incoming connections with TLS 1.0 and TLS 1.1 are denied. You can disable TSL/SSL enforcement by setting the require_secure_transport server parameter and then setting the minimum tls_version for your server.
131
131
132
132
For more information, see [how to use encrypted connections to Azure Database for MySQL flexible server instances](how-to-connect-tls-ssl.md).
133
133
@@ -181,7 +181,7 @@ One advantage of running your workload in Azure is its global reach. Azure Datab
181
181
| China East 2 |:heavy_check_mark:|:heavy_check_mark:|:x:|:x:|
182
182
| China East 3 |:heavy_check_mark:|:heavy_check_mark:|:x:|:heavy_check_mark:|
183
183
| China North 2 |:heavy_check_mark:|:heavy_check_mark:|:x:|:x:|
184
-
| China North 3 |:heavy_check_mark:|:heavy_check_mark:||:heavy_check_mark:|
184
+
| China North 3 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
185
185
| East Asia (Hong Kong SAR) |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
186
186
| East US |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
187
187
| East US 2 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
@@ -204,8 +204,9 @@ One advantage of running your workload in Azure is its global reach. Azure Datab
204
204
| South India |:heavy_check_mark:|:heavy_check_mark:|:x:|:heavy_check_mark:|
205
205
| Southeast Asia |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
206
206
| Sweden Central |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x:|
207
-
| Switzerland North |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
0 commit comments