Skip to content

Commit 8874398

Browse files
Merge pull request #266060 from HJToland3/main
Dinesh updates
2 parents f5c7d4e + f599f39 commit 8874398

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

articles/mysql/flexible-server/overview.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: overview
77
author: SudheeshGH
88
ms.author: sunaray
99
ms.custom: mvc, references_regions
10-
ms.date: 01/10/2024
10+
ms.date: 02/12/2024
1111
---
1212

1313
# 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
3030
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.
3131

3232
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.
3838

3939
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).
4040

@@ -73,7 +73,7 @@ For more information, see [Scheduled Maintenance](concepts-maintenance.md).
7373

7474
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.
7575

76-
See [Backup concepts](concepts-backup-restore.md) to learn more.
76+
For more information, see [Backup concepts](concepts-backup-restore.md).
7777

7878
## Network Isolation
7979

@@ -89,13 +89,13 @@ You have two networking options to connect to Azure Database for MySQL flexible
8989

9090
- **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**.
9191

92-
See [Networking concepts](concepts-networking.md) to learn more.
92+
For more information, see [Networking concepts](concepts-networking.md).
9393

9494
## Adjust performance and scale within seconds
9595

9696
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.
9797

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).
9999

100100
## Scale out your read workload with up to 10 read replicas
101101

@@ -119,15 +119,15 @@ For more information, see [Data-in replication concepts](concepts-data-in-replic
119119

120120
## Stop/Start server to optimize cost
121121

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.
123123

124124
For more information, see [Server concepts](concept-servers.md).
125125

126126
## Enterprise grade security, compliance, and privacy
127127

128128
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).
129129

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.
131131

132132
For more information, see [how to use encrypted connections to Azure Database for MySQL flexible server instances](how-to-connect-tls-ssl.md).
133133

@@ -181,7 +181,7 @@ One advantage of running your workload in Azure is its global reach. Azure Datab
181181
| China East 2 | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
182182
| China East 3 | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
183183
| 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: |
185185
| East Asia (Hong Kong SAR) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
186186
| East US | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
187187
| 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
204204
| South India | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
205205
| Southeast Asia | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
206206
| 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: |
208-
| Switzerland West | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark:
207+
| Switzerland North | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: :heavy_check_mark: |
208+
| Switzerland West | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
209+
| UAE Central | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
209210
| UAE North | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
210211
| UK South | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
211212
| UK West | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |

0 commit comments

Comments
 (0)