How to create a system image?
We will explain how you can create a system image for disaster recovery
Prerequisites
Before creating a system image in Azure:
-
You have an active Azure subscription with appropriate permissions to create VM images.
-
The VM is powered off or in a consistent state to ensure data integrity.
-
You have sufficient storage in your Azure Storage account to store the image.
-
Backup any critical data from the VM (optional but recommended).
Steps to Create a System Image in Azure
Step 1: Log in to the Azure Portal
- Go to https://portal.azure.com
- Sign in using your Azure account credentials.
Step 2: Navigate to Virtual Machines
-
In the left-hand menu of Azure Portal, click Virtual Machines.
-
From the list of VMs, select the VM for which you want to create a system image.
-
Make sure the VM is powered off (optional but recommended for consistency).

Step 3: Create the VM Image
-
In the VM overview page, click Capture (usually in the top menu).
-
In the Capture VM pane:
-
Enter an Image name.
-
Select a Resource Group for storing the image.
-
Check the option Automatically delete this virtual machine after creating the image if you don’t need the original VM.
-
-
Click Review + Create, then click Create.
-
Azure will start creating the system image. This may take several minutes depending on the VM size.

Step 4: Verify the Image
In the Azure Portal, go to Compute infrastructure → Custom images

You can create a system image in Azure successfully.