-
Log in to Azure Portal.
-
Click on the Create a resource link at the upper-left corner.
-
Click on the Serverless Function App link. If the link is invisible on the page, search for "Function App" in the search box and click on the found entry.
-
Enter an App name and click on the Create button, accepting all default settings.
-
Once the Function app is created, go to the deployed resource. You can get the link by clicking on the notification icon (a bell) to the upper-right corner, and click on the Go to resource button.
- Click on the plus icon besides Function, and then, click on the New function link.
-
Click on the HTTP Trigger tile. Then, enter a new Function name, and click on the Create button.
-
On Function editor, click on the Run button. Then, in the right panel, click on the Run button to test the function.