From e3bd2e61a13d50d9d39446a866360c66ed397ec1 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:06:50 +0900 Subject: [PATCH] =?UTF-8?q?Update=20how-to-networking-private-link-deny-pu?= =?UTF-8?q?blic-access.md=20(Typo=20"flexible=20server"=E2=86=92"Flexible?= =?UTF-8?q?=20Server")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MicrosoftDocs/azure-databases-docs/blob/main/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md #PingMSFTDocs --- ...working-private-link-deny-public-access.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md b/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md index 64a040b458..53e61076b0 100644 --- a/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md +++ b/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md @@ -14,26 +14,26 @@ ms.topic: how-to [!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)] -This article describes how you can configure an Azure Database for MySQL flexible server instance to deny all public configurations and allow only connections through private endpoints to enhance network security further. +This article describes how you can configure an Azure Database for MySQL Flexible Server instance to deny all public configurations and allow only connections through private endpoints to enhance network security further. ## Deny public access during the creation of MySQL flexible server -1. When creating an [Azure Database for MySQL flexible server instance](quickstart-create-server-portal.md) in the Networking tab, choose *Public access (allowed IP addresses) and Private endpoint* as the connectivity method. +1. When creating an [Azure Database for MySQL Flexible Server instance](quickstart-create-server-portal.md) in the Networking tab, choose *Public access (allowed IP addresses) and Private endpoint* as the connectivity method. -1. To disable public access on the Azure Database for MySQL flexible server instance you are creating, uncheck Allow public access to this resource through the internet using a public IP address under *Public access*. +1. To disable public access on the Azure Database for MySQL Flexible Server instance you are creating, uncheck Allow public access to this resource through the internet using a public IP address under *Public access*. :::image type="content" source="media/how-to-networking-private-link-deny-public-access-mysql/deny-public-access-networking-page-mysql.png" alt-text="Screenshot of denying public access from the portal." lightbox="media/how-to-networking-private-link-deny-public-access-mysql/deny-public-access-networking-page-mysql.png"::: -1. After entering the remaining information in the other tabs, select on *Review + Create* to deploy the Azure Database for MySQL flexible server instance without public access. +1. After entering the remaining information in the other tabs, select on *Review + Create* to deploy the Azure Database for MySQL Flexible Server instance without public access. ## Deny public access to an existing MySQL flexible server > [!NOTE] -> The Azure Database for MySQL flexible server instance must have been deployed with **Public access (allowed IP addresses) and Private endpoint** as the connectivity method to implement this. +> The Azure Database for MySQL Flexible Server instance must have been deployed with **Public access (allowed IP addresses) and Private endpoint** as the connectivity method to implement this. -1. On the Azure Database for MySQL flexible server page, under **Settings**, select **Networking**. +1. On the Azure Database for MySQL Flexible Server page, under **Settings**, select **Networking**. -1. To disable public access on the Azure Database for MySQL flexible server instance, uncheck Allow public access to this resource through the internet using a public IP address under **Public access**. +1. To disable public access on the Azure Database for MySQL Flexible Server instance, uncheck Allow public access to this resource through the internet using a public IP address under **Public access**. :::image type="content" source="media/how-to-networking-private-link-deny-public-access-mysql/deny-public-access-networking-page-mysql-2.png" alt-text="Screenshot of denying public access from the portal next screen." lightbox="media/how-to-networking-private-link-deny-public-access-mysql/deny-public-access-networking-page-mysql-2.png"::: @@ -43,7 +43,7 @@ This article describes how you can configure an Azure Database for MySQL flexibl ## Next steps -- Learn how to [configure private link for Azure Database for MySQL flexible server from the Azure portal](how-to-networking-private-link-portal.md). -- Learn how to [manage connectivity](concepts-networking.md) to your Azure Database for MySQL flexible server instance. -- Learn how to [add another layer of encryption to your Azure Database for MySQL flexible server instance using Customer Managed Keys](concepts-customer-managed-key.md). -- Learn how to configure and use [Microsoft Entra authentication](concepts-azure-ad-authentication.md) on your Azure Database for MySQL flexible server instance. +- Learn how to [configure private link for Azure Database for MySQL Flexible Server from the Azure portal](how-to-networking-private-link-portal.md). +- Learn how to [manage connectivity](concepts-networking.md) to your Azure Database for MySQL Flexible Server instance. +- Learn how to [add another layer of encryption to your Azure Database for MySQL Flexible Server instance using Customer Managed Keys](concepts-customer-managed-key.md). +- Learn how to configure and use [Microsoft Entra authentication](concepts-azure-ad-authentication.md) on your Azure Database for MySQL Flexible Server instance.