In the previous chapter, we learned about Django and Flask development in VS Code. In this chapter we will be talking about containers and MS Azure.
VS Code has great support for Remote Development, which is a popular feature these days. It allows you to connect to another machine via Secure Shell Protocol (SSH) and operate with code and various language services there remotely. It is also possible to connect to Microsoft Azure and manage your development environment in containers. ...