This repo provides the demo code that accompanies the talk we gave at Future Tech 2019, Utrecht, The Netherlands.
The demo entails a full-fledged responsive web app that integrates with an Azure (Durable) Functions back-end:
- Azure Active Directory Authentication
- WebSockets with Azure SignalR Service
- Angular
- Responsive web design
- Google Material
- https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview
- Jeff Hollan @ .NET Conf 2018; https://channel9.msdn.com/Events/dotnetConf/2018/S204
A note on security: in the demo's current version the durable function secret code is shared with the single page application. This is generally not a good idea as the secret code grants access to all durable functions. This design needs to be revisited and only the orchestrator id or a derivate should be shared.