QuantumWorkspaceJobAuditLogs

Audit logs for job-related operations performed on Azure Quantum Workspace resources, including job creation, updates, and cancellations. Used to track who performed which job operation and when.

Table attributes

Attribute Value
Resource types -
Categories -
Solutions LogManagement
Basic log Yes
Ingestion-time DCR support No
Lake-only ingestion Yes
Sample Queries -

Columns

Column Type Description
_BilledSize real The record size in bytes
Category string The log category. Value is AuditEvent for all records in this table.
_IsBillable string Specifies whether ingesting the data is billable. When _IsBillable is false ingestion isn't billed to your Azure account
JobId string The unique identifier of the job that was the target of the operation.
Location string The Azure region where the Workspace resource resides.
OperationName string The name of the audited operation, such as CreateJob, UpdateJob, or CancelJob.
OperationParams dynamic Additional parameters specific to the operation, represented as a JSON object. For UpdateJob this includes flags such as priorityUpdated, nameUpdated, and tagsUpdated.
OperationVersion string The API version under which the operation was invoked.
Priority string The priority level assigned to the job at creation time, such as High or Standard. Populated for CreateJob operations.
ProviderId string The identifier of the quantum provider to which the job was submitted. Populated for CreateJob operations.
RequesterObjectId string The Entra object ID of the identity that performed the operation.
RequesterTenantId string The Entra tenant ID of the identity that performed the operation.
RequesterUpn string The user principal name (UPN) of the identity that performed the operation. Empty for managed identities and service principals.
_ResourceId string A unique identifier for the resource that the record is associated with
ResultCode string The outcome of the operation, such as Success or Failure.
SourceSystem string The type of agent the event was collected by. For example, OpsManager for Windows agent, either direct connect or Operations Manager, Linux for all Linux agents, or Azure for Azure Diagnostics
_SubscriptionId string A unique identifier for the subscription that the record is associated with
TargetId string The identifier of the quantum target to which the job was submitted. Populated for CreateJob operations.
TenantId string The Log Analytics workspace ID
TimeGenerated datetime The timestamp (UTC) when the job operation was recorded.
TraceId string The distributed trace identifier for correlating this operation across services.
Type string The name of the table