You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BlobToOtel/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The BlobToOtel function can be deployed by clicking the link below and signing i
52
52
53
53
**Suffix Filter** - The suffix filter to apply to the blob container. Use 'NoFilter' to not filter by suffix. Wildcards are not allowed. Use the following format `.log`.
54
54
55
-
**Function App Service Plan Type** - The type of the Function App Service Plan. Choose Premium if you need vNet Support.
55
+
**Function App Service Plan Type** - The type of the Function App Service Plan. Choose Premium if you need vNet Support. In case if you're processing large log files with the size >500MB, you'll also need to set up a `Premium` App Service Plan.
56
56
57
57
**Virtual Network Name** - The name of the Virtual Network to integrate with (leave empty if VNet integration is not needed).
Copy file name to clipboardExpand all lines: BlobViaEventGrid/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Coralogix provides a seamless integration with ``Azure`` cloud so you can send y
4
4
5
5
The Azure BlobStorage via EventGrid integration allows parsing of Azure Blobs, triggered by an EventGrid subscription notification.
6
6
7
+
## Note on Capacity Limit
8
+
9
+
Due to internal limitations of EventGrid (particularly 30 seconds of message delivery timeout that can't be changed), this function can process log files sized up to 450-500 MB. If you need to process large log files sized 500 MB and more, please consider using [BlobToOtel](../BlobToOtel/) function, which does the same job, but uses EventHub instead of EventGrid, thus bypassing its limitations.
0 commit comments