Running Azure PowerShell commands from a webjob

前端 未结 2 703
忘了有多久
忘了有多久 2021-01-19 10:31

Update: I used Azure Automation per BenV\'s suggestion below and it worked! More info can be found here.


I have a PowerShell script that need

2条回答
  •  余生分开走
    2021-01-19 11:10

    Another possible option might be to use a node script and the azure cli. Alas, I also tried to work around this issue with .sh script but that will fail trying to setup azure cli env (see https://github.com/projectkudu/kudu/issues/1935). Finally, if just storage functions you need might try using SAS tokens and http requests to do basic stuff within your own ps functions...

提交回复
热议问题