- Azure Storage Account Name
- Azure Storage Account Key
- Azure Blob Container Name
- 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
- Powershell Az Module
- New-AzStorageContext
- Get-AzStorageBlob
- Export-Csv
FileName.ps1