Skip to content

How to invoke Azure Functions #22

@mrmihi

Description

@mrmihi
// Use this to access the input data passed while manually invoking a timer trigger
const requestData = context.bindingData[context.executionContext?.functionName]

// Add the following as a pre-request script in postman while making the request
pm.request.body.update({
 mode: "raw",
 raw: JSON.stringify({
    input: JSON.stringify(JSON.parse(pm.request.body.raw).input)
}),
 options: {
     raw: {
         language: "json"
     }
 }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions