Skip to content

Commit

Permalink
Bump function app runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Dec 12, 2022
1 parent 0b41d67 commit d50b47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"AzureWebJobsDashboard": "[parameters('storageAccountConnectionString')]",
"AzureWebJobsStorage": "[parameters('storageAccountConnectionString')]",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[parameters('applicationInsightsInstrumentationKey')]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",

"UserNotificationsManagementClient:BaseUri": "[parameters('managementClientBaseUrl')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"AzureWebJobsDashboard": "[parameters('storageAccountConnectionString')]",
"AzureWebJobsStorage": "[parameters('storageAccountConnectionString')]",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[parameters('applicationInsightsInstrumentationKey')]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",

"TenancyClient:TenancyServiceBaseUri": "[parameters('tenancyServiceBaseUri')]",
Expand Down

0 comments on commit d50b47f

Please sign in to comment.