簡體   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