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

azurerm_windows_web_app, azurerm_windows_web_app_slot - add node 18 support and fix node version not being set issue. #19343

Closed
wants to merge 1 commit into from

Conversation

xiaxyi
Copy link
Contributor

@xiaxyi xiaxyi commented Nov 17, 2022

fix #19289

For windows web app, we need to add the key WEBSITE_NODE_DEFAULT_VERSION in app_setting block to save the node version.
image

For linux web app, this key is not necessary as linux web app using linuxFxVersion to save the version information.

@xiaxyi xiaxyi changed the title azurerm_windows_web_app, azurerm_windows_web_app_slot - add node 18 support and fix node version not being set. azurerm_windows_web_app, azurerm_windows_web_app_slot - add node 18 support and fix node version not being set issue. Nov 17, 2022
@jackofallops jackofallops mentioned this pull request Dec 14, 2022
1 task
@jackofallops
Copy link
Member

Closing as superseded by 19685

@0gust1
Copy link

0gust1 commented Jan 3, 2023

#19685 (for readers)

@github-actions
Copy link

github-actions bot commented Feb 3, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

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

Successfully merging this pull request may close these issues.

Support for Node.js 18 in web_app_schema and web_app_slot_schema
3 participants