Skip to content

Commit 108d7fa

Browse files
author
Jill Grant
authored
Merge pull request #275682 from markingmyname/tameika
[MySQL] Adding Defender info to What's happening article and format changes to other articles
2 parents b977156 + 82efbda commit 108d7fa

File tree

3 files changed

+174
-153
lines changed

3 files changed

+174
-153
lines changed

articles/mysql/flexible-server/how-to-manage-server-portal.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,74 @@
11
---
22
title: Manage server - Azure portal
33
description: Learn how to manage Azure Database for MySQL - Flexible Server from the Azure portal.
4+
author: mksuni
5+
ms.author: sumuth
6+
ms.reviewer: maghan
7+
ms.date: 05/21/2024
48
ms.service: mysql
59
ms.subservice: flexible-server
610
ms.topic: how-to
7-
ms.author: sumuth
8-
author: mksuni
9-
ms.date: 9/21/2020
1011
---
1112

1213
# Manage Azure Database for MySQL - Flexible Server using the Azure portal
1314

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

1617
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.
1718

18-
## Sign in
19+
## Prerequisites
1920

20-
Sign in to the [Azure portal](https://portal.azure.com). Go to your Azure Database for MySQL flexible server resource in the Azure portal.
21+
- Sign in to the [Azure portal](https://portal.azure.com).
22+
- Go to your Azure Database for MySQL flexible server resource in the Azure portal.
2123

2224
## Scale compute and storage
2325

2426
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.
2527

2628
1. Select your Azure Database for MySQL flexible server instance in the Azure portal. Select **Compute + Storage**, located in the **Settings** section.
2729

28-
2. 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.
30+
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.
2931

3032
> [!div class="mx-imgBorder"]
31-
> :::image type="content" source="./media/howto-manage-server-portal/scale-server.png" alt-text="Scaling storage for Azure Database for MySQL flexible server.":::
33+
> :::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":::
3234
35+
> [!IMPORTANT]
36+
> - Storage cannot be scaled down.
37+
> - Scaling vCores causes a server restart.
3338
34-
> [!IMPORTANT]
35-
> - Storage cannot be scaled down.
36-
> - Scaling vCores causes a server restart.
37-
38-
3. Select **OK** to save changes.
39+
1. Select **OK** to save changes.
3940

4041
## Reset admin password
4142

4243
You can change the administrator role's password using the Azure portal.
4344

4445
1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the **Overview** window, select **Reset password**.
4546

46-
2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
47+
1. Enter a new password and confirm the password. The textbox prompts you about password complexity requirements.
4748

4849
> [!div class="mx-imgBorder"]
49-
> :::image type="content" source="./media/howto-manage-server-portal/reset-password.png" alt-text="Reset your password for Azure Database for MySQL flexible server.":::
50+
> :::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":::
5051
51-
3. Select **Save** to save the new password.
52+
1. Select **Save** to save the new password.
5253

5354
## Delete a server
5455

5556
You can delete your server if you no longer need it.
5657

57-
1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the **Overview** window select **Delete**.
58+
1. Select your Azure Database for MySQL flexible server instance in the Azure portal. In the Overview window, select **Delete**.
5859

59-
2. Type the name of the server into the input box to confirm that you want to delete the server.
60+
1. Type the name of the server into the input box to confirm that you want to delete the server.
6061

6162
> [!div class="mx-imgBorder"]
62-
> :::image type="content" source="./media/howto-manage-server-portal/delete-server.png" alt-text="Delete the Azure Database for MySQL flexible server instance.":::
63+
> :::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":::
6364
64-
> [!NOTE]
65+
> [!IMPORTANT]
6566
> Deleting a server is irreversible.
6667
67-
3. Select **Delete**.
68+
1. Select **Delete**.
69+
70+
## Related content
6871

69-
## Next steps
7072
- [Learn how to start or stop a server](how-to-stop-start-server-portal.md)
7173
- [Learn how to restore a server](how-to-restore-server-portal.md)
7274
- [Troubleshoot connection issues](how-to-troubleshoot-common-connection-issues.md)
73-

0 commit comments

Comments
 (0)