Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Update Workspace Retention and Verify
Version 1.0.0
Read a workspace's current retention, patch it, then read it back to confirm.
Provider
Workflows
update-workspace-retention
Capture current retention, patch the workspace, then verify the new value.
Reads the workspace to record its current retention, patches the workspace with a new retention setting, and reads the workspace back to confirm the updated retention.
1
readCurrentWorkspace
getWorkspace
Read the workspace to capture its current retention setting before the patch is applied.
2
patchWorkspace
updateWorkspace
Apply a patch that sets the new retention value on the workspace.
3
verifyWorkspace
getWorkspace
Read the workspace again to confirm the new retention value is in effect.