DEV Community

Lillie Mae
Lillie Mae

Posted on

1

HOW TO CREATE A FUNCTION APP WITH A WEBHOOK TO PROVIDE A "HELLO" MESSAGE WITH YOUR NAME.

STEP 1: CREATE A FUNCTION APP

  • Search function app' on the search panel and click on create.
    Image description

  • Fill in your required details.Choose your subscription, add a resource group, your "publish" should be on code, give your function app a name, choose .Net for your "runtime stack", leave the rest as default. Click on review+create then click on create.
    Image description

STEP 2: CREATE A HTTP TRIGGERED EVENT FUNCTION

  • Once deployment is completed, click on "Go to resource".
  • Click on fuction and then click on create.
  • Select Http trigger and scroll down to input a name for your event function or maintain name given. Image description

STEP 3: PROVIDE A HELLO MESSAGE WITH YOUR NAME THEN RUN A TEST

  • To run a test, click on "Get function url" to copy the url.
  • Paste the url in your web browser.
  • At the end of the url code, add "&name=your name" then hit enter. E.g &name=Victor
  • You will receive a hello message with your name. Image description Image description Image description

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay