Skip to content

Instantly share code, notes, and snippets.

@epomatti
Created March 23, 2022 14:32
Show Gist options
  • Save epomatti/b17902607ddf682c3b4f35ed90ce3e46 to your computer and use it in GitHub Desktop.
Save epomatti/b17902607ddf682c3b4f35ed90ce3e46 to your computer and use it in GitHub Desktop.
Deploy multiple VMs in Azure
# Windows
# Use System Preparation Tool
sysprep /generalize
# Linux
# Take a backup of the VM first
sudo waagent -deprovision+user
# Template
# https://github.com/Azure/azure-quickstart-templates/tree/master/201-vm-copy-managed-disks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment