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?
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?
In this scenario, Robert should use Azure CLI. Azure Command-Line Interface (CLI) is a powerful tool that allows users to perform a variety of tasks related to Azure resources from the command line. It includes commands that can be used to manage, copy, and transfer snapshots across different regions. This makes it particularly suitable for copying an OS disk snapshot to a storage account in a different region for investigation purposes.
C. Azure CLI Robert should use Azure CLI (Command-Line Interface) to copy an OS disk snapshot of a compromised VM to a storage account in a different region for further investigation. Azure CLI provides the necessary commands to manage Azure resources from the command line, including copying snapshots across regions. This information is aligned with best practices and would be consistent with the details found in the CHFI v10 textbook.
Cli is always prefered
Create a Snapshot of the OS Disk of the Affected VM via Azure Portal Create a Snapshot of the OS Disk of the Affected VM via Azure CLI
Both answer B and C are correct