All Stories
How to create an Azure MariaDB database using Azure CLI
Besides MySQL, MariaDB is another free open source relation database under the GNU General Public License, that is often compared to MySQL. That’s because MariaDB is a fork of the MyS...
In azure, Oct 22, 2019How to create an Azure MySQL database using Azure CLI
MySQL is one of the most used open source relation database management system (RDBMS) with a client-server model. It’s most commonly used as a web database, although it can have many ...
In azure, Oct 18, 2019How to backup and restore an Azure SQL database using Azure CLI
You cannot think of a SQL Server Administration or any kind of a relational and non-relational database administration without the two magic words: backup and restore. Backing up a da...
In azure, Oct 17, 2019How to upload your local files to your AWS S3 bucket with AWS CLI
There are a lot of reasons for moving your local files into your AWS S3 bucket. Maybe you want to host your static files with S3 or you want to make a backup of your database, etc… In...
In aws, Oct 15, 2019How to rename an Azure SQL database using Azure CLI
As a part of an Azure SQL Database administration series, this post will be a follow up from the last one, where i will write about renaming Azure SQL database, which is kind of a com...
In azure, Oct 14, 2019How to recover lost admin password for an Azure SQL database using Azure CLI
A very common task that i’m used to as a DevOps engineer working in the cloud, is resetting forgotten or lost passwords for server or database access. Although one of the best practic...
In azure, Oct 13, 2019How to install and setup ELK Stack on Ubuntu
ELK Stack is a combination of three open source tools which forms a log management tool. ELK Stack is a platform that helps in deep searching, analyzing, and visualizing the log gener...
In elasticsearch, Oct 12, 2019How to create and configure Azure SQL Database using Azure CLI
Azure SQL Database is an Azure cloud managed service that provides relational database-as-a-service (DBaaS). In other words, you can migrate or scale on-premise SQL databases without ...
In azure, Oct 12, 2019How to buy custom domain name with Azure App Service Domains
Azure App Service Domains let you buy and manage top-level domains directly from the Azure Portal. These domains will be hosted on the Azure DNS Service, that you can easily map to yo...
In azure, Oct 11, 2019How to create and manage public Azure DNS using Azure CLI
Azure DNS is a cloud-based DNS hosting service that allows you to host and manage your own domains. These domains are hosted on Azure’s global network of DNS name servers. Keep in min...
In azure, Oct 10, 2019