繁体   English   中英

带有 Azure FileShare 的 Python 或 PowerShell

[英]Python or PowerShell with Azure FileShare

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

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

是否可以?

谢谢,

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

Get-AzureStorageFile -ShareName $shareName -Path $testfile

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM