Introduction
This article will help you learn how to use snapshot in Azure Blob Storage.
Before reading this article, please go through some important articles mentioned below:
Azure Storage
Azure Storage is one of the cloud computing PaaS (Platform as a Service) services the Microsoft Azure team provides. It provides cloud storage that is highly available, secure, durable, scalable, and redundant. It is massively scalable and elastic. It can store and process hundreds of terabytes of data, or you can store the small amounts of data required for a small business website.
Here, we will see about Storage Explorer.
About Storage Explorer
Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux. It allows you to efficiently connect and manage your Azure storage service accounts and resources across subscriptions. You can create, delete, view, and edit resources in Azure Storage, Azure Cosmos DB, and Data Lake Storage.
Azure Storage Explorer is a useful GUI tool for inspecting the data in your Azure cloud storage projects, including the logs of your cloud-hosted applications. You can easily connect to your subscription and manipulate your tables, blobs, queues, and files.
Prerequisites
This article demonstrates how to move blobs (opens in a new window) across containers in your Azure Storage account using Azure Storage Explorer (opens in a new window).
Step 1
First, create two storage accounts with blobs.
![How to transfer Azure Storage blobs between the containers]()
![How to transfer Azure Storage blobs between the containers]()
Step 2
Open the Storage Account that contains the Blobs. Navigate to the Data migration menu. Then choose Browse data migration tools.
![How to transfer Azure Storage blobs between the containers]()
Choose Azure Storage Explorer
![How to transfer Azure Storage blobs between the containers]()
Step 3
Install the storage Explorer.
![How to transfer Azure Storage blobs between the containers]()
Sign in with your Azure Account
![How to transfer Azure Storage blobs between the containers]()
Choose your environment
![How to transfer Azure Storage blobs between the containers]()
Open your storage account in storage explorer. Navigate to the container that contains the Blobs, right-click on it, and click "Copy Blob Container"
![How to transfer Azure Storage blobs between the containers]()
Now, Navigate to the other storage account, right-click on the container, and click "Paste Blob Container"
![How to transfer Azure Storage blobs between the containers]()
Now, it's copied.
![How to transfer Azure Storage blobs between the containers]()
Summary
I hope you understand how to transfer Azure Storage blobs between the containers.