Open tombuildsstuff opened 7 years ago
👋
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! Is there any update on this issue?
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 kind
of functionApp
) can use the Consumption SKU.
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