Skip to content

Commit

Permalink
EES-5724 - enabling content-over-vnet for Publisher Function App, in …
Browse files Browse the repository at this point in the history
…order to allow it to see the mounted Public API File Share. Without this enabled, the file share, although mounted, is not visible to the machine.
  • Loading branch information
duncan-at-hiveit committed Dec 9, 2024
1 parent 05386ea commit 7d9c214
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 7d9c214

Please sign in to comment.