Search code examples
azurepowershellfileazure-web-app-serviceazure-storage

What type of Azure resource can run powershell and have a file system or storage local to the system?


What type of Azure resource can run powershell and have a file system or storage local to the system?

I have a powershell script that needs to:

  1. Clone a github repo to local storage
  2. Run powershell script against local storage files
  3. Return/download an excel spreadsheet

Solution

  • You probably want to use Azure Devops Pipelines. That's self explanatory, I guess. You could use Azure Functions, but they have somewhat poor powershell support.