I`m unable to create MariDB server in Azure, not even via Azure CLI

Rafael Veloso 0 Reputation points
2024-10-21T20:02:44.4033333+00:00

I`m trying to create an Azure Maria DB server via CLI and also portal, and I'm unable to do this, I know that is in retire, but I need to do for some tests reason. this is what I'm trying:

az mariadb server create -l eastus -g rgmariadb -n maridbrvs -u myadmin -p H@Sh1CoR3! --sku-name B_Gen5_1 --ssl-enforcement Disabled --public-network-access Enabled --backup-retention 10 --geo-redundant-backup Disabled --storage-size 51200 --version 10.3

this is the error:

(InvalidElasticServerType) The provided server type value 'Azure Database for MariaDB - Single Server' is invalid.

Code: InvalidElasticServerType

Message: The provided server type value 'Azure Database for MariaDB - Single Server' is invalid.

Azure Database for MariaDB
Azure Database for MariaDB
An Azure managed MariaDB database service for app development and deployment.
56 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Raghunadh M 1,210 Reputation points Microsoft Vendor
    2024-10-21T20:57:32.87+00:00

    Hi @Rafael Veloso,

    Thanks for the question and using MS Q&A platform.

    As part of the retirement, Azure is no longer supporting in creating Azure Database for MariaDB from the Azure portal beginning January 19, 2024.

    Azure CLI is supported until March 19, 2024.

    You need to raise Azure Support ticket if you still need to create MariaDB instances to address business continuity requirements.

    User's image If you have any queries related to Azure Database for MariaDB please go through this link: Frequently Asked Questions (FAQs).

    Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.