QuantumProviderAccountDeviceOperationLogs

Operational telemetry for device operations performed on Azure Quantum Provider Account resources. Each operation emits a Started record and a Succeeded or Failed record sharing a CorrelationId, capturing what operation ran on which device, its outcome, and how long it took.

Table attributes

Attribute Value
Resource types -
Categories -
Solutions LogManagement
Basic table support No
Auxiliary / Lake table support Yes
DCR workspace transformation support No
Ingestion API support No
Sample Queries -

Columns

Column Type Description
_BilledSize real The record size in bytes
Category string The log category. Value is Operational for all records in this table.
CorrelationId string A GUID used to group together a set of related events, such as the Started and end records of one run.
DeviceId string The stable identifier of the device the operation ran on.
DeviceName string The display name of the device the operation ran on.
DurationMs long The wall-clock elapsed time of the operation in milliseconds. Typically populated on the end (Succeeded or Failed) record.
_IsBillable string Specifies whether ingesting the data is billable. When _IsBillable is false ingestion isn't billed to your Azure account
Level string The severity level of the emitted event, such as Informational or Error.
Location string The Azure region where the Provider Account resource resides.
OperationName string The stable operation label for the device operation, such as Calibration.
OperationSubtype string The subtype of the operation.
OperationVersion string The contract version under which the operation event was emitted.
_ResourceId string A unique identifier for the resource that the record is associated with
ResultType string The lifecycle result of the event. One of Started, Succeeded, or Failed.
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
TenantId string The Log Analytics workspace ID
TimeGenerated datetime The timestamp (UTC) when the device operation event was recorded.
Type string The name of the table