In this post, we will quickly create a SQL Server in Azure. To achieve this I will use a PowerShell script. Prerequisite is: Azure Subscription existing Resource Group First, we will define a variable. After that, we will check if there is already a server if not, then the script will start to create one.Continue reading “Create SQL Server for SQL Database in Azure”
Category Archives: cloud
How to start migration MS SQL Databases to the Azure Cloud
For one of my clients, I had to prepare a presentation on how to start migrating SQL Server databases to Azure Cloud. My goal was to start with the basics and answer the questions that both myself and the client should ask at the beginning of the migration process. I would like to share myContinue reading “How to start migration MS SQL Databases to the Azure Cloud”
Azure RBAC (Role-Based Access Control)
A quick post about Azure RBAC and Role Definition. What I can do with RBAC? Allow for particular user to manage Virtual Machines or for another user to manage Storage Allow for Database Admins to manage SQL Managed Instance in a subscription Allow for a user to manage all resources in a Resource Group likeContinue reading “Azure RBAC (Role-Based Access Control)”