Technical requirements
The code for this chapter’s examples can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Practical-Microservices-with-Dapr-and-.NET-Second-Edition/tree/main/chapter12.
In this chapter, the working area for scripts and code is <repository path>\chapter12\
. In my local environment, it is C:\Repos\dapr-samples\chapter12
.
Please refer to the Setting up Dapr section in Chapter 1, Introducing Dapr, for a complete guide to the tools needed to develop with Dapr and work with the samples.
This chapter builds upon the Kubernetes cluster we set up and configured in Chapter 9, Deploying to Kubernetes; refer to this chapter to reach the same configuration.
There are some additional requirements you will need to accomplish the goals of this chapter. Let’s take a look.
Bash
In this chapter, we are going to deploy Azure resources using a shell script.
One option is to install and use Windows Subsystem...