From 4404764ca01735f18523c9098fd344fba92c7a77 Mon Sep 17 00:00:00 2001 From: JP Bourget Date: Thu, 21 Sep 2023 16:34:40 -0400 Subject: [PATCH] more rate limiting --- ...zuredeploy_Connector_GreyNoiseAPISentinel_AzureFunction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/GreyNoiseThreatIntelligence/Data Connectors/azuredeploy_Connector_GreyNoiseAPISentinel_AzureFunction.json b/Solutions/GreyNoiseThreatIntelligence/Data Connectors/azuredeploy_Connector_GreyNoiseAPISentinel_AzureFunction.json index 3de3c8e4548..d79fa678613 100644 --- a/Solutions/GreyNoiseThreatIntelligence/Data Connectors/azuredeploy_Connector_GreyNoiseAPISentinel_AzureFunction.json +++ b/Solutions/GreyNoiseThreatIntelligence/Data Connectors/azuredeploy_Connector_GreyNoiseAPISentinel_AzureFunction.json @@ -194,7 +194,7 @@ "CLIENT_SECRET": "[parameters('CLIENT_SECRET')]", "GREYNOISE_CLASSIFICATIONS": "[parameters('GREYNOISE_CLASSIFICATIONS')]", "GREYNOISE_LIMIT": "0", - "WEBSITE_RUN_FROM_PACKAGE": "https://github.com/Azure/Azure-Sentinel/raw/93ebdac328baff9d484d2958e95ce4b5c674de03/Solutions/GreyNoiseThreatIntelligence/Data%20Connectors/GreyNoiseAPISentinelConn.zip" + "WEBSITE_RUN_FROM_PACKAGE": "https://github.com/Azure/Azure-Sentinel/raw/919febb146c65c508e761a9ec6a34556568c0086/Solutions/GreyNoiseThreatIntelligence/Data%20Connectors/GreyNoiseAPISentinelConn.zip" } } ]