Step 1: Go to your search bar on your Azure Portal and search for function app
Step 2: Click on function app and click on create.
Step 3: Add your resource group and give your function app a name and for your runtime stack, use .NET. Leave the rest as default and click on review+create, the deploy.
Step 3: After the deployment has been successful, go to the resource and create a new function.
Step 4: Select the http trigger and create the function.
Step 6: After the function must have been created, click on code + test then scroll through the code to give you a clue as to what you are going to be doing. Here, line 20 tells us what to do.
Step 7: Go to the get function url and copy the link. Paste the link in your browser and add "&name=yourname" to the ending of the link.
Top comments (0)