From 631690e20b5f228f110572dd2b1e6c1b910a72b4 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:25:40 +0900 Subject: [PATCH] =?UTF-8?q?Update=20how-to-manage-server-portal.md=20(Typo?= =?UTF-8?q?=20"flexible=20server"=E2=86=92"Flexible=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-manage-server-portal.md #PingMSFTDocs --- .../how-to-manage-server-portal.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/articles/mysql/flexible-server/how-to-manage-server-portal.md b/articles/mysql/flexible-server/how-to-manage-server-portal.md index 5837061739..bf87aa3a57 100644 --- a/articles/mysql/flexible-server/how-to-manage-server-portal.md +++ b/articles/mysql/flexible-server/how-to-manage-server-portal.md @@ -14,23 +14,23 @@ ms.topic: how-to [!INCLUDE [applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)] -This article shows you how to manage your Azure Database for MySQL flexible server instances. Management tasks include compute and storage scaling, resetting the server administrator password, and deleting your server. +This article shows you how to manage your Azure Database for MySQL Flexible Server instances. Management tasks include compute and storage scaling, resetting the server administrator password, and deleting your server. ## Prerequisites - Sign in to the [Azure portal](https://portal.azure.com). -- Go to your Azure Database for MySQL flexible server resource in the Azure portal. +- Go to your Azure Database for MySQL Flexible Server resource in the Azure portal. ## Scale compute and storage After server creation you can scale between the various [pricing tiers](https://azure.microsoft.com/pricing/details/mysql/) as your needs change. You can also scale up or down your compute and memory by increasing or decreasing vCores. -1. Select your Azure Database for MySQL flexible server instance in the Azure portal. Select **Compute + Storage**, located in the **Settings** section. +1. Select your Azure Database for MySQL Flexible Server instance in the Azure portal. Select **Compute + Storage**, located in the **Settings** section. 1. You can change the **Compute Tier**, **vCore**, **Storage** to scale up the server using higher compute tier or scale up within the same tier by increasing storage or vCores to a value you want. > [!div class="mx-imgBorder"] - > :::image type="content" source="media/howto-manage-server-portal/scale-server.png" alt-text="Screenshot of scaling storage for Azure Database for MySQL flexible server." lightbox="media/howto-manage-server-portal/scale-server.png"::: + > :::image type="content" source="media/howto-manage-server-portal/scale-server.png" alt-text="Screenshot of scaling storage for Azure Database for MySQL Flexible Server." lightbox="media/howto-manage-server-portal/scale-server.png"::: > [!IMPORTANT] > - Storage cannot be scaled down. @@ -42,12 +42,12 @@ After server creation you can scale between the various [pricing tiers](https:// You can change the administrator role's password using the Azure portal. -1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the **Overview** window, select **Reset password**. +1. Select your Azure Database for MySQL Flexible Server instance in the Azure portal. In the **Overview** window, select **Reset password**. 1. Enter a new password and confirm the password. The textbox prompts you about password complexity requirements. > [!div class="mx-imgBorder"] - > :::image type="content" source="media/howto-manage-server-portal/reset-password.png" alt-text="Screenshot of resetting your password for Azure Database for MySQL flexible server." lightbox="media/howto-manage-server-portal/reset-password.png"::: + > :::image type="content" source="media/howto-manage-server-portal/reset-password.png" alt-text="Screenshot of resetting your password for Azure Database for MySQL Flexible Server." lightbox="media/howto-manage-server-portal/reset-password.png"::: 1. Select **Save** to save the new password. @@ -55,12 +55,12 @@ You can change the administrator role's password using the Azure portal. You can delete your server if you no longer need it. -1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the Overview window, select **Delete**. +1. Select your Azure Database for MySQL Flexible Server instance in the Azure portal. In the Overview window, select **Delete**. 1. Type the name of the server into the input box to confirm that you want to delete the server. > [!div class="mx-imgBorder"] - > :::image type="content" source="media/howto-manage-server-portal/delete-server.png" alt-text="Screenshot of deleting the Azure Database for MySQL flexible server instance." lightbox="media/howto-manage-server-portal/delete-server.png"::: + > :::image type="content" source="media/howto-manage-server-portal/delete-server.png" alt-text="Screenshot of deleting the Azure Database for MySQL Flexible Server instance." lightbox="media/howto-manage-server-portal/delete-server.png"::: > [!IMPORTANT] > Deleting a server is irreversible.