Skip to content
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

Open
tombuildsstuff opened this issue Jun 26, 2017 · 9 comments
Open

[Feature Request] Swagger for Azure Functions #1348

tombuildsstuff opened this issue Jun 26, 2017 · 9 comments
Assignees
Labels
App Services Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@tombuildsstuff
Copy link
Contributor

tombuildsstuff commented Jun 26, 2017

👋

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

@tombuildsstuff
Copy link
Contributor Author

👋

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!

@marstr
Copy link
Member

marstr commented Jul 3, 2017

@sergey-shandar @salameer we got anything for @tombuildsstuff?

@tombuildsstuff
Copy link
Contributor Author

ping @sergey-shandar @salameer :)

@sergey-shandar
Copy link
Contributor

@marstr @tombuildsstuff I'm not aware of any swagger specification for Azure Functions. We need to speak with Azure Functions team.

@sergey-shandar
Copy link
Contributor

@kirthik do you have any update on it? Or who we should ask for Azure Functions specs?

@radu-matei
Copy link

Hi, everyone!
Is there any update on this issue?

Thanks!

@tombuildsstuff
Copy link
Contributor Author

ping @sergey-shandar @kirthik - is there any update available here? :)

@lindydonna
Copy link

@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:

@lindydonna
Copy link

CC @davidebbo

@bsiegel bsiegel added the Service Attention Workflow: This issue is responsible by Azure service team. label Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Services Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

8 participants