Description This extension allows accelerating the creation of an Azure Function validating the schema (JSON) of the received messages. The Azure Function includes code to validate commissioning processes (optional). In terms of data flows, the Azure Function is bound to an Azure Event Hub (input), another one as an Azure Event Hub (output) and an Azure Storage (with structured content by device Id and date). All the settings are configurable at any time (creation and later). JSON Schema validation relies on JSON.Schema. 6.0.1557 New package to split the extension in two. 6.0.1556 Updated output structures. Small fixes. 6.0.1552 New feature to persist schema validation errors at Azure Storage level (container). Optional feature. 6.0.1540 References updates. 6.0.1539 Initial public release. |