Microsoft Azure

How to create a single Azure database using Azure PowerShell

Hi, I share a script to create a Single Azure Database using PowerShell commands Prerequisites: Azure account Azure module for PowerShell (https://docs.microsoft.com/en-us/powershell/azure/install-az-ps) Disclaimer: Due to the constant updating of Cloud Computing technologies some steps may be different when reading the article, I will make the effort to keep it updated, but there could be some …

Continue Reading
Microsoft Azure

How to use the Azure Resource Graph Explorer to inventory resources in MS Azure

Hello, in this article we will see how to inventory our resources using the Resource Graph Explorer service. This is very useful for us when we have multiple resources and we want in a simple way by using queries (KQL) to visualize the resources of one or several subscriptions. Prerequisite: A Microsoft Azure subscription. Disclaimer: …

Continue Reading
Microsoft Azure

How to create an Azure AD B2C directory and enable OpenID to delegate authentication

Hello, in this post we will see how to perform the creation of a B2C directory, the settings to add an application, the creation of an Open ID authentication to delegate authentication to users using Microsoft services and via email. Prerequisites: A subscription of Microsoft Azure. Global administrator role in the Azure AD directory Disclaimer: …

Continue Reading
Microsoft Azure

Continuous Delivery using Azure DevOps

Hello, in this article we will see how to automate the deployment of a web application using Azure Devops, Git and App Service of MS Azure. Prerequisites: A Microsoft Azure subscription. An Azure DevOps user (free up to 5 users) Git (https://git-scm.com/downloads) Visual Studio Code (https://code.visualstudio.com/download) Disclaimer: Given the constant updating of Cloud Computing technologies …

Continue Reading
Microsoft Azure

Using the Cloud Shell in MS Azure to create a virtual machine with Windows Server and enable the IIS role

Hello, in this article we will see how to create a virtual machine easily through the Cloud Shell, an integrated scripting environment where we can use commands with Powershell or use Bash for provisioning and operations on the different MS Azure resources. Prerequisite: A Microsoft Azure subscription. Disclaimer: Given the constant updating of Cloud Computing …

Continue Reading
Microsoft Azure

Creation of an Azure Kubernetes Services (AKS) cluster and deployment of an application

Hello, in this article we will see how to create an AKS cluster, an instance completely managed by Azure, that allows us to have orchestration and instances for microservices. Prerequisite: A Microsoft Azure subscription. Disclaimer: Given the constant updating of Cloud Computing technologies some steps may be different at the time of reading the article, …

Continue Reading
Microsoft Azure

Copying a virtual machine using a snapshot with PowerShell

Hello, in this article we will see how to perform a migration from one virtual machine to another region, while we can assign it to another group of resources and change its name. Prerequisites: A Microsoft Azure subscription. Powershell (version 5.1 or higher) PowerShell module for Azure Az (https://docs.microsoft.com/en-us/powershell/azure/install-az-ps) Disclaimer: Given the constant updating of …

Continue Reading
Microsoft Azure

Assessment and migration of a database from SQL Server 2017 to Azure SQL Database using Data Migration Assistant

Hello, in this article we will see how to create an assessment project and then we will perform a migration of a database using Data Migration Assistant (DMA) from an instance of SQL Server 2017 on a local PC to Azure SQL Database. Prerequisites: SQL Server 2017 installed locally. A Microsoft Azure subscription. Data Migration …

Continue Reading