In the demo new Azure Function will be provisioned and tested from portal.
- Create new Azure Function Application from Portal. Use Azure Market Place
- Add new HttpTriggered Azure Function.
- Keep the code example as it is.
- Update request body with your name.
- Run the function from the portal and demonstrate output and log.
- Click on Get Function URL and copy to the browser. Update the request with "&name=YOURNAME".
- Result should be the same as Output.
