Azure Storage is the cloud storage solution for modern applications that rely on durability, availability, and scalability to meet the needs of their customers
Azure storage provides the following four services: Blob storage, Table storage, Queue storage, and File storage.
-
Blob Storage stores unstructured object data. A blob can be any type of text or binary data, such as a document, media file, or application installer. Blob storage is also referred to as Object storage.
-
Table Storage stores structured datasets. Table storage is a NoSQL key-attribute data store, which allows for rapid development and fast access to large quantities of data.
-
Queue Storage provides reliable messaging for workflow processing and for communication between components of cloud services.
-
File Storage offers shared storage for legacy applications using the standard SMB protocol. Azure virtual machines and cloud services can share file data across application components via mounted shares, and on-premises applications can access file data in a share via the File service REST API.
Version 2.0.0 - July 03, 2018
Compatibility
Software | Version |
---|---|
Mule Runtime |
4.1.x |
Azure Storage API |
5.0.0 |
Version 2.1.0 - July 22, 2020
Compatibility
Software | Version |
---|---|
Mule Runtime |
4.2.x |
Azure Storage API |
8.0.0 |
What’s New
Version 3.0.0 - September 23, 2024
Compatibility
Software | Version |
---|---|
Mule Runtime |
4.1.5 and later |
Azure Storage API |
8.0.0 |
What’s New
Features
-
Blob Storage.
-
Table Storage.
-
Queue Storage
-
File Storage.