Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/fhirBulkImport.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ resource fhirProxyAppSettings 'Microsoft.Web/sites/config@2021-03-01' = {
FUNCTIONS_EXTENSION_VERSION: '~4'
FUNCTIONS_WORKER_RUNTIME: 'dotnet'
FUNCTIONS_INPROC_NET8_ENABLED: '1'
APPINSIGHTS_INSTRUMENTATIONKEY: appInsights.properties.InstrumentationKey
APPLICATIONINSIGHTS_CONNECTION_STRING: appInsights.properties.ConnectionString
SCM_DO_BUILD_DURING_DEPLOYMENT: 'true'
'AzureWebJobs.ImportBundleBlobTrigger.Disabled': '1'
Expand Down
1 change: 0 additions & 1 deletion scripts/fhirBulkImport.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"FUNCTIONS_INPROC_NET8_ENABLED": "1",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('Microsoft.Insights/components', format('{0}-ai', variables('prefixNameCleanShort'))), '2020-02-02-preview').InstrumentationKey]",
"APPLICATIONINSIGHTS_CONNECTION_STRING": "[reference(resourceId('Microsoft.Insights/components', format('{0}-ai', variables('prefixNameCleanShort'))), '2020-02-02-preview').ConnectionString]",
"SCM_DO_BUILD_DURING_DEPLOYMENT": "true",
"AzureWebJobs.ImportBundleBlobTrigger.Disabled": "1",
Expand Down
Loading