You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bala16 recently updated that API to go after the runtime's /admin/functions api rather than Kudu's /api/functions. Kudu wraps ARM responses in an ARM envelope, but the runtime doesn't
I'm calling the listFunctions ARM api: https://docs.microsoft.com/en-us/rest/api/appservice/webapps/listfunctions
It works for a windows function app, but the azure-arm-website module fails to parse the linux structure, resulting in an empty object.
On a windows function app, the result has this structure:
But on linux it has this structure:
The text was updated successfully, but these errors were encountered: