This week at Microsoft Build 2017, Azure Cloud Shell was unveiled as a new addition to the Azure portal. This is a built-in browser based Bash shell that allows developers to generate a full-fledged terminal environment and has a pre-configured set of tools for managing deployments. Each user will have persistent file storage in their Cloud Shell hosted in Microsoft Azure.

Cloud Shell sessions are not persistent and requires Azure file share to be mounted to persist the $Home directory.

Azure CLI 2.0 is integrated into the Cloud Shell and automatically authenticates all your available subscriptions. As well, it will be continuously updated to ensure you have the latest version.

PowerShell for the Cloud Shell is coming soon.

First Time Running It

  1. Launch Cloud Shell from the top menu bar in the Azure portal Screenshot0
  2. Select a subscription to create a storage account and Azure file share with Screenshot1
  3. Select “Create storage”
  4. After the initialization is complete, the Azure Cloud Shell will launch. Screenshot2

Resources

Tags:

Categories:

Updated: