-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 Request] Swagger for Azure Functions #1348
Comments
👋 Just to clarify: this request is for the Swagger for both the App Service and non-App Service versions of Azure Functions (presumably they're different?) In order for us to manage expectations - is there a rough timeline for when this support is likely to be added? :) Thanks! |
@sergey-shandar @salameer we got anything for @tombuildsstuff? |
ping @sergey-shandar @salameer :) |
@marstr @tombuildsstuff I'm not aware of any swagger specification for Azure Functions. We need to speak with Azure Functions team. |
@kirthik do you have any update on it? Or who we should ask for Azure Functions specs? |
Hi, everyone! Thanks! |
ping @sergey-shandar @kirthik - is there any update available here? :) |
@tombuildsstuff I'm a former member of the Azure Functions team and am interested in the TF provider you're working on! There is no separate REST API for Azure Functions, as it is essentially a runtime layer that sits on top of App Service. The important difference is that only Function Apps (apps with So, you should be able to simply use the App Service APIs and simply customize a few properties. See the following ARM template examples: |
CC @davidebbo |
👋
We've had a feature request come in to add support for Azure Functions. I've taken a quick look at the Go SDK and the Swagger repository and I can't see either the SDK or the Swagger for this service, either within an App Service Plan or standalone (although I might have missed it and I'd love to be wrong 😄).
If it's not already present - would it be possible to add the Swagger for Azure Functions so that the SDK can be generated?
Thanks! :)
cc @marstr
The text was updated successfully, but these errors were encountered: