Skip to content

Commit d150807

Browse files
committed
Curate for Azure Monitor duplication
1 parent c588b40 commit d150807

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

articles/notification-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
href: notification-hubs-baidu-china-android-notifications-get-started.md
161161
- name: Use APNS VOIP through Notification Hubs
162162
href: voip-apns.md
163-
- name: Monitor
163+
- name: Monitor Notification Hubs
164164
href: monitor-notification-hubs.md
165165
- name: Enable diagnostic logs
166166
href: notification-hubs-diagnostic-logs.md

articles/notification-hubs/monitor-notification-hubs-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [Monitor Notification Hubs](monitor-notification-hubs.md) for details on the
2020
### Supported metrics for Microsoft.NotificationHubs/namespaces/notificationHubs
2121
The following table lists the metrics available for the Microsoft.NotificationHubs/namespaces/notificationHubs resource type.
2222
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
23-
[!INCLUDE [Microsoft.NotificationHubs/namespaces/notificationHubs](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-notificationhubs-namespaces-notificationhubs-metrics-include.md)]
23+
[!INCLUDE [Microsoft.NotificationHubs/namespaces/notificationHubs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-notificationhubs-namespaces-notificationhubs-metrics-include.md)]
2424

2525
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
2626

@@ -29,10 +29,10 @@ The following table lists the metrics available for the Microsoft.NotificationHu
2929
[!INCLUDE [horz-monitor-ref-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
3030

3131
### Supported resource logs for Microsoft.NotificationHubs/namespaces
32-
[!INCLUDE [Microsoft.NotificationHubs/namespaces](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-notificationhubs-namespaces-logs-include.md)]
32+
[!INCLUDE [Microsoft.NotificationHubs/namespaces](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-notificationhubs-namespaces-logs-include.md)]
3333

3434
### Supported resource logs for Microsoft.NotificationHubs/namespaces/notificationHubs
35-
[!INCLUDE [Microsoft.NotificationHubs/namespaces/notificationHubs](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-notificationhubs-namespaces-notificationhubs-logs-include.md)]
35+
[!INCLUDE [Microsoft.NotificationHubs/namespaces/notificationHubs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-notificationhubs-namespaces-notificationhubs-logs-include.md)]
3636

3737
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
3838
<!-- No table(s) at https://learn.microsoft.com/azure/azure-monitor/reference/tables/tables-resourcetype. -->

articles/notification-hubs/notification-hubs-diagnostic-logs.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,7 @@ All logs are stored in JavaScript Object Notation (JSON) format in the following
2121
- **AzureActivity**: Displays logs from operations and actions that are conducted against your namespace in the Azure portal or through Azure Resource Manager template deployments.
2222
- **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.
2323

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 |
31-
| category | Log category. Valid values: `OperationalLogs` |
32-
| 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 diagnotic log strings, see [Azure Monitor Logs tables](monitor-notification-hubs-reference.md#azure-monitor-logs-tables).
3725

3826
Here's an example of an operational log JSON string:
3927

0 commit comments

Comments
 (0)