Skip to content

How to get name and full path of all blob inside an container using powershell

Notifications You must be signed in to change notification settings

eathanspark/azurebloblist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PowerShell : How to get all blob name and full path from azure blob container

Prerequisite

  • Azure Storage Account Name
  • Azure Storage Account Key
  • Azure Blob Container Name

Agenda

  • We will create a powershel script to get list of all blob inside a azure blob container
  • we will export all name and full path of eatch blob in a csv file

Library Used

  • Powershell Az Module
  • New-AzStorageContext
  • Get-AzStorageBlob
  • Export-Csv

Script

FileName.ps1

Releases

No releases published

Packages

No packages published