I have CSV file uploaded to Azure blob storage and I would like to get the content of it using PowerShell script so I can use the values. I am using Azure function and was thinking about using Get-AzStorageBlobContent. However, I do not want to download the file to my local machine and can't see how I might be able to utilize the command.
I was planning on using Get-Content to get the content of the file out so I can use the values further along the script.