how to copy managed vm image to storage account in resource group via powershell

Smita Patil 1 Reputation point
2021-06-16T12:48:18.193+00:00

I wanted to copy the managed image to storage account in same resource group via powershell. Please help.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,164 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,157 Reputation points MVP
    2021-06-16T14:32:46.23+00:00

    You cannot copy a managed image to a storage account, as managed disks, and images, do not require storage accounts. If you are looking to move a managed image to another region or subscription you can do so by copying a snapshot, you can find instructions here.

    0 comments No comments