Azure function demo
- Go to https://portal.azure.com/.
- Create a new function app for hosting your code.
- Head over to https://dev.azure.com/valtech-talang/
- Create a project for yourself and import the Beer o´Clock repository from here; https://github.com/HSBallina/BeerOClock
- Set up a CI/CD pipeline for pulling code from your repo and deploying to your app. (Hint: CI is called Pipeline in Azure Devops and CD is called release)
- Fix the bug(s?) and enjoy watching your pipeline build and deploy your code.
- Add (or discuss) reasonable tests to your project