-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Provide an example Azure Function #22
Comments
Hey @AshleyJButcher! What do you want to see? An Azure Function serving an AsyncAPI document? Or an AsyncAPI document describing an AzureFunction? Both? Anyways, I'm sorry but I won't have time to do so any time soon, got a lot cooking on the stove. You are however more than welcome to submit a PR addressing it! |
@AButcherCFC @AshleyJButcher Care to clarify your expectations? |
Ideally i wanted to have my Azure Function be able to auto generate an AsyncAPI Document, in a similar manner to swagger |
@AButcherCFC Could you provide a sample, dummy Azure Function that I can work on to generate the example you are asking for? AFAIK, I don't see any reason you could not do it out of the box using the code-first, attribute-based approach |
`using System; namespace ServiceBusFunctionApp
} |
Sorry @cdavernas, I'm just looking for an example in your examples folder |
Would be useful to see an azure function
The text was updated successfully, but these errors were encountered: