How do I quickly upload files from an Azure Windows VM to Azure Blob Storage?

Hiroaki Fujii 21 Reputation points
2021-02-25T08:59:48.38+00:00

I'm having trouble uploading backup data from my Windows VM to Blob storage.
I use the Azure Active Directory registration app to authenticate to my Storage account. There is no content in the app, only Client secrets are created and used.
Specifically, Arcserve UDP on the VM backs up the on-premises servers and copies the VHD files to use as the virtual standby to the Storage account.
Is Accelerated Networking on Azure VM useful in this case?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,079 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,664 questions
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2021-02-25T10:02:02.41+00:00

    Hi @Hiroaki Fujii
    To Upload and download files you can use Azure Storage Explorer Or AzCopy

    Azure Storage Explorer is a free tool from Microsoft that allows you to work with Azure Storage data on Windows, macOS, and Linux.
    Azure Storage Explorer you can use to move data to and from Azure Blob storage

    AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.

    azcopy copy Examples

    If the Answer is helpful, please click **Accept Answer** and up-vote, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful