Skip to content

Instantly share code, notes, and snippets.

@m8r1us
Last active February 19, 2024 10:12
Show Gist options
  • Save m8r1us/1e0fa42a6aa3905c8324e8a2aa86a357 to your computer and use it in GitHub Desktop.
Save m8r1us/1e0fa42a6aa3905c8324e8a2aa86a357 to your computer and use it in GitHub Desktop.
Trigger
fetch('https://name.azurewebsites.net/api/HttpTrigger1', {
method: 'POST',
body: "<yourcontent>",
headers: {'x-functions-key': 'key'}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment