Forum Discussion
Marvin Bangert
Oct 21, 2018Copper Contributor
PowerShell in Azure Functions not available anymore?
Hey everyone, last time i worked with azure functions, i was able to create a function using "Webhook + API" and select PowerShell by "create your own custom function": Today i wanted to c...
- Oct 21, 2018
Figured it out by myself:
I had to change the runtime version for the function in the function settings from ~2 to ~1:
Marvin Bangert
Oct 21, 2018Copper Contributor
Figured it out by myself:
I had to change the runtime version for the function in the function settings from ~2 to ~1: