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