This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
Перейти к файлу
Justin Yoo e47a652261
Revising .NET 5 Isolated Worker (#187)
2021-08-04 23:47:45 +09:00
.github/workflows Add OCA related workflows (#185) 2021-08-02 11:40:41 +09:00
.vscode Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
builds Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
docs AuthorizationLevel.Function is singular (#126) 2021-06-09 13:58:26 +00:00
images Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
release-notes Add release note 2021-05-03 09:42:09 +09:00
samples Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
src Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
templates Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
test Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
.editorconfig Initial code commit (#1) 2020-08-25 21:26:37 +09:00
.gitignore Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-20 11:55:55 -07:00
LICENSE Initial LICENSE commit 2020-07-20 11:55:57 -07:00
Microsoft.Azure.WebJobs.Extensions.OpenApi.sln Revising .NET 5 Isolated Worker (#187) 2021-08-04 23:47:45 +09:00
README.md Assembly Refactoring (#79) 2021-04-02 17:59:20 +09:00
SECURITY.md Initial SECURITY.md commit 2020-07-20 11:55:58 -07:00
Settings.StyleCop Initial code commit (#1) 2020-08-25 21:26:37 +09:00

README.md

Azure Functions OpenAPI Extension

Acknowledgement

Getting Started

Sample Azure Function Apps with OpenAPI Metadata Enabled

Azure Functions V1 Support

This library supports Azure Functions V2 and onwards. If you still want to get your v1 app supported, find the community contribution.

Issues?

While using this library, if you find any issue, please raise an issue on the Issue page.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.