Share via

AzureRunBook

Khushboo Kumari 117 Reputation points
2022-09-23T19:14:32.437+00:00

How to import csv file in azure run book? Is there any way to import file from storage account in powershell scripts rather than create a temporary storage in azure sandbox?

Azure Automation
Azure Automation

An Azure service that is used to automate, configure, and install updates across hybrid environments.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Maxim Sergeev 6,591 Reputation points Microsoft Employee
    2022-09-23T21:13:58.293+00:00

    Hi there,

    What's the reason to import the csv file? Why don't you want to process the file remotely from the storage account itself?

    Anyway, if you need to import it because of important reasons, you can do this and you are right - by using a "temporary" folder only
    https://learn.microsoft.com/en-us/azure/automation/automation-runbook-execution#temporary-storage-in-a-sandbox

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.