Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to invoke Azure Functions #22

Open
mrmihi opened this issue Jun 23, 2024 · 0 comments
Open

How to invoke Azure Functions #22

mrmihi opened this issue Jun 23, 2024 · 0 comments

Comments

@mrmihi
Copy link
Member

mrmihi commented Jun 23, 2024

// 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"
     }
 }
})
@GIHAA GIHAA assigned GIHAA and unassigned GIHAA Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants