Skip to content

Commit dbe9b8c

Browse files
authored
Merge pull request #293537 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents dd37fcb + 759e80d commit dbe9b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/provision-resource-terraform.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ resource "azurerm_linux_web_app" "webapp" {
7878
https_only = true
7979
site_config {
8080
minimum_tls_version = "1.2"
81+
application_stack {
82+
node_version = "16-lts"
83+
}
8184
}
8285
}
8386

0 commit comments

Comments
 (0)