Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 3295ceb

Browse files
authored
bump python to 3.11 in admin_app.tf (#18439)
1 parent 8b54c62 commit 3295ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operations/app/terraform/modules/function_app/admin_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737
# Deployments may fail if not always on
3838
always_on = true
3939
environment = var.environment
40-
linux_fx_version = "PYTHON|3.9"
40+
linux_fx_version = "PYTHON|3.11"
4141
FUNCTIONS_WORKER_RUNTIME = "python"
4242
}
4343
# Set network configuration

0 commit comments

Comments
 (0)