Skip to content

Releases: SumoLogic/sumologic-azure-function

Azure BlockBlob Reader V2

12 Jun 08:34
Compare
Choose a tag to compare

Summary:

  • Updated BlockBlob Reader with Azure Function Runtime from 1.x to 4.x

  • Storage account can be in a different region than the collection resources deployment region, so a new user parameter, 'StorageAccountRegion' has been introduced

  • Any JSON file in jsonlines format can be uploaded to send its data to SUMO

Architecture Overview:

  • We updated all the primary and secondary resources of the ARM template with new api versions that are compatible with the template pipeline

  • We added two new resources namely, EventGrid/systemTopics and EventGrid/systemTopics/eventSubscriptions in the ARM template

  • Two other resources, namely, EventGrid/topics and Storage/storageAccounts/providers/eventSubscriptions have been removed from the original ARM template.

  • New user parameter, 'StorageAccountRegion' has been introduced

  • Storage account role assignment has been updated to storage account blob reader access role

  • Function app node version has been updated to node v18

  • Depreciated function code packages have been removed and updated with new code packages

  • Node module libraries have been removed from function app folders

  • Max retry of the consumer function has been set to 3 times from the current value of 10 times

v1.0.1

29 May 12:19
2d451e1
Compare
Choose a tag to compare
Older Release before azure runtime environment ~4 for blockblob reader

v1.0: Merge pull request #5 from SumoLogic/duchatran-patch-1

20 Dec 01:34
Compare
Choose a tag to compare

First release, containing a function and a utility library to read logs from EventHubs