Skip to content

Commit

Permalink
Temporary revert of template
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar authored Sep 27, 2022
1 parent b622c06 commit a45539b
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions deployment/AzureDeploymentTemplate_regionoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@
{
"name": "FUNCTIONS_WORKER_RUNTIME",
"value": "powershell"
},
{
"name": "WEBSITE_RUN_FROM_PACKAGE",
"value": "1"
}
]
}
Expand All @@ -205,30 +201,9 @@
"dependsOn": ["[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]"],
"properties": {
"RepoUrl": "[parameters('GithubAPIRepository')]",
"repositoryToken": "[parameters('GithubToken')]",
"branch": "master",
"publishRunbook": true,
"gitHubActionConfiguration": {
"codeConfiguration": null,
"containerConfiguration": null,
"isLinux": false,
"generateWorkflowFile": true,
"workflowSettings": {
"appType": "functionapp",
"publishType": "code",
"os": "windows",
"variables": {
"runtimeVersion": "7.2",
"sitename": "[variables('funcAppName')]",
"slotname": "Production",
"publishingprofilesecretname": "[variables('funcAppName')]",
"branch": "master"
},
"runtimeStack": "powershell",
"workflowApiVersion": "2020-12-01",
"useCanaryFusionServer": false
}
}
"IsManualIntegration": true
}
}
]
Expand Down Expand Up @@ -275,7 +250,7 @@
"type": "Microsoft.Web/staticSites",
"apiVersion": "2021-01-15",
"name": "[variables('swaName')]",
"location": "centralus",
"location": "[resourceGroup().location]",
"properties": {
"repositoryUrl": "[parameters('GithubRepository')]",
"branch": "main",
Expand All @@ -295,7 +270,7 @@
"type": "Microsoft.Web/staticSites/userProvidedFunctionApps",
"apiVersion": "2020-12-01",
"name": "[concat(variables('swaName'), '/', variables('swaName'))]",
"location": "centralus",
"location": "[resourceGroup().location]",
"dependsOn": [
"[resourceId('Microsoft.Web/staticSites', variables('swaName'))]",
"[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]"
Expand Down

0 comments on commit a45539b

Please sign in to comment.