Skip to content

Commit 90c3102

Browse files
authored
Merge pull request #96512 from rachel-msft/edits1119
Update howto-create-manage-server-portal.md
2 parents df5b3d9 + a7f5469 commit 90c3102

32 files changed

+210
-142
lines changed
Lines changed: 53 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,102 @@
11
---
2-
title: Create and manage Azure Database for MariaDB server using Azure portal
3-
description: This article describes how you can quickly create a new Azure Database for MariaDB server and manage the server using the Azure Portal.
4-
author: ambhatna
5-
ms.author: ambhatna
2+
title: Manage Azure Database for MariaDB - Azure portal
3+
description: Learn how to manage an Azure Database for MariaDB server from the Azure portal.
4+
author: ajlam
5+
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 08/09/2019
8+
ms.date: 11/25/2019
99
---
1010

11-
# Create and manage Azure Database for MariaDB server using Azure portal
12-
This topic describes how you can quickly create a new Azure Database for MariaDB server. It also includes information about how to manage the server by using the Azure portal. Server management includes viewing server details and databases, resetting the password, scaling resources, and deleting the server.
11+
# Manage an Azure Database for MariaDB server using the Azure portal
12+
This article shows you how to manage your Azure Database for MariaDB servers. Management tasks include compute and storage scaling, admin password reset, and viewing server details.
1313

14-
## Log in to the Azure portal
15-
Log in to the [Azure portal](https://portal.azure.com).
14+
## Sign in
15+
Sign in to the [Azure portal](https://portal.azure.com).
1616

17-
## Create an Azure Database for MariaDB server
18-
Follow these steps to create an Azure Database for MariaDB server named “mydemoserver.”
17+
## Create a server
18+
Visit the [quickstart](quickstart-create-mariadb-server-database-using-azure-portal.md) to learn how to create and get started with an Azure Database for MariaDB server.
1919

20-
1. Click the **Create a resource** button located in the upper left-hand corner of the Azure portal.
20+
## Scale compute and storage
2121

22-
2. On the New page, select **Databases**, and then on Databases page, select **Azure Database for MariaDB**.
22+
After server creation you can scale between the General Purpose and Memory Optimized tiers as your needs change. You can also scale compute and memory by increasing or decreasing vCores. Storage can be scaled up (however, you cannot scale storage down).
2323

24-
> An Azure Database for MariaDB server is created with a defined set of [compute and storage](./concepts-pricing-tiers.md) resources. The database is created within an Azure resource group and in an Azure Database for MariaDB server.
24+
### Scale between General Purpose and Memory Optimized tiers
2525

26-
![create-new-server](./media/howto-create-manage-server-portal/create-new-server.png)
26+
You can scale from General Purpose to Memory Optimized and vice-versa. Changing to and from the Basic tier after server creation is not supported.
2727

28-
3. Fill out the Azure Database for MariaDB form by using the following information:
28+
1. Select your server in the Azure portal. Select **Pricing tier**, located in the **Settings** section.
2929

30-
| **Form Field** | **Field Description** |
31-
|----------------|-----------------------|
32-
| *Server name* | mydemoserver (server name is globally unique) |
33-
| *Subscription* | mysubscription (select from the drop-down menu) |
34-
| *Resource group* | myresourcegroup (create a new resource group or use an existing one) |
35-
| *Select source* | Blank (create a blank MariaDB server) |
36-
| *Server admin login* | myadmin (setup admin account name) |
37-
| *Password* | set admin account password |
38-
| *Confirm password* | confirm admin account password |
39-
| *Location* | Southeast Asia (select between North Europe and West US) |
40-
| *Version* | 10.3 (choose Azure Database for MariaDB server version) |
30+
2. Select **General Purpose** or **Memory Optimized**, depending on what you are scaling to.
4131

42-
![create-new-server](./media/howto-create-manage-server-portal/form-field.png)
32+
![change-pricing-tier](./media/howto-create-manage-server-portal/change-pricing-tier.png)
4333

44-
4. Click **Configure Server** to specify the service tier and performance level for your new server. Select the **General Purpose** tab. *Gen 5*, *4 vCores*, *100 GB*, and *7 days* are the default values for **Compute Generation**, **vCore**, **Storage**, and **Backup Retention Period**. You can leave those sliders as it is. To enable your server backups in geo-redundant storage select **Geographically Redundant** from the **Backup Redundancy Options**.
34+
> [!NOTE]
35+
> Changing tiers causes a server restart.
4536
46-
![create-server-pricing-tier](./media/howto-create-manage-server-portal/create-server-pricing-tier.png)
37+
4. Select **OK** to save changes.
4738

48-
5. Click **Review + Create** to go to the review screen and verify all the details. Click **Create** to provision the server. Provisioning takes a few minutes.
4939

50-
> Select the **Pin to dashboard** option to allow easy tracking of your deployments.
40+
### Scale vCores up or down
5141

52-
## Update an Azure Database for MariaDB server
53-
After the new server has been provisioned, the user has several options for configuring the existing server, including resetting the administrator password, changing the pricing tier and scaling the server up or down by changing vCore or storage.
42+
1. Select your server in the Azure portal. Select **Pricing tier**, located in the **Settings** section.
5443

55-
### Change the administrator user password
56-
1. From the server **Overview**, click **Reset password** to show the password reset window.
44+
2. Change the **vCore** setting by moving the slider to your desired value.
5745

58-
![overview](./media/howto-create-manage-server-portal/overview.png)
46+
![scale-compute](./media/howto-create-manage-server-portal/scaling-compute.png)
5947

60-
2. Enter a new password and confirm the password in the window as shown:
48+
> [!NOTE]
49+
> Scaling vCores causes a server restart.
6150
62-
![reset-password](./media/howto-create-manage-server-portal/reset-password.png)
51+
3. Select **OK** to save changes.
6352

64-
3. Click **OK** to save the new password.
6553

66-
### Change the pricing tier
67-
> [!NOTE]
68-
> Scaling is only supported from General Purpose to Memory Optimized service tiers and vice-versa. Please note that changing to and from the Basic pricing tier after server creation is not supported in Azure Database for MariaDB.
69-
>
70-
1. Click on **Pricing tier**, located under **Settings**.
71-
2. Select the **Pricing tier** you want to change to.
54+
### Scale storage up
7255

73-
![change-pricing-tier](./media/howto-create-manage-server-portal/change-pricing-tier.png)
56+
1. Select your server in the Azure portal. Select **Pricing tier**, located in the **Settings** section.
7457

75-
4. Click **OK** to save changes.
58+
2. Change the **Storage** setting by moving the slider up to your desired value.
7659

77-
### Scale vCores up/down
60+
![scale-storage](./media/howto-create-manage-server-portal/scaling-storage.png)
7861

79-
1. Click on **Pricing tier**, located under **Settings**.
62+
> [!NOTE]
63+
> Storage cannot be scaled down.
8064
81-
2. Change the **vCore** setting by moving the slider to your desired value.
65+
3. Select **OK** to save changes.
8266

83-
![scale-compute](./media/howto-create-manage-server-portal/scale-compute.png)
8467

85-
3. Click **OK** to save changes.
68+
## Update admin password
69+
You can change the administrator role's password using the Azure portal.
8670

87-
### Scale Storage up
71+
1. Select your server in the Azure portal. In the **Overview** window select **Reset password**.
8872

89-
1. Click on **Pricing tier**, located under **Settings**.
73+
![overview](./media/howto-create-manage-server-portal/overview-reset-password.png)
9074

91-
2. Change the **Storage** setting by moving the slider to your desired value.
75+
2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
9276

93-
![scale-storage](./media/howto-create-manage-server-portal/scale-storage.png)
77+
![reset-password](./media/howto-create-manage-server-portal/reset-password.png)
9478

95-
3. Click **OK** to save changes.
79+
3. Select **OK** to save the new password.
9680

97-
## Delete an Azure Database for MariaDB server
9881

99-
1. From the server **Overview**, click the **Delete** button to open the delete confirmation prompt.
82+
## Delete a server
10083

101-
![delete](./media/howto-create-manage-server-portal/delete.png)
84+
You can delete your server if you no longer need it.
10285

103-
2. Type the name of the server into the input box for double confirmation.
86+
1. Select your server in the Azure portal. In the **Overview** window select **Delete**.
10487

105-
![confirm-delete](./media/howto-create-manage-server-portal/confirm.png)
88+
![delete](./media/howto-create-manage-server-portal/overview-delete.png)
10689

107-
3. Click the **Delete** button to confirm deleting the server. Wait for the “Successfully deleted MariaDB server" pop up to appear in the notification bar.
90+
2. Type the name of the server into the input box to confirm that this is the server you want to delete.
10891

109-
## List the Azure Database for MariaDB databases
110-
From the server **Overview**, scroll down until you see the database tile at the bottom. All databases in the server are listed in the table.
92+
![confirm-delete](./media/howto-create-manage-server-portal/confirm-delete.png)
11193

112-
![show-databases](./media/howto-create-manage-server-portal/show-databases.png)
94+
> [!NOTE]
95+
> Deleting a server is irreversible.
11396
114-
## Show details of an Azure Database for MariaDB server
115-
Click on **Properties**, located under **Settings** to view detailed information about the server.
97+
3. Select **Delete**.
11698

117-
![properties](./media/howto-create-manage-server-portal/properties.png)
11899

119100
## Next steps
120-
121-
[Quickstart: Create Azure Database for MariaDB server using Azure portal](./quickstart-create-mariadb-server-database-using-azure-portal.md)
101+
- Learn about [backups and server restore](howto-restore-server-portal.md)
102+
- Learn about [tuning and monitoring options in Azure Database for MariaDB](concepts-monitoring.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)