Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,327 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm trying to export some data to a csv file and then copy the file to blob storage without saving the file locally or in cloudshell. Is there any way to do that?
Best Regards,
Michel
I used the below piece of code and it worked fine. It copies the file to Azure sandbox temp location.
$report | Export-CSV ($env:TEMP+"file.csv") -Notype