Prepare the Microsoft Azure for the Upgrade
To upgrade virtual machines in Azure, you must create a image and snapshot from the new VHD. However, you can use the same Resource Group, Network Security Group, Virtual Network, and Storage Account that you have created at the time of deployment. See Deploy and Configure Virtual Machines in Microsoft Azure.
config.cfg
such as tags, deployment configuration, and IP addresses. Run these scripts in the given order. For more information about Azure CLI, see Azure CLI Documentation.
Azure Resources | Description | Reference Scripts | |
---|---|---|---|
1 | Disk |
Upload the VHD image to a storage account. Create a disk by using the URI of the VHD file. | 05-azure-create-disk.sh |
2 | Image Gallery |
An image is a copy of the disk. Image gallery is a place where you can store and share the image to create multiple virtual machines.
See See Store and share images in an Azure Compute Gallery. |
|