Skip to content

Commit 55bc8a4

Browse files
committed
fixed redirect and links
1 parent 47a9e29 commit 55bc8a4

6 files changed

+13
-18
lines changed

articles/mysql/.openpublishing.redirection.mysql.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
"redirect_url": "/azure/mysql/single-server/tutorial-provision-mysql-server-using-azure-resource-manager-templates",
6666
"redirect_document_id": false
6767
},
68-
{
69-
"source_path_from_root": "/articles/mysql/app-development-best-practices.md",
70-
"redirect_url": "/azure/mysql/single-server/app-development-best-practices",
71-
"redirect_document_id": false
72-
},
7368
{
7469
"source_path_from_root": "/articles/mysql/concept-monitoring-best-practices.md",
7570
"redirect_url": "/azure/mysql/single-server/concept-monitoring-best-practices",
@@ -705,11 +700,6 @@
705700
"redirect_url": "/azure/mysql/single-server/security-controls-policy",
706701
"redirect_document_id": false
707702
},
708-
{
709-
"source_path_from_root": "/articles/mysql/select-right-deployment-type.md",
710-
"redirect_url": "/azure/mysql/single-server/select-right-deployment-type",
711-
"redirect_document_id": false
712-
},
713703
{
714704
"source_path_from_root": "/articles/mysql/single-server-overview.md",
715705
"redirect_url": "/azure/mysql/single-server/single-server-overview",

articles/mysql/app-development-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 06/20/2022
1111

1212
# Best practices for building an application with Azure Database for MySQL
1313

14-
[!INCLUDE[applies-to-mysql-single-flexible-server](../includes/applies-to-mysql-single-flexible-server.md)]
14+
[!INCLUDE [applies-to-mysql-single-flexible-server](includes/applies-to-mysql-single-flexible-server.md)]
1515

16-
[!INCLUDE[azure-database-for-mysql-single-server-deprecation](../includes/azure-database-for-mysql-single-server-deprecation.md)]
16+
[!INCLUDE [azure-database-for-mysql-single-server-deprecation](includes/Azure-database-for-mysql-single-server-deprecation.md)]
1717

1818
Here are some best practices to help you build a cloud-ready application by using Azure Database for MySQL. These best practices can reduce development time for your app.
1919

articles/mysql/concepts-version-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 06/21/2022
1414

1515
[!INCLUDE [applies-to-mysql-single-flexible-server](includes/applies-to-mysql-single-flexible-server.md)]
1616

17+
[!INCLUDE [Azure-database-for-mysql-single-server-deprecation](includes/Azure-database-for-mysql-single-server-deprecation.md)]
18+
1719
This page describes the Azure Database for MySQL versioning policy, and is applicable to Azure Database for MySQL - Single Server and Azure Database for MySQL - Flexible Server (Preview) deployment modes.
1820

1921
## Supported MySQL versions

articles/mysql/how-to-create-users.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ ms.service: mysql
99
ms.subservice: single-server
1010
ms.topic: how-to
1111
---
12+
1213
# Create users in Azure Database for MySQL
1314

14-
[!INCLUDE[applies-to-mysql-single-flexible-server](../includes/applies-to-mysql-single-flexible-server.md)]
15+
[!INCLUDE [applies-to-mysql-single-flexible-server](includes/applies-to-mysql-single-flexible-server.md)]
1516

16-
[!INCLUDE[azure-database-for-mysql-single-server-deprecation](../includes/azure-database-for-mysql-single-server-deprecation.md)]
17+
[!INCLUDE [azure-database-for-mysql-single-server-deprecation](includes/Azure-database-for-mysql-single-server-deprecation.md)]
1718

1819
This article describes how to create users for Azure Database for MySQL.
1920

@@ -41,7 +42,7 @@ After you create an Azure Database for MySQL server, you can use the first serve
4142
1. Use the admin account and password to connect to your database server. Use your preferred client tool, such as MySQL Workbench, mysql.exe, or HeidiSQL.
4243

4344
> [!NOTE]
44-
> If you're not sure how to connect, see [connect and query data for Single Server](./connect-workbench.md) or [connect and query data for Flexible Server](../flexible-server/connect-workbench.md).
45+
> If you're not sure how to connect, see [connect and query data for Single Server](single-server/connect-workbench.md) or [connect and query data for Flexible Server](flexible-server/connect-workbench.md).
4546
4647
1. Edit and run the following SQL code. Replace the placeholder value `db_user` with your intended new user name. Replace the placeholder value `testdb` with your database name.
4748

articles/mysql/quickstart-create-mysql-server-database-using-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.date: 05/02/2022
1212

1313
# Quickstart: Use Bicep to create an Azure Database for MySQL server
1414

15-
[!INCLUDE[applies-to-mysql-single-server](includes/applies-to-mysql-single-server.md)]
15+
[!INCLUDE [applies-to-mysql-single-flexible-server](includes/applies-to-mysql-single-flexible-server.md)]
16+
17+
[!INCLUDE [Azure-database-for-mysql-single-server-deprecation](includes/Azure-database-for-mysql-single-server-deprecation.md)]
1618

1719
Azure Database for MySQL is a managed service that you use to run, manage, and scale highly available MySQL databases in the cloud. In this quickstart, you use Bicep to create an Azure Database for MySQL server with virtual network integration. You can create the server in the Azure portal, Azure CLI, or Azure PowerShell.
1820

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.topic: conceptual
1111

1212
# Choose the right MySQL Server option in Azure
1313

14-
[!INCLUDE[applies-to-mysql-single-flexible-server](../includes/applies-to-mysql-single-flexible-server.md)]
14+
[!INCLUDE [applies-to-mysql-single-flexible-server](includes/applies-to-mysql-single-flexible-server.md)]
1515

16-
[!INCLUDE[Azure-database-for-mysql-single-server-deprecation](../includes/Azure-database-for-mysql-single-server-deprecation.md)]
16+
[!INCLUDE [azure-database-for-mysql-single-server-deprecation](includes/Azure-database-for-mysql-single-server-deprecation.md)]
1717

1818
With Azure, your MySQL server workloads can run in a hosted virtual machine infrastructure as a service (IaaS) or as a hosted platform as a service (PaaS). PaaS has two deployment options, and there are service tiers within each deployment option. When you choose between IaaS and PaaS, you must decide if you want to manage your database, apply patches, backups, security, monitoring, and scaling, or delegate these operations to Azure.
1919

0 commit comments

Comments
 (0)