Azure Database for MariaDB
Azure Database for MariaDB is a fully managed relational database service provided by Microsoft Azure based on the open-source MariaDB Server engine. It’s part of Azure’s suite of fully managed database services, designed to save you time and resources in managing your database and allowing you to focus on your application development. Azure Database for
58 CHAPTER 2 Identify considerations for relational data on Azure
MariaDB offers automated patching, backups, and monitoring, making your database mainte-nance tasks easier.
MariaDB is a popular open-source database, developed by the original creators of MySQL. It is designed to remain free and open-source software under the GNU GPL. It’s largely com-patible with MySQL, while offering more robust, scalable, and reliable SQL server capabilities. MariaDB is developed with a focus on performance and stability, and it includes a rich set of features such as advanced query optimization and a variety of storage engines.
■■ Fully managed service: Azure Database for MariaDB is a fully managed database ser-vice, meaning that Microsoft handles much of the heavy lifting associated with database management. This includes server maintenance, failover, and disaster recovery capa-bilities. This way, you can focus on designing and coding your applications rather than dealing with the intricacies of database administration.
■■ Security and compliance: Azure Database for MariaDB integrates with Azure’s advanced security and compliance services. It includes protection capabilities such as Advanced Threat Protection, which can detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit your database. You can also man-age and monitor all activity within your database using Azure Monitor and Azure Log Analytics.
■■ Integration with Azure Services: This database service also integrates well with other Azure services, allowing you to build comprehensive, cloud-based applications. You can integrate your database with Azure App Service for creating web and mobile apps, with Azure Functions for serverless computing, or with Azure Logic Apps for building automated workflows.
Now let’s dive deeper inro the business benefits and use cases of Azure Database for MariaDB.
Leave a Reply