Skip to content

Commit

Permalink
Merge pull request #1 from aaronbeuhring/aaronbeuhring-patch-1
Browse files Browse the repository at this point in the history
Update azuredeploy_Cloudflare_API_FunctionApp.json
  • Loading branch information
jimbobsyouruncle authored Nov 30, 2023
2 parents 64dbaa5 + c385dc5 commit 65b90a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@
"AzureWebJobsStorage": "[concat('DefaultEndpointsProtocol=https;AccountName=', toLower(variables('FunctionName')),';AccountKey=',listKeys(resourceId('Microsoft.Storage/storageAccounts', toLower(variables('FunctionName'))), '2019-06-01').keys[0].value, ';EndpointSuffix=',toLower(variables('StorageSuffix')))]",
"WORKSPACE_ID": "[parameters('AzureSentinelWorkspaceId')]",
"SHARED_KEY": "[parameters('AzureSentinelSharedKey')]",
"MAX_SCRIPT_EXEC_TIME_MINUTES": "[parameters('MaxRunTime')]",
"MAX_CONCURRENT_PROCESSING_FILES": "[parameters('SimultaneouslyProcessingFiles')]",
"MAX_CHUNK_SIZE_MB": "[parameters('MaximumStorageBlobSize')]",
"MAX_BUCKET_SIZE": "[parameters('EventsBucketSize')]",
"logAnalyticsUri": "[variables('LogAnaltyicsUri')]",
"WEBSITE_RUN_FROM_PACKAGE": "https://aka.ms/sentinel-CloudflareDataConnector-functionapp",
Expand Down

0 comments on commit 65b90a2

Please sign in to comment.