Azure Function App: OpenAPI with Java

Roberto Zenobio 0 Reputation points
2023-01-19T19:04:54.0033333+00:00

Hi all!

I tried to configure OpenApi in Azure Functions with JAVA core. I couldn't get it to work. I tried to configure it with Spring Cloud Function, but nothing to do. I wanted to get a result similar to what .net had with java.

Is this possible, or is this option only with C#?

Thank you

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,511 Reputation points
    2023-01-30T09:02:32.1433333+00:00

    @Roberto Zenobio

    Thanks for reaching out to Q&A forum.

    It appears that OpenAPI is not available in Java. If you would like to implement Open API, I would suggest you to have Azure APIM in front of Azure function

    https://learn.microsoft.com/en-us/azure/api-management/import-api-from-oas?tabs=portal

    Feel free to reach out to me if you have any queries or concerns.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.