1. Create your first function in Azure Portal (*):
    • Check compilation and errors
    • Execute your function
  2. Create simple calculator API that will support addition, subtraction, multiplication and division (*)
  3. Create function that will execute every 30 seconds and log time
    • Add possibility to change time format without changing the function code
  4. Change calculator URLs to more readable form by using Azure Functions Proxies
  5. Create Swagger documentation for calculator API

(*) mandatory