Serverless means stateless, right? But surely applications need to persist some state somewhere. What are the right choices for storage solutions that fit a serverless architecture?
In this session, Marc Duiker (https://twitter.com/marcduiker) provide several answers to this question. We'll look at an event-driven architecture based on Azure Functions, written in .NET Core.
The other key Azure components in this architecture include; CosmosDB, Table Storage, Blob Storage, and Durable Entities.
By the end of this session, you'll have a good grasp of the various storage options which will fit your serverless architecture best.