项目作者: AdamRussak

项目描述 :
Scripts to use in Azure
高级语言: PowerShell
项目地址: git://github.com/AdamRussak/AzureSDK.git
创建时间: 2019-08-20T11:55:24Z
项目社区:https://github.com/AdamRussak/AzureSDK

开源协议:

下载


AzureSDK

Scripts to use in Azure

Azure Blob Explorer

Azure Blob Explorer V0.3.1

Added in V0.3.1

  • Output level Selection in UI
    • Full or Container Level

Azure Storage Explor

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

      Pre-requsit

  • Script is using AZ module that need to be installed before using this script

    Script General Information

    • List all Blobs in Storage Account
    • List all Blobs in Subscription
    • List the Information in 1 of 3 options: CSV, HTML, Command Line Output

      How To use:

    • Download the link/ Copy Repo
    • Run the Script