Skip to content

Commit

Permalink
Merge pull request #5443 from dfe-analytical-services/EES-5724-config…
Browse files Browse the repository at this point in the history
…re-content-over-vnet-for-publisher

EES-5724 - enabling content-over-vnet for Publisher Function App
  • Loading branch information
duncan-at-hiveit authored Dec 9, 2024
2 parents 05386ea + 7d9c214 commit 49529ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/templates/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3275,6 +3275,7 @@
"AzureWebJobsStorage": "[concat('@Microsoft.KeyVault(SecretUri=', reference(variables('ees-storage-publisher')).secretUriWithVersion, ')')]",
"AzureWebJobs.StageScheduledReleaseVersionsImmediately.Disabled": "[not(parameters('immediatePublicationOfScheduledReleaseVersionsEnabled'))]",
"AzureWebJobs.PublishStagedReleaseVersionContentImmediately.Disabled": "[not(parameters('immediatePublicationOfScheduledReleaseVersionsEnabled'))]",
"WEBSITE_CONTENTOVERVNET": "1",
"WEBSITE_TIME_ZONE": "[parameters('timeZone')]",
"WEBSITE_RUN_FROM_PACKAGE": "1",
"FUNCTIONS_EXTENSION_VERSION": "~4",
Expand Down

0 comments on commit 49529ce

Please sign in to comment.