|
1 | 1 | ---
|
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 |
6 | 6 | ms.service: mariadb
|
7 | 7 | ms.topic: conceptual
|
8 |
| -ms.date: 08/09/2019 |
| 8 | +ms.date: 11/25/2019 |
9 | 9 | ---
|
10 | 10 |
|
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. |
13 | 13 |
|
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). |
16 | 16 |
|
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. |
19 | 19 |
|
20 |
| -1. Click the **Create a resource** button located in the upper left-hand corner of the Azure portal. |
| 20 | +## Scale compute and storage |
21 | 21 |
|
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). |
23 | 23 |
|
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 |
25 | 25 |
|
26 |
| -  |
| 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. |
27 | 27 |
|
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. |
29 | 29 |
|
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. |
41 | 31 |
|
42 |
| -  |
| 32 | +  |
43 | 33 |
|
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. |
45 | 36 |
|
46 |
| -  |
| 37 | +4. Select **OK** to save changes. |
47 | 38 |
|
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. |
49 | 39 |
|
50 |
| - > Select the **Pin to dashboard** option to allow easy tracking of your deployments. |
| 40 | +### Scale vCores up or down |
51 | 41 |
|
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. |
54 | 43 |
|
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. |
57 | 45 |
|
58 |
| -  |
| 46 | +  |
59 | 47 |
|
60 |
| -2. Enter a new password and confirm the password in the window as shown: |
| 48 | + > [!NOTE] |
| 49 | + > Scaling vCores causes a server restart. |
61 | 50 |
|
62 |
| -  |
| 51 | +3. Select **OK** to save changes. |
63 | 52 |
|
64 |
| -3. Click **OK** to save the new password. |
65 | 53 |
|
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 |
72 | 55 |
|
73 |
| -  |
| 56 | +1. Select your server in the Azure portal. Select **Pricing tier**, located in the **Settings** section. |
74 | 57 |
|
75 |
| -4. Click **OK** to save changes. |
| 58 | +2. Change the **Storage** setting by moving the slider up to your desired value. |
76 | 59 |
|
77 |
| -### Scale vCores up/down |
| 60 | +  |
78 | 61 |
|
79 |
| -1. Click on **Pricing tier**, located under **Settings**. |
| 62 | + > [!NOTE] |
| 63 | + > Storage cannot be scaled down. |
80 | 64 |
|
81 |
| -2. Change the **vCore** setting by moving the slider to your desired value. |
| 65 | +3. Select **OK** to save changes. |
82 | 66 |
|
83 |
| -  |
84 | 67 |
|
85 |
| -3. Click **OK** to save changes. |
| 68 | +## Update admin password |
| 69 | +You can change the administrator role's password using the Azure portal. |
86 | 70 |
|
87 |
| -### Scale Storage up |
| 71 | +1. Select your server in the Azure portal. In the **Overview** window select **Reset password**. |
88 | 72 |
|
89 |
| -1. Click on **Pricing tier**, located under **Settings**. |
| 73 | +  |
90 | 74 |
|
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. |
92 | 76 |
|
93 |
| -  |
| 77 | +  |
94 | 78 |
|
95 |
| -3. Click **OK** to save changes. |
| 79 | +3. Select **OK** to save the new password. |
96 | 80 |
|
97 |
| -## Delete an Azure Database for MariaDB server |
98 | 81 |
|
99 |
| -1. From the server **Overview**, click the **Delete** button to open the delete confirmation prompt. |
| 82 | +## Delete a server |
100 | 83 |
|
101 |
| -  |
| 84 | +You can delete your server if you no longer need it. |
102 | 85 |
|
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**. |
104 | 87 |
|
105 |
| -  |
| 88 | +  |
106 | 89 |
|
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. |
108 | 91 |
|
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 | +  |
111 | 93 |
|
112 |
| -  |
| 94 | + > [!NOTE] |
| 95 | + > Deleting a server is irreversible. |
113 | 96 |
|
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**. |
116 | 98 |
|
117 |
| - |
118 | 99 |
|
119 | 100 | ## 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) |
0 commit comments