一旦任何特定文件使用python或powershell进入Azure文件共享,我想执行一个exe
。
我们该怎么做,我是说我不想使用天蓝色的webjob。
有可能吗?
谢谢
答案 0 :(得分:0)
以下PSH命令可用于获取文件实例,如果文件不存在,则会报告404错误。
Get-AzureStorageFile -ShareName $shareName -Path $testfile
要在Powershell中执行exe,有几种方法,请参见https://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx