Path: blob/master/scenario-notebooks/Hunting-Notebooks/Hunting-QueryParquetFilesAndIngestionToCustomTable.ipynb
3253 views
Kernel: Synapse PySpark
Hunting - Query Parquet Files and MDTI API and Ingestion to Custom Table
Notebook Version: 1.0
Python Version: Python 3.8
Apache Spark Version: 3.1
Required Packages: azure-monitor-query, azure-mgmt-loganalytics
Platforms Supported: Azure Synapse Analytics
Data Source Required: Log Analytics custom table defined
Description
This notebook provides step-by-step instructions and sample code to query parquet data from Azure Data Lake Storage and then store it back to Log Analytocs pre-defined custom table.
*** Please run the cells sequentially to avoid errors. Please do not use "run all cells". ***
Table of Contents
Warm-up
ADLS Parquet Data Queries
Save result to Azure Log Analytics Custom Table
1. Warm-up
In [ ]:
In [ ]:
In [ ]:
In [ ]:
2. ADLS Data Queries
In [ ]:
In [ ]:
Service Data: MDTI API
In [ ]:
In [ ]:
In [ ]:
In [ ]:
3. Save result to Azure Log Analytics Custom Table
In [ ]:
In [ ]: