How can I copy the contents of a .csv file placed in a azure file storage, to a powershell variable?
问题 I am creating a runbook for automating a monotonous DB task. My master.csv file gets updated every hour with the details of all the resources in our Infrastructure and is placed in an Azure file storage system. I am trying to take the name of a resource(DB) as an input from a user and verify if it exists on my Azure infrastructure by checking against a master inventory file. My main concern is if I will be able to get the contents of this CSV(<100KB) in a variable so that I use it for