Skip to content

Commit 722e6dd

Browse files
Merge pull request #280163 from markingmyname/mysqlss
[MySQL] Add important message and remove single server form landing page
2 parents 3195f8b + 63cd6c5 commit 722e6dd

File tree

4 files changed

+6
-33
lines changed

4 files changed

+6
-33
lines changed

articles/mysql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Azure Database for MySQL - Flexible Server documentation
1+
- name: Azure Database for MySQL
22
href: index.yml
33
- name: Overview
44
expanded: true

articles/mysql/index.yml

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Landing
2-
title: Azure Database for MySQL - Flexible Server documentation
3-
summary: "Azure Database for MySQL - Flexible Server is a relational database service powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to host a MySQL database in Azure. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability."
2+
title: Azure Database for MySQL
3+
summary: "Azure Database for MySQL is a relational database service powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to host a MySQL database in Azure. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability."
44
metadata:
55
description: "Azure Database for MySQL - Flexible Server is a relational database service in the Microsoft cloud that is built for developers and powered by the MySQL community edition. You can use Azure Database for MySQL - Flexible Server to deploy your MySQL database in Azure."
66
ms.service: mysql
@@ -144,32 +144,6 @@ landingContent:
144144
url: ../app-service/quickstart-wordpress.md
145145

146146
# Card 7
147-
- title: Azure Database for MySQL - Single Server
148-
linkLists:
149-
- linkListType: overview
150-
links:
151-
- text: What is Azure Database for MySQL - Single Server?
152-
url: single-server/single-server-overview.md
153-
- text: What's new in Azure Database for MySQL - Single Server?
154-
url: single-server/single-server-whats-new.md
155-
- linkListType: whats-new
156-
links:
157-
- text: What's new in Azure Database for MySQL - Single Server?
158-
url: single-server/single-server-whats-new.md
159-
- linkListType: concept
160-
links:
161-
- text: Server concepts
162-
url: single-server/concepts-servers.md
163-
- text: Understand pricing tiers
164-
url: single-server/concepts-pricing-tiers.md
165-
- text: Limitations
166-
url: flexible-server/concepts-limitations.md
167-
- linkListType: quickstart
168-
links:
169-
- text: Create a server using Azure CLI
170-
url: single-server/quickstart-create-mysql-server-database-using-azure-cli.md
171-
172-
# Card 8
173147
- title: Troubleshoot
174148
linkLists:
175149
- linkListType: how-to-guide
@@ -195,7 +169,7 @@ landingContent:
195169
- text: Troubleshooting best practices
196170
url: single-server/concepts-troubleshooting-best-practices.md
197171

198-
# Card 9
172+
# Card 8
199173
- title: Reference
200174
linkLists:
201175
- linkListType: download

articles/mysql/migrate/whats-happening-to-mysql-single-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.custom:
1616

1717
[!INCLUDE [applies-to-mysql-single-server](../includes/applies-to-mysql-single-server.md)]
1818

19-
**Azure Database for MySQL - Single Server is on the retirement path** and is scheduled for retirement by **September 16, 2024**.
19+
> [!IMPORTANT]
20+
> **Azure Database for MySQL - Single Server is on the retirement path** and is scheduled for retirement by **September 16, 2024**.
2021
2122
As part of this retirement, we'll no longer support creating new Single Server instances from the Azure portal beginning **January 16, 2023** and Azure CLI beginning **March 19, 2024**. If you still need to create Single Server instances to meet business continuity needs, raise an Azure support ticket. You'll still be able to create read replicas and perform restores (PITR and geo-restore) for your existing single server instance and this will continue to be supported until the sunset date of **September 16, 2024**.
2223

articles/mysql/select-right-deployment-type.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ When making your decision, consider the following two options:
2424

2525
- [Flexible Server](flexible-server/overview.md) 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 a single availability zone and across multiple availability zones. Flexible servers provide better cost optimization controls with the ability to stop/start the server and burstable compute tier, ideal for workloads that don't need full compute capacity continuously. Flexible Server also supports reserved instances allowing you to save up to 63% cost, which is ideal for production workloads with predictable compute capacity requirements. The service supports the community version of MySQL 5.7 and 8.0. The service is generally available today in various [Azure regions](flexible-server/overview.md#azure-regions). Flexible servers are best suited for all new developments and migration of production workloads to Azure Database for MySQL service.
2626

27-
- [Single Server](single-server/single-server-overview.md) is a fully managed database service designed for minimal customization. The single server platform is designed to handle most database management functions such as patching, backups, high availability, and security with minimal user configuration and control. The architecture is optimized for built-in high availability with 99.99% availability in a single availability zone. It supports the community version of MySQL 5.6 (retired), 5.7, and 8.0. The service is generally available today in various [Azure regions](https://azure.microsoft.com/global-infrastructure/services/). Single servers are best-suited **only for existing applications already leveraging single servers**. It's recommended to choose Flexible Server for all new developments or migrations.
28-
2927
- **MySQL on Azure VMs**. This option falls into the industry category of IaaS. With this service, you can run MySQL Server inside a managed virtual machine on the Azure cloud platform. You can install all recent versions and editions of MySQL on a virtual machine.
3028

3129
## Compare the MySQL deployment options in Azure

0 commit comments

Comments
 (0)