From 3caf209c662cdbc3954c86de1fd42ffc79c00447 Mon Sep 17 00:00:00 2001 From: Parth Langalia <155425340+parth-sumo@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:49:14 +0530 Subject: [PATCH 1/2] Update cloudquery-azure-plugin-source.md Added a note section. Ref: CONN-3249 --- .../cloudquery-azure-plugin-source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md index cfab2a5334..1052c571b1 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md @@ -71,6 +71,10 @@ If the subscription ID is not specified, it will use all visible subscriptions. Download example +:::note +If you have over 75,000 Azure products/resources, you might experience crashes due to limitations in the Azure SDK plugin. If this happens, we may need to increase your memory. Please contact our support team for assistance. +::: + ## FAQ :::info From da506c90e77be2a711711ac93714c4e7ee63befd Mon Sep 17 00:00:00 2001 From: "John Pipkin (Sumo Logic)" Date: Fri, 21 Jun 2024 10:08:21 -0500 Subject: [PATCH 2/2] Update from review --- .../cloudquery-azure-plugin-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md index 1052c571b1..1dec712f3c 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cloudquery-azure-plugin-source.md @@ -72,7 +72,7 @@ If the subscription ID is not specified, it will use all visible subscriptions. Download example :::note -If you have over 75,000 Azure products/resources, you might experience crashes due to limitations in the Azure SDK plugin. If this happens, we may need to increase your memory. Please contact our support team for assistance. +If you have over 75,000 Azure products/resources, you might experience crashes due to limitations in the Azure SDK plugin. If this happens, we may need to increase your memory. [Contact our support team](https://support.sumologic.com/support/s/) for assistance. ::: ## FAQ