An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Hi Nalini Bhavaraju,
Thanks for reaching out in Microsoft Q&A forum,
No direct "Ignition-to-ADLS" connector exists, but Microsoft provides solid official services to get your SCADA operations/machine data flowing reliably into Azure Data Lake Storage Gen2.
Here's how, focusing on native Azure tools:
-
Azure Data Factory'sHTTP connector is perfect for your REST API research it pulls JSON/XML directly from Ignition's enabledWebDev/Sepasoftendpoints and copies it as Parquet/CSV files to ADLS, with built-in scheduling, retries, and partitioning. For real-time streaming, send data to Azure Event Hubs (via Ignition MQTT if available), then use Stream Analytics to land it in ADLS as optimized Parquet—no code needed. - Both handle high-volume OT data securely with Managed Identities. The REST path confirms your finding: expose endpoints in Ignition, point ADF's HTTP source at them (supports auth/certs), and sink to ADLS.
- REST/HTTP: Create ADF HTTP dataset → Copy to ADLS → Test with your Ignition URL
- Streaming: Event Hubs capture → Stream Analytics output to ADLS
Official Docs:
- Copy data from an HTTP source - Azure Data Factory & Azure Synapse | Microsoft Learn
- Copy and transform data in Azure Data Lake Storage Gen2 - Azure Data Factory & Azure Synapse | Microsoft Learn
- Event Hubs to Azure Data Lake in Parquet format - Azure Stream Analytics | Microsoft Learn
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.