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

Support Bring-Your-Own-App for AzureFunctions #34

Open
christopheranderson opened this issue Jan 21, 2016 · 4 comments
Open

Support Bring-Your-Own-App for AzureFunctions #34

christopheranderson opened this issue Jan 21, 2016 · 4 comments

Comments

@christopheranderson
Copy link
Collaborator

Scenario: While the auto-provisioned Azure Function App is great for basic use cases and getting started, being able to bring and manage your own app service apps will enable more complex applications without forcing users out of the functions portal UX.

Priority: Post-MVP

Open questions:

  1. What's the best experience for users to bring their own apps, without added complexity to Azure Functions UX?
    • Potentially an Azure Portal action to "enable" the app for Azure Functions?
    • Maybe it is entirely transparent and all App Service Apps
    • Dedicated app type (kind = 'functions')
@davidebbo
Copy link
Collaborator

Relying on a 'kind' would I think make sense. The hard problems to solve are:

  • When just going to the Functions portal, how does it know what site to use?
  • Hopefully, the ARM API will let us efficiently list all functions in the subscription that have that kind
  • Then I guess we could show a drop down. We're already going to have drop downs for Tenant and Sub.

@mathewc
Copy link
Collaborator

mathewc commented Jan 21, 2016

Our site extension takes over the www root. In the "bring your own", are you talking about a site with no content?

@davidebbo
Copy link
Collaborator

No, no change to that model. By bring your own, he means the ability to control the RG/ServicePlan/WebApp in advanced scenarios, instead of us always magically creating things. But whichever site we end up using will use the same model.

So that should have no bearing on your code :)

@christopheranderson
Copy link
Collaborator Author

Yeah, I don't have any particular care on what the gesture is, as long as there is one, to use an arbitrary app in an arbitrary app service plan which can be deployed by portal/ARM api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants