0

I saw https://azure.microsoft.com/en-in/updates/generate-a-new-function-app-from-an-openapi-specification/

so in VSCode v1.63.2, azure functions plugin v1.6.0

but when I go to azure extension and then "Create new project" when I select Java I dont have any option to choose template ( http trigger ) but in Java I dont see this option .. Anyone had maybe similar issue ?

thanks

1
  • If the answer was helpful, Please Accept it as an Answer, so that others who encounter the same issue can find this solution and fix their problem. Commented Feb 18, 2022 at 7:00

1 Answer 1

1

To create a Java Azure Function with HTTP Trigger in VS CODE we need to configure as our environment as given here .

  • Java Development Kit, version 11 or 8.

  • Apache Maven, version 3.0 or above.

  • Visual Studio Code on one of the supported platforms.

  • The Java extension pack

  • The Azure Functions extension for Visual Studio Code.

As we have already configured the same in our environment, We have created One Azure Function using java which is using HTTP trigger. In VS CODE for java when you will follow this Microsoft Documentation you can able to Create an Azure function using java with http trigger by providing the details.

SCREENSHOT FOR REFERENCE:- enter image description here

enter image description here

enter image description here

For more information please refer this MICROSOFT DOCUMENTATION: Develop Azure Functions by using Visual Studio Code

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.