Improve this page

Storage Account whether it is LRS, GRS

DESIGN DATA

Ensure MariaDB server enables geo-redundant backups

What are the sustainable benefits

fill benefits here

How to do it

make a descriptive how to here

Sustainability index rule

    {
      "type": "Microsoft.DBforMariaDB/servers",
      "properties": { "storageProfile": { "geoRedundantBackup": "Enabled" } },
      "description": "Ensure MariaDB server enables geo-redundant backups",
      "severity": "Low",
      "refLink": "https://docs.microsoft.com/en-us/azure/templates/microsoft.dbformariadb/servers?tabs=json",
      "conceptLink": "https://docs.microsoft.com/en-us/azure/mariadb/concepts-backup"
    },