Technical requirements
This chapter requires the following:
- Visual Studio 2022 free Community Edition, at least.
- Docker Desktop for Windows (https://www.docker.com/products/docker-desktop), which, in turn, requires Windows Subsystem for Linux (WSL), which can be installed by following these steps:
- Type
powershell
in the Windows 10/11 search bar. - When Windows PowerShell is proposed as a search result, click on Run as an administrator.
- In the Windows PowerShell administrative console that appears, run the
wsl --install
command.
You can find the sample code for this chapter at https://github.com/PacktPublishing/Practical-Serverless-and-Microservices-with-Csharp.