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