0

I am following the following documentation to OPI documentation for my function using Open API Spec

https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/openapi-core.md

During debugging on my local machine, the Swagger works fine under the local URL: http://localhost:7072/api/swagger/ui

However, once I deploy the function app, I am getting a 404 error when I try using the function URL: https://**********.azurewebsites.net/api/swagger/ui

Any idea what could be wrong

Thanks in advance

1 Answer 1

1

The issue was resolved using the following changes

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.