Tuesday, March 30, 2021

How to capture image of a VM in Azure Portal

 You can create the image file of an existing VM and restore it any time. This is very helpful to restore the existing server incase of any blunder on VM. 

Follow the below steps to create and restore image.

Open Virtual machine which you recently created.


Click on Capture link (highlighted below). 


It will redirect you to the new page. In the below page provide details for image.



finally click on Review + Create. It will take some time to create image of existing VM. during creation of image your existing VM will be stopped. 

You can find the image file in your resource group or in images resource.

If you want to create new VM with existing image file then click on image name. It will redirect you to the new page.



Click on Create VM link on the top. It will redirect you to Create VM page. there you need to select the existing created image from image dropdown section and all other steps are same. 
In this way you can replicate same server multiple time.

Related Posts:

  • Microsoft Azure Q/A What is Microsoft Azure?Answer: Microsoft Azure is a cloud computing platform provided by Microsoft that offers a wide range of services, includ… Read More
  • Azure Service Bus With C# Azure Service Bus is a fully managed messaging service from Microsoft that allows applications to send messages to each other and receive messag… Read More
  • Azure API Management (APIM) Azure API Management is a fully managed service that helps developers to securely expose their APIs to external and internal customers. It provi… Read More
  • Azure WebJobs WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app.… Read More
  • Azure Data FactoryAzure Data Factory enables you to move and transform data from various sources to various destinations. It's a managed cloud service designed specific… Read More

0 comments:

Post a Comment