-1

exe一旦任何特定文件使用 python 或 powershell 进入 Azure 文件共享,我想执行一个。

我们怎么能这样做,我的意思是我不想使用 azure webjob。

可能吗?

谢谢,

4

1 回答 1

0

下面的 PSH 命令可以用来获取文件实例,如果文件不存在,会报 404 错误。

Get-AzureStorageFile -ShareName $shareName -Path $testfile

要在 Powershell 中执行 exe,有​​多种方法,请参阅https://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx

于 2018-08-29T02:43:43.813 回答