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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,16 @@ In this article, we'll provide an overview and introduction to core concepts of
22
22
23
23
## Overview
24
24
25
-
Azure Database for MySQL Flexible Server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. In general, the service provides more flexibility and server configuration customizations based on the user requirements. The flexible server architecture allows users to opt for high availability within single availability zone and across multiple availability zones. Flexible servers also provide better cost optimization controls with ability to stop/start your server and burstable skus, ideal for workloads that don't need full compute capacity continuously. The service currently supports community version of MySQL 5.7 and 8.0. The service is currently available today in wide variety of [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
25
+
Azure Database for MySQL Flexible Server is a fully managed production-ready database service designed for more granular control and flexibility over database management functions and configuration settings. The flexible server architecture allows users to opt for high availability within single availability zone and across multiple availability zones. Flexible servers provides better cost optimization controls with the ability to stop/start server and burstable compute tier, ideal for workloads that do not need full compute capacity continuously. Flexible Server also supports reserved instances allowing you to save up to 63% cost, ideal for production workloads with predictable compute capacity requirements. The service supports community version of MySQL 5.7 and 8.0. The service is generally available today in wide variety of [Azure regions](overview.md#azure-regions).
26
26
27
-
Flexible servers are best suited for:
27
+
The Flexible Server deployment option offers three compute tiers: Burstable, General Purpose, and Memory Optimized. 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.
28
28
29
-
- Application developments requiring better control and customizations.
30
-
- Zone redundant high availability
31
-
- Managed maintenance windows
29
+
Flexible servers are best suited for
30
+
- Ease of deployments, simplified scaling and low database management overhead for functions like backups, high availability, security and monitoring
31
+
- Application developments requiring community version of MySQL with better control and customizations
32
+
- Production workloads with same-zone, zone redundant high availability and managed maintenance windows
33
+
- Simplified development experience
34
+
- Enterprise grade security
32
35
33
36
For latest updates on Flexible Server, refer to [What's new in Azure Database for MySQL - Flexible Server](whats-new.md).
34
37
@@ -209,4 +212,4 @@ Now that you've read an introduction to Azure Database for MySQL - Single Server
209
212
210
213
- Build your first app using your preferred language:
Azure Database for MySQL is a relational database service in the Microsoft cloud based on the [MySQL Community Edition](https://www.mysql.com/products/community/) (available under the GPLv2 license) database engine, versions 5.6, 5.7, and 8.0. Azure Database for MySQL delivers:
16
+
Azure Database for MySQL is a relational database service in the Microsoft cloud based on the [MySQL Community Edition](https://www.mysql.com/products/community/) (available under the GPLv2 license) database engine, versions 5.6 (retired), 5.7, and 8.0. Azure Database for MySQL delivers:
17
17
18
-
- Built-in high availability.
18
+
- Zone redundant and same zone high availability.
19
+
- Maximum control with ability to select your scheduled maintenance window.
19
20
- Data protection using automatic backups and point-in-time-restore for up to 35 days.
20
-
-Automated maintenance for underlying hardware, operating system and database engine to keep the service secure and up to date.
21
+
-Scheduled maintenance for underlying hardware, operating system and database engine to keep the service secure and up to date.
21
22
- Predictable performance, using inclusive pay-as-you-go pricing.
22
23
- Elastic scaling within seconds.
23
-
- Cost optimization controls with ability to stop/start server.
24
+
- Cost optimization controls with low cost burstable SKU and ability to stop/start server.
24
25
- Enterprise grade security and industry-leading compliance to protect sensitive data at-rest and in-motion.
25
26
- Monitoring and automation to simplify management and monitoring for large-scale deployments.
26
27
- Industry-leading support experience.
@@ -32,29 +33,31 @@ These capabilities require almost no administration and all are provided at no a
32
33
## Deployment models
33
34
34
35
Azure Database for MySQL powered by the MySQL community edition is available in two deployment modes:
35
-
- Single Server
36
36
- Flexible Server
37
+
- Single Server
37
38
38
-
### Azure Database for MySQL - Single Server
39
+
### Azure Database for MySQL - Flexible Server
39
40
40
-
Azure Database for MySQL Single Server is a fully managed database service with minimal requirements for customizations of database. The single server platform is designed to handle most of the database management functions such as patching, backups, high availability, security with minimal user configuration and control. The architecture is optimized for built-in high availability with 99.99% availability on single availability zone. It supports community version of MySQL 5.6, 5.7 and 8.0. The service is generally available today in wide variety of [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
41
+
Azure Database for MySQL Flexible Server is a fully managed production-ready database service designed for more granular control and flexibility over database management functions and configuration settings. The flexible server architecture allows users to opt for high availability within single availability zone and across multiple availability zones. Flexible servers provides better cost optimization controls with the ability to stop/start server and burstable compute tier, ideal for workloads that do not need full compute capacity continuously. Flexible Server also supports reserved instances allowing you to save up to 63% cost, ideal for production workloads with predictable compute capacity requirements. The service supports community version of MySQL 5.7 and 8.0. The service is generally available today in wide variety of [Azure regions](flexible-server/overview.md#azure-regions).
41
42
42
-
The Single Server deployment option offers three pricing tiers: Basic, General Purpose, and Memory Optimized. Each tier offers different resource capabilities to support your database workloads. You can build your first app on a small database 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 [Pricing tiers](concepts-pricing-tiers.md) for details.
43
+
The Flexible Server deployment option offers three compute tiers: Burstable, General Purpose, and Memory Optimized. 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](flexible-server/concepts-compute-storage.md) for details.
43
44
44
-
Single servers are best suited for cloud native applications designed to handle automated patching without the need for granular control on the patching schedule and custom MySQL configuration settings.
45
+
Flexible servers are best suited for
46
+
- Ease of deployments, simplified scaling and low database management overhead for functions like backups, high availability, security and monitoring
47
+
- Application developments requiring community version of MySQL with better control and customizations
48
+
- Production workloads with same-zone, zone redundant high availability and managed maintenance windows
49
+
- Simplified development experience
50
+
- Enterprise grade security
45
51
46
-
For detailed overview of single server deployment mode, refer [single server overview](single-server-overview.md).
52
+
For detailed overview of flexible server deployment mode, refer [flexible server overview](flexible-server/overview.md). For latest updates on Flexible Server, refer to [What's new in Azure Database for MySQL - Flexible Server](flexible-server/whats-new.md).
47
53
48
-
### Azure Database for MySQL - Flexible Server
54
+
### Azure Database for MySQL - Single Server
49
55
50
-
Azure Database for MySQL Flexible Server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. In general, the service provides more flexibility and customizations based on the user requirements. The flexible server architecture allows users to opt for high availability within single availability zone and across multiple availability zones. Flexible servers provides better cost optimization controls with the ability to stop/start server and burstable compute tier, ideal for workloads that do not need full compute capacity continuously. The service supports community version of MySQL 5.7 and 8.0. The service is currently available today in wide variety of [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
56
+
Azure Database for MySQL Single Server is a fully managed database service designed for minimal customization. The single server platform is designed to handle most of the database management functions such as patching, backups, high availability, security with minimal user configuration and control. The architecture is optimized for built-in high availability with 99.99% availability on single availability zone. It supports community version of MySQL 5.6 (retired), 5.7 and 8.0. The service is generally available today in wide variety of [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
51
57
52
-
Flexible servers are best suited for
53
-
- Application developments requiring better control and customizations.
54
-
- Zone redundant high availability
55
-
- Managed maintenance windows
58
+
Single servers are best suited **only for existing applications already leveraging single server**. For all new developments or migrations, Flexible Server would be the recommended deployment option. To learn about the differences between Flexible Server and Single Server deployment options, refer [select the right deployment option for you](select-right-deployment-type.md) documentation.
56
59
57
-
For detailed overview of flexible server deployment mode, refer [flexible server overview](flexible-server/overview.md).
60
+
For detailed overview of single server deployment mode, refer [single server overview](single-server-overview.md). For latest updates on Flexible Server, refer to [What's new in Azure Database for MySQL - Single Server](single-server-whats-new.md).
58
61
59
62
## Contacts
60
63
For any questions or suggestions you might have about working with Azure Database for MySQL, send an email to the Azure Database for MySQL Team ([@Ask Azure DB for MySQL](mailto:[email protected])). This email address is not a technical support alias.
0 commit comments