Set-AzVMSourceImage
2020
Azure Spot VMs Explained
·906 words·5 mins·
100
views
·
5
likes
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 deploy Azure VMs with Ephemeral OS disks
·719 words·4 mins·
100
views
·
5
likes
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
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.