February 2018
Intermediate to advanced
406 pages
9h 55m
English
Let's go ahead and build the package:
mvn clean package
Next, we can run the function as follows:
mvn azure-functions:run
We can see the function getting started in the following image:

The default function is available at the following URL:
http://localhost:7071/api/hello
If we go to http://localhost:7071/api/hello?name=cloudnative we can see the output from the function:

Read now
Unlock full access