Ballerina Central will undergo scheduled maintenance on Wednesday, August 06, from 00:30 AM to 01:30 AM UTC. During this time, Ballerina Central login and sign up will be temporarily disabled. We appreciate your patience as we work to improve your experience. For more information, reach out to contact@ballerina.io
 

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

Other versions

Metadata

Released date: 5 months ago

Version: 4.2.0

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.11.0

GraalVM compatible: Yes


Pull count

Total: 50

Current verison: 12


Weekly downloads


Source repository


Keywords

azure

functions

serverless

cloud