Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Validate then Save a KQL Query
Version 1.0.0
Run a KQL query to validate it, then persist it as a saved search.
Provider
Workflows
promote-query-to-saved-search
Validate a KQL query by running it, then persist it as a saved search.
Executes a KQL query against the workspace to confirm it returns results, then creates or updates a saved search holding the same query so it becomes a curated, reusable search on the workspace.
1
validateQuery
postQuery
Execute the KQL query against the workspace to confirm it parses and returns tabular results before it is persisted.
2
saveSearch
createOrUpdateSavedSearch
Persist the validated query as a saved search on the workspace so it can be rerun and shared later.
Source API Descriptions
openapi