You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-diagnostic-logs.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,7 @@ All logs are stored in JavaScript Object Notation (JSON) format in the following
21
21
-**AzureActivity**: Displays logs from operations and actions that are conducted against your namespace in the Azure portal or through Azure Resource Manager template deployments.
22
22
-**AzureDiagnostics**: Displays logs from operations and actions that are conducted against your namespace by using the API, or through management clients on the language SDK.
23
23
24
-
Diagnostic log JSON strings include the elements listed in the following table:
25
-
26
-
| Name | Description |
27
-
| ------- | ------- |
28
-
| time | UTC timestamp of the log |
29
-
| resourceId | Relative path to the Azure resource |
30
-
| operationName | Name of the management operation |
| callerIdentity | Identity of the caller who initiated the management operation |
33
-
| resultType | Status of the management operation. Valid values: `Succeeded` or `Failed`|
34
-
| resultDescription | Description of the management operation |
35
-
| correlationId | Correlation ID of the management operation (if specified) |
36
-
| callerIpAddress | The caller IP address. Empty for calls that originated from the Azure portal |
24
+
For a list of elements that are included in diagnostic log strings, see [Azure Monitor Logs tables](monitor-notification-hubs-reference.md#azure-monitor-logs-tables).
37
25
38
26
Here's an example of an operational log JSON string:
0 commit comments