Azure for PowerApps中的自定义PHP函数

问题描述:

我正在阅读一些教程,但它们似乎有些旧(适用于azure平台的旧用户界面),并且它们还引用了functions.azure子域,该子域仅重定向到portal.azure子域,所以我似乎无法遵循完全教程.

Im following a few tutorials but they seem to be a bit older (old UI for azure platform) and they also reference functions.azure subdomain which just redirects to the portal.azure subdomain so i cant seem to follow the tutorials fully.

我的问题是:如何设置使用PHP的自定义Azure函数,可以用来扩展powerapps?我知道我看到了.Net,Java和JavaScript堆栈,并且看到了PHP python bash shell cmd等作为实验语言,但是不确定如何设置它? 我看到在Linux上创建了一个功能应用程序,该应用程序扩展到了python,但没有扩展到PHP.

My question is: How can i set up a custom azure function that uses PHP which i can use to extend my powerapps ? I know i see stacks .Net, Java, and JavaScript, and i see PHP python bash shell cmd etc as experimental langauges, but unsure how to set it up? I see creating a function app on linux which extends to python, but not PHP.

请告诉我是否有我看不到的文档,或者我该怎么做.

Please let me know if there is documentation i am not seeing or how i can do this.

谢谢

如上所述;

As mentioned here, PHP was experimental in Azure Functions v1 and doesn't yet exist for v2. Most of the docs have been updated for v2.

话虽如此,您仍然可以创建一个新的功能应用,

That being said, you can still create a new function app, switch to v1 and create a PHP function (by enabling experimental languages at the top-right of the new function page) but do note that there is almost no documentation for it since it was experimental.