Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jun 22, 2022
1 parent 93302bb commit bbd882e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deployment/AzureDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]",
"siteConfig": {
"Use32BitWorkerProcess": false,
"powerShellVersion": "~7",
"powerShellVersion": "7.2",
"appSettings": [
{
"name": "AzureWebJobsStorage",
Expand All @@ -199,7 +199,7 @@
},
{
"name": "FUNCTIONS_EXTENSION_VERSION",
"value": "~3"
"value": "~4"
},
{
"name": "ApplicationID",
Expand Down
4 changes: 2 additions & 2 deletions deployment/AzureDeploymentTemplate_regionoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]",
"siteConfig": {
"Use32BitWorkerProcess": false,
"powerShellVersion": "~7",
"powerShellVersion": "7.2",
"appSettings": [
{
"name": "AzureWebJobsStorage",
Expand All @@ -199,7 +199,7 @@
},
{
"name": "FUNCTIONS_EXTENSION_VERSION",
"value": "~3"
"value": "~4"
},
{
"name": "ApplicationID",
Expand Down
4 changes: 2 additions & 2 deletions deployment/DevAzureDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]",
"siteConfig": {
"Use32BitWorkerProcess": false,
"powerShellVersion": "~7",
"powerShellVersion": "7.2",
"appSettings": [
{
"name": "AzureWebJobsStorage",
Expand All @@ -199,7 +199,7 @@
},
{
"name": "FUNCTIONS_EXTENSION_VERSION",
"value": "~3"
"value": "~4"
},
{
"name": "ApplicationID",
Expand Down
4 changes: 2 additions & 2 deletions deployment/DevAzureDeploymentTemplate_regionoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]",
"siteConfig": {
"Use32BitWorkerProcess": false,
"powerShellVersion": "~7",
"powerShellVersion": "7.2",
"appSettings": [
{
"name": "AzureWebJobsStorage",
Expand All @@ -199,7 +199,7 @@
},
{
"name": "FUNCTIONS_EXTENSION_VERSION",
"value": "~3"
"value": "~4"
},
{
"name": "ApplicationID",
Expand Down

0 comments on commit bbd882e

Please sign in to comment.