Merge pull request #34 from charotAmine/fix-appservice-linux

fix stack settings
This commit is contained in:
Mark Gray (MSFT) 2022-11-17 14:55:18 -08:00 committed by GitHub
commit 8d63bf55f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,6 @@ resource "azurerm_app_service" "default" {
site_config {
always_on = true
java_version = "1.8"
java_container = "tomcat"
java_container_version = "9.0"
linux_fx_version = "TOMCAT|8.5-java11"
}
}