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

Considering add FUNCTIONS_WORKER_RUNTIME=java into the <appSetting> field #58

Closed
jdneo opened this issue Aug 28, 2018 · 2 comments
Closed
Assignees

Comments

@jdneo
Copy link
Member

jdneo commented Aug 28, 2018

According to the new App Service Annoucement: Azure/app-service-announcements#129

Choose a language for a Function App

  • If your app contains functions with a single language for example only CSharp functions, then no action is needed
  • If your app contains functions with multiple languages for example, CSharp and JavaScript then
    Select a language: by adding an App setting named FUNCTIONS_WORKER_RUNTIME
    • Set value to dotnet for CSharp/Fsharp/Precompiled samples
    • Set value to node for JavaScript samples
    • Set value to java for run Java samples

We should consider whether we need to add FUNCTIONS_WORKER_RUNTIME: java into the application settings of the function archetype.

@jdneo
Copy link
Member Author

jdneo commented Aug 28, 2018

@pragnagopa Any thoughts here?

@pragnagopa
Copy link
Member

Yes. archetype needs to be updated. Thanks!

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