Skip to main content
Jorge Bernhardt Jorge Bernhardt

Virtual machines

2019

How to Resize Azure Managed Disks
·752 words·4 mins· 100 views · 5 likes
Azure CLI Get-AzDisk Get-AzSubscription Get-AzVM
In this post, I want to show you how to expand a managed operating system disk in an Azure virtual machine, using Azure PowerShell and Azure CLI. This tutorial assumes that you already have a Microsoft Azure account configured.
Create multiple identical VMs at once with Azure PowerShell
·438 words·3 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Get-AzSubscription Login-AzAccount Microsoft
Hi, in this blog post, I want to show you a script that I used to implement several identical virtual machines at the same time with Azure PowerShell. Prerequisites> Prerequisites # This tutorial assumes that you already have a Microsoft Azure account set up and you have the PowerShell Azure module on your machine installed.