HttpFunction ​Http​Function

yaml
type: "io.kestra.plugin.azure.function.httpfunction"
yaml
id: test_azure_function
namespace: com.company.test.azure

tasks:
  - id: encode_string
    type: io.kestra.plugin.azure.function.HttpTrigger
    httpMethod: POST
    url: https://service.azurewebsites.net/api/Base64Encoder?code=${{secret('AZURE_FUNCTION_CODE')}}
    httpBody: {"text": "Hello, Kestra"}
Properties
Default {}
Default PT1H
Format duration