Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

File metadata and controls

16 lines (11 loc) · 588 Bytes

AZ-204 Demo: Provision an Azure Function

In the demo new Azure Function will be provisioned and tested from portal.

Demonstration:

  1. Create new Azure Function Application from Portal. Use Azure Market Place
  2. Add new HttpTriggered Azure Function.
  3. Keep the code example as it is.
  4. Update request body with your name.
  5. Run the function from the portal and demonstrate output and log.

Run function

  1. Click on Get Function URL and copy to the browser. Update the request with "&name=YOURNAME".
  2. Result should be the same as Output.