We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138ad07 commit b881e69Copy full SHA for b881e69
1 file changed
iac/main-appsrv.tf
@@ -16,7 +16,7 @@ resource "azurerm_linux_web_app" "appsrv" {
16
https_only = true
17
site_config {
18
application_stack {
19
- dotnet_version = "9.0"
+ dotnet_version = "10.0"
20
}
21
http2_enabled = true
22
always_on = false
0 commit comments