Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Provision Custom Table then Ingest and Verify
Version 1.0.0
Create a custom table, upload logs through a DCR, then query the table to verify.
Provider
Workflows
provision-table-and-ingest
Create a custom table, ingest logs via a DCR, then query to verify ingestion.
Creates or updates a custom table with a column schema, uploads a batch of log entries through a data collection rule stream, and runs a KQL query against the new table to confirm the ingested data is queryable.
1
createTable
Create or update the custom table on the workspace with the supplied column schema so it is ready to receive ingested data.
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 new 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.