如何在 Azure Function Apps 中执行 PowerShell 命令?

how execute PowerShell command in Azure Function Apps?

Azure 在它的门户中有一个内置的 PowerShell,您可以直接从门户编写命令,而无需在您的系统中安装 PowerShell。
如何在 Apps 函数中编写(执行)我的 PowerShell 命令?

此博客 post 可能会有所帮助。

https://blogs.msdn.microsoft.com/powershell/2017/02/24/using-powershell-modules-in-azure-functions/