This is a demo app as a PoC to work with Azure Functions and protobufs via Twirp.
This PoC uses a Makefile to build the executables. The binaries are written to the bin/
directory.
cd poc-azure-function-twirp
make
Azure Core Tools are also required.
Run the Azure Function runtime and event listener (this implicitly runs the bin/server
binary):
cd poc-azure-function-twirp
func start [--verbose]
In a new terminal session run the binary that issues Twirp requests:
cd poc-azure-function-twirp
bin/runner
If everything is working as intended the expected output is:
bin/runner
Hello World