Chapter 6
- To set up a development environment on Windows, what are the necessary tools to install to build and deploy a cloud application? What about for a Linux environment?
Answers: We need to install Docker Desktop for Windows. For better performance with containers, don’t forget to enable wsl
on your Windows machine, Visual Studio 2022, or Visual Studio Code and Git.
You can see more details in the Setting up a development environment on Windows section. We will install the same tools in a Linux environment, but we will add more packages using command lines. For more details, you can see the Setting up a development environment on Linux section.