Microsoft Azure Storage Connector Overview¶
The Microsoft Azure Storage Connector allows you to access the Azure Storage services (using Microsoft Azure Storage Java SDK) from an integration sequence. Azure Storage is a Microsoft-managed cloud service that provides storage that is highly available, secure, durable, scalable and redundant. The Azure Storage consists of four primary Azure Storage types. They are blob storage, table storage, file storage, and queue storage.
To see the available Microsoft Azure Storage connector, navigate to the connector store and search for "Azure".
Compatibility¶
Connector version | Supported product versions |
---|---|
2.x (latest) | MI 4.2.0, MI 4.1.0, MI 4.0.0 |
1.0.0 | MI 4.0.0, EI 7.1.0, EI 7.0.x, EI 6.6.0, EI 6.1.0 |
For older versions, see the details in the connector store.
Microsoft Azure Storage Connector documentation (latest - 2.x version)¶
What's New in 2.x?
-
Use Azure Blob Storage SDK v12.23.0.
-
New UI model in the Integration Studio.
-
Support Client credentials authentication.
-
Setting up the Microsoft Azure Storage Environment: This involves setting up a Microsoft Azure Storage account and obtaining access credentials.
-
Microsoft Azure Storage Connector Example: This example demonstrates how to work with container and blob operations using the ESB Microsoft Azure Storage Connector.
-
Microsoft Azure Storage Connector Reference: This documentation provides a reference guide for the Microsoft Azure Storage Connector.
For older versions, see the details in the relevant links.
How to contribute¶
As an open source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, please create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top