Azure Cloud Shell released - first thoughts and previews

This was one of my most awaited features, which should be unveiled at the Build2017 - the Azure Cloud Shell. And now, only a couple of hours later, it’s already here and can be used do to cool stuff within the Azure portal in your favourite internet browser. To start it, simply click on the PowerShell-like icon on the upper right corner and you’ll see the following:

/static/img/azure_cloud_shell_01.png

Now, you only need to select your subscription, where the according storage account and file share will be created. This enables you to persist your $Home directory in order to use it session-independently, which is pretty cool. This let’s you work with the same environment everywhere and everytime - the only thing you need from now on is a browser and nothing else. After you have selected it, you have to wat for the initialization to be finished and…

/static/img/azure_cloud_shell_02-768x381.png

… now you can run your commands from the Azure CLI and Linux based commands in your Azure Cloud Shell, like listing your VMs:

/static/img/azure_cloud_shell_03-768x339.png

For a full list of Azure CLI commands, you can take a look at https://docs.microsoft.com/en-us/cli/azure/ . But what’s even cooler is this - Create a resource group:

/static/img/azure_cloud_shell_04-768x189.png

And create your first VM within the Azure Cloud Shell:

/static/img/azure_cloud_shell_05-768x167.png

But that’s not all, because you can even connect to that VM via SSH within the same Shell:

/static/img/azure_cloud_shell_06-768x140.png

So this is just awesome, as you do not need any local resources other than a browser in the future. And what’s even cooler is that PowerShell support in the Azure Cloud Shell is coming too:

/static/img/azure_cloud_shell_08.png

So stay tuned for more to come, as I will keep you up to date on any new features in the Cloud Shell and I will also give you some ideas, which cool and helpful things can be done with this awesome tool…