Skip to Content

ECCouncil 312-49v10: Copy Azure VM Snapshot to Different Region using Azure CLI

Learn how to use Azure CLI to copy an OS disk snapshot of a compromised VM to a storage account in a different region for further investigation. Discover the step-by-step process and benefits of using Azure CLI for efficient resource management across regions.

Table of Contents

Question

Robert needs to copy an OS disk snapshot of a compromised VM to a storage account in different region for further investigation. Which of the following should he use in this scenario?

A. Azure Active Directory
B. Azure Portal
C. Azure CLI
D. Azure Monitor

Answer

C. Azure CLI

Explanation

To copy an OS disk snapshot of a compromised VM to a storage account in a different region for further investigation, Robert should use Azure CLI (Command-Line Interface).

Azure CLI is a powerful cross-platform tool that allows managing Azure resources from the command line. It provides a set of commands to interact with various Azure services, including virtual machines and storage accounts.

Using Azure CLI, Robert can perform the following steps:

  1. Authenticate and log in to the Azure subscription.
  2. Identify the compromised VM and its OS disk snapshot.
  3. Create a new storage account in the desired region if one doesn’t already exist.
  4. Use the “az storage blob copy start” command to initiate the copy process of the snapshot from the source storage account to the destination storage account in the different region.
  5. Monitor the progress of the copy operation using the “az storage blob show” command.

Azure CLI offers flexibility, automation capabilities, and the ability to manage resources across different regions, making it the most suitable choice for this scenario.

ECCouncil 312-49v10 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the ECCouncil 312-49v10 exam and earn ECCouncil 312-49v10 certification.