Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Create Workspace and Baseline Custom Table
Version 1.0.0
Create a workspace, add a baseline custom table, then read the table back.
Provider
Workflows
create-workspace-and-baseline-table
Provision a workspace, add a baseline custom table, then confirm the table.
Creates or updates a Log Analytics workspace with an SKU and retention, creates a baseline custom table on that workspace, and reads the table back to confirm its schema and provisioning state.
1
createWorkspace
createOrUpdateWorkspace
Create or update the Log Analytics workspace with the supplied SKU and retention policy in the target region.
2
createBaselineTable
createOrUpdateTable
Create the baseline custom table on the new workspace using the supplied column schema.
3
confirmTable
getTable
Read the baseline table back to confirm its schema and provisioning state after creation.