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/tree/main/chapter10.
In this chapter, the working area for scripts and code is <repository path>\chapter10\
. In my local environment, it is C:\Repos\dapr-samples\chapter10
.
Please refer to the Setting up Dapr section of Chapter 1, Introducing Dapr, for a complete guide on the tools you will need to develop with Dapr and work with to complete the examples in this chapter.
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 the Windows Subsystem for Linux (WSL2) on Windows 10, by following the instructions at https://docs.microsoft.com/en-us/windows/wsl/install-win10.
An alternative to...