GitXplorerGitXplorer
r

poc-azure-function-twirp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
065f0cfef30285b58d43efeddf9ce3fe66bc536c

Add expected output to README

rrewinfrey committed 3 years ago
Unverified
1ea8c19ae5fb9351b450e741bc874647c7decc40

Update README links

rrewinfrey committed 3 years ago
Unverified
bb2233a8d5c3ae3c3c5351b95d0c76db3210ddb6

Update README

rrewinfrey committed 3 years ago
Unverified
17868f86689113a45c0bf5912acdd6a8b33494e3

Add Makefile

rrewinfrey committed 3 years ago
Unverified
46c35d64027a0832f7213b23ff6a85512affe828

PoC Azure Function twirp server

rrewinfrey committed 3 years ago
Verified
8744c5687fb2a8548f5918f0b511b1bc2d1d407e

Initial commit

rrewinfrey committed 3 years ago

README

The README file for this repository.

Azure Function and Protobuf using Twirp PoC

This is a demo app as a PoC to work with Azure Functions and protobufs via Twirp.

Setup

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

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