


There are similarities and differences between Azure Storage queues and Azure Service Bus queues, which can be found in Please note that Azure offers another queue service, called Service Bus queues.

You can change the contents of a message in-place in the queue.Therefore Queue Storage is an ideal method to process events that don’t require a specific order. Queue Storage enables us to put messages on the queue and asynchronously process these messages. Azure Data Factory supports data copy to / from Blob Storage.There are number of solutions which are used to migrate / copy existing Data to Blob Storage.We will discuss Storage Account in this article. A Container is created within a Storage Account.A Container can store unlimited number of Blobs. All Blobs must be within a container, which is conceptually a directory.A Snapshot is a read only copy of the Blob. You can take snapshot from any type of Blob.For example, you cannot convert a Block Blob to a Page Blob or Append Blob. Once a Blob has been created, it is not possible to change its type. Blob type can be defined only during creation.In addition, it can also be accessed programmatically using Azure PowerShell, REST API, Azure CLI or Client Libraries (Python. Blob storage can be accessible from anywhere in the world using HTTP / HTTPS.Most of the Azure Managed services, like Azure Backup, ASR, Data Lake, use Blob storage to store the data.
