SKU Configuration Issue When Creating MariaDB

TAP_DEV 0 Reputation points
2023-09-07T01:42:59.24+00:00
console 
"sku": { "name": "GP_Gen5_4", "tier": "GeneralPurpose", "family": "Gen5", "capacity": 4 }

 restApi 
"sku": { "name": "B_Gen5_1", "tier": "Basic", "family": "Gen5", "capacity": 1 }

I'm trying to create MariaDB using a REST API.

Even when I set appropriate values for the SKU attribute,

it keeps creating as 'Basic.'

What's more, setting the SKU attribute to 'null' also results in it being created as 'Basic.'

I couldn't find any information about this in the API documentation.

I'm seeking help from anyone who may have knowledge about this issue.

Azure Database for MariaDB
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
975 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 13,436 Reputation points Microsoft Employee
    2023-09-07T03:26:51.25+00:00

    Hi TAP_DEV •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understand, you could not create Azure Database for MariaDB using Rest API with any other SKU apart from "Basic"

    The documentation for that is here:

    https://learn.microsoft.com/en-us/rest/api/mariadb/databases/create-or-update?tabs=HTTP

    In the meantime, I am trying to reproduce this case and will get back to you.

    Thanks

    0 comments No comments