Dapr and Azure Functions: Part 3 – Containerizing with Dapr
In Part 2, we created the Dockerfile and deployed the Functions app to a container. Now we want to put it all together with Dapr. We’re going to start with a bit of housekeeping and reorganizing our project. Step 1:...