Microsoft Azure Storage Connector Overview¶
The Microsoft Azure Storage Connector allows you to access the Azure Storage services using Microsoft Azure Storage Java SDK through WSO2 EI. 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 WSO2 EI version |
---|---|
1.0.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¶
-
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 WSO2 Microsoft Azure Storage Connector.
-
Microsoft Azure Storage Connector Reference: This documentation provides a reference guide for the Microsoft Azure Storage Connector.
How to contribute¶
As an open source project, WSO2 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