Skip to main content
Jorge Bernhardt Jorge Bernhardt

New-AzVM

2020

How to create snapshots for Azure managed disks
·1068 words·6 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Azure PowerShell Connect-AzAccount Get-AzDisk
Azure managed disks have a long list of benefits that make them the ideal choice to use with your virtual machines. One of those benefits is the ability to take snapshots of your virtual disks.
Azure Spot VMs Explained
·906 words·5 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Azure PowerShell Connect-AzAccount Get-AzSubscription
Hello, I want to talk to you about Azure Spot virtual machines. Although this functionality is currently in a public preview, I find it an exciting alternative to save money in dev/test environments but not in production environments.

2019

How to implement Azure Ultra Disks
·839 words·4 mins· 100 views · 5 likes
Add-AzVMDataDisk Azure PowerShell Connect-AzAccount Get-AzComputeResourceSku
Recently, Microsoft announced the general availability of Microsoft Azure Ultra Disks. These new managed disks offer incredible performance with a latency of less than milliseconds, ideal for use on Azure VMs running mission-critical workloads.
How to deploy Azure VMs with Ephemeral OS disks
·719 words·4 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Azure PowerShell Connect-AzAccount Get-AzSubscription
Hi, today I want to talk to you about the Ephemeral OS disks and how to perform the deployment of virtual machines with Ephemeral OS disks using Azure PowerShell. The Ephemeral operating system disks are created in local VM virtual storage, such as temporary disks, and are not saved in Azure Remote Storage.
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.