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 for Node.js 18 in Azure App Service azurerm_linux_web_app #19619

Closed
1 task done
YusukeSugiyamaTG opened this issue Dec 8, 2022 · 4 comments
Closed
1 task done

Comments

@YusukeSugiyamaTG
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Azure App Service support for Node.js 18 is now available. Currently, Node.js version 18 is the recommended version and LTS.

New or Affected Resource(s)/Data Source(s)

azurerm_linux_web_app

Potential Terraform Configuration

resource "azurerm_linux_web_app" "example" {
  name                = "example-linux-web-app"
  location            = azurerm_resource_group.example.location
  resource_group_name = azurerm_resource_group.example.name

  service_plan_id     = azurerm_service_plan.example.id
  site_config {
    application_stack {
      node_version = "18-lts"
    }
  }
}

References

https://azure.github.io/AppService/2022/10/12/New-Language-Stacks-available-on-AppService.html

@YusukeSugiyamaTG YusukeSugiyamaTG changed the title Support for Node.js 18 in Azure App SEe azurerm_linux_web_app Support for Node.js 18 in Azure App Service azurerm_linux_web_app Dec 8, 2022
@xiaxyi
Copy link
Contributor

xiaxyi commented Dec 13, 2022

Thanks @YusukeSugiyamaTG for raising this issue, the windows version is included in the pr #19343. I will add the support for Linux version to my working list but unfortunately that I can't provide any ETA now.

@YusukeSugiyamaTG
Copy link
Author

Thanks @xiaxyi for confirming this issue, I understand that it is supported in the windows version #19343. Thank you also for adding it to the working list, I am waiting for it to be supported.

@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 22, 2023

@YusukeSugiyamaTG Node 18 is supported now, can you try and see if it works for you?

@YusukeSugiyamaTG
Copy link
Author

@xiaxyi I tried it and it works correctly. Thank you very much for your support.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants