Azure Cloud shell - Switching to powershell from bash vice versa without losing session
Hi All!
Azure portal has a nice feature called Cloud Shell for scripting purposes to manage and administered via command Lines.
Cloud Shell has both powershell and bash terminal. when we want to work with linux related, we can use Bash. Azure CLI commands work in both powershell and bash but most of the people prefers Bash.
In a screen of azure portal / cloudshell, we can work with only one terminal at a time. For example, if you are already working on powershell and if you change to bash terminal, you will loss the upto the level of completed commands.
There is one way to switch terminals without losing your work as below
Comments
Post a Comment