SOLVED

PowerShell in Azure Functions not available anymore?

Copper Contributor

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":

AzureFunctions.png

Today i wanted to create another function based on PowerShell but it is not possible anymore or i am not able to find it... Any explanations?

 

Best regards

Marvin

1 Reply
best response confirmed by Marvin Bangert (Copper Contributor)
Solution

Figured it out by myself:
I had to change the runtime version for the function in the function settings from ~2 to ~1:
AzureFunctions_RuntimeVersion.png

1 best response

Accepted Solutions
best response confirmed by Marvin Bangert (Copper Contributor)
Solution

Figured it out by myself:
I had to change the runtime version for the function in the function settings from ~2 to ~1:
AzureFunctions_RuntimeVersion.png

View solution in original post