1

I am trying to create a new Azure function (HTTP Trigger) There used to be an option to choose language but now it seems to default to C# and I'f like to create a JavaScript function.

I tried deleting the C# files and replacing them with JavaScript but that then gives me a 404 when I try to run. Any idea how I can create a JavaScript function?

1 Answer 1

2

You can only select the runtime stack (.NET, JS, Python, etc.) on Function creation these days. So if you selected .NET before, you will need to recreate your Function resource from scratch and select JS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.