Azure Storage Service is a highly available, scalable, secure, durable and redundant cloud storage solution form Microsoft. There are four types of storage: Blob Storage, File Storage, Queue Storage and Table Storage.
This package allows you to access Azure Blob REST API and Azure File REST API through Ballerina.
For more information, go to the modules.
-
Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).
-
Download and install Ballerina Swan Lake.
Execute the commands below to build from the source.
- To build the Gradle project:
./gradlew build
- To build the ballerina package:
bal build ./ballerina
- To run the tests after build:
bal test ./ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
All contributors are encouraged to read the Ballerina Code of Conduct.
- Discuss the code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.