Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Ingest Logs and Verify
Version 1.0.0
Confirm a target table exists, upload logs via a DCR, then query to verify.
Provider
Workflows
ingest-and-verify
Read the target table, upload logs through a DCR, then query to verify.
Reads the target table definition to confirm it exists, uploads a batch of log entries through a data collection rule stream, and runs a KQL query against the table to confirm the ingested data is present.
1
confirmTable
Read the management definition of the destination table to confirm it exists and expose its current schema before ingesting.
2
uploadLogs
Send the batch of log entries through the data collection rule stream to the ingestion endpoint. A 204 indicates the data was accepted.
3
verifyIngestion
Run the verification KQL query against the table to confirm the ingested rows are queryable.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.