Christian Weyer

Christian Weyer is co-founder and CTO of Thinktecture AG, as well as Microsoft MVP (Most Valuable Professional), Microsoft Regional Director and Google GDE (Developer Expert). He is an engaged and passionate speaker on several software conferences and events all over the world. His heart has always been with distributed architectures - and his head reaches into the cloud since 2007.

Advanced Azure Functions - beyond HTTP GET /helloworld

Azure Functions enable to swiftly create serverless applications & services. But in pratice we soon face situations where the simple Hello-World-ish approaches do no longer suffice. In this talk, Christian Weyer shows you how to use Microsoft's Functions-as-a-Service (FaaS) platform to realize scenarios beyond the usual static triggers & bindings, like HTTP. He illustrates how you can secure your functions, create your own custom extensions or use dynamic bindings to implement tricky use cases. Hosting Azure Functions is also discussed, because it is not always possible to use the public Cloud as is. Come and see Azure Functions with C # in action - beyond Hello World.