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.
Step 2
Open the Storage Account that contains the Blobs. Navigate to the Data migration menu. Then choose Browse data migration tools.
Choose Azure Storage Explorer
Step 3
Install the storage Explorer.
Sign in with your Azure Account
Choose your environment
Open your storage account in storage explorer. Navigate to the container that contains the Blobs, right-click on it, and click "Copy Blob Container"
Now, Navigate to the other storage account, right-click on the container, and click "Paste Blob Container"
Now, it's copied.
Summary
I hope you understand how to transfer Azure Storage blobs between the containers.