by George Chrysovaladis Grammatikos | Jan 16, 2020 | Azure, Azure SQL Database
In this post, we will see how to set up the Failover Group on Azure SQL Databases. What Failover Group does is to create a second database replica in the same or another region. Prerequisites Active Azure Subscription Azure SQL Database Server(s) + database(s) ...
by George Chrysovaladis Grammatikos | Jan 10, 2020 | Azure, Portal
In this quick post, I will present the Azure Portal Desktop App which is still in a Preview version. In this desktop app version of Azure Portal can manage our azure resources, execute scripts via cloud shell etc. Download the Azure Portal Desktop App First must be...
by George Chrysovaladis Grammatikos | Dec 27, 2019 | Azure
It is an honour for me to be recognized the hard work I have done for my blog Cloudopszone.com has been ranked in the 26th place among other Microsoft Azure Blogs. I just received the email which states that Feedspot selects cloudopszone.com as one of the Top 50...
by George Chrysovaladis Grammatikos | Dec 22, 2019 | Azure, Azure SQL Database, NoSQL
By reading this post, you will be able to compare and choose the right one service for our database deployments (SQL or NoSQL). Definition SQL: A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational...
by George Chrysovaladis Grammatikos | Dec 10, 2019 | Azure, General
In this quick post, I will try to explain how easily we can create a bearer token and use it to authenticate on Azure REST API. Prerequisites Azure Active Subscription Azure CLI or Cloud Shell Postman Create The Bearer Token For the demo purposes, we are going to use...