OSS Summit 2019 - Quarkus Demo for Azure Functions
- Do have an Azure account (even a free one will be fine)
- From Azure CLI or Windows Powershell (Administrator) - Run the command "az login" (no quotes)
- After a successful Azure login then run the following Maven command from your checked out code base
- mvn clean install azure-functions:deploy
- Step 4 will create an uberJar, package it, create a function on Azure and deploy it
- Step 5 will give you a URL to access your service/web app - Use It