HttpFunction
yaml
type: "io.kestra.plugin.azure.function.httpfunction"
Examples
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
httpMethod *Requiredstring
url *Requiredstring
httpBody object
Default
{}
maxDuration string
Default
PT1H
Format
duration