ballerinax/azure.functions Ballerina library

4.2.0

Package Overview

This module provides an annotation-based Azure Functions extension implementation for Ballerina.

Azure Setup

  • An Azure "Function App" needs to be created in a given resource group with the following requirements
    • Runtime stack - "Java 21"
    • Hosting operating system - "Windows" (This is the default and Linux is not supported in Azure for custom handlers at the moment)

Supported Triggers and bindings:

  • Http - Trigger and Output Binding
  • Queue - Trigger and Output Binding
  • Blob - Trigger, Input and Output Binding
  • Twilio - Output Binding
  • CosmosDB - Trigger, Input and Output Binding
  • Timer - Trigger

Report Issues

To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina Azure Functions repository.

Import

import ballerinax/azure.functions;Copy

Metadata

Released date: 1 day ago

Version: 4.2.0

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.11.0

GraalVM compatible: Yes


Pull count

Total: 37

Current verison: 0


Weekly downloads


Source repository


Keywords

azure

functions

serverless

cloud

Other versions