title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Manage server - Azure portal - Azure Database for MariaDB |
Learn how to manage an Azure Database for MariaDB server from the Azure portal. |
ajlam |
andrela |
mariadb |
conceptual |
3/18/2020 |
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.
Sign in to the Azure portal.
Visit the quickstart to learn how to create and get started with an Azure Database for MariaDB server.
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).
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.
-
Select your server in the Azure portal. Select Pricing tier, located in the Settings section.
-
Select General Purpose or Memory Optimized, depending on what you are scaling to.
[!NOTE] Changing tiers causes a server restart.
-
Select OK to save changes.
-
Select your server in the Azure portal. Select Pricing tier, located in the Settings section.
-
Change the vCore setting by moving the slider to your desired value.
[!NOTE] Scaling vCores causes a server restart.
-
Select OK to save changes.
-
Select your server in the Azure portal. Select Pricing tier, located in the Settings section.
-
Change the Storage setting by moving the slider up to your desired value.
[!NOTE] Storage cannot be scaled down.
-
Select OK to save changes.
You can change the administrator role's password using the Azure portal.
-
Select your server in the Azure portal. In the Overview window select Reset password.
-
Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
-
Select OK to save the new password.
You can delete your server if you no longer need it.
-
Select your server in the Azure portal. In the Overview window select Delete.
-
Type the name of the server into the input box to confirm that this is the server you want to delete.
[!NOTE] Deleting a server is irreversible.
-
Select Delete.
- Learn about backups and server restore
- Learn about tuning and monitoring options in Azure Database for MariaDB