July 2018
Beginner
552 pages
13h 18m
English
Another cool feature of PowerShell in Azure Cloud Shell is the Azure PSDrive, provided with SHiPS (https://github.com/powershell/ships). It is a great module to build a hierarchical data structure that can be explored through the provided cmdlets, such as Get-ChildItem. The following screenshot shows SHiPS in action navigating the Azure drive.

You can simply navigate through your subscriptions, resource groups, and resources just as you would navigate a filesystem. SHiPS displays containers and leafs, letting you navigate through all of the containers until you are left with the leafs. In the following screenshot, we simply ...
Read now
Unlock full access