Scripts to use in Azure
- Output level Selection in UI
- Full or Container Level
This script will list out all your Blob Storage in to either: CSV/ HTML/ CLI. The script can be run either on the Subscription (all Storage accounts Under that subscription) or on a selected Storage Account. the Script will list out:
- Resource Group Name
- Storage Account Name
- Container Name
- Container Size
- Blob Name
- Blob Size
-
- if Blob is a VHD, it will list if Blob is Leased or Unlocked
- Script is using AZ module that need to be installed before using this script
- List all Blobs in Storage Account
- List all Blobs in Subscription
- List the Information in 1 of 3 options: CSV, HTML, Command Line Output
- Download the link/ Copy Repo
- Run the Script