Skip to content

Commit 80efa94

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-horizontal-rbac-terms
2 parents 97b8e1a + 8d4bd8d commit 80efa94

File tree

3 files changed

+46
-43
lines changed

3 files changed

+46
-43
lines changed

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

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ You can view two types of logs for Azure Event Hubs:
2626
* **[Activity logs](../azure-monitor/platform/platform-logs-overview.md)**: These logs have information about operations done on a job. The logs are always enabled. You can see activity log entries by selecting **Activity log** in the left pane for your event hub namespace in the Azure portal. For example: "Create or Update Namespace", "Create or Update Event Hub".
2727

2828
![Activity log for an Event Hubs namespace](./media/event-hubs-diagnostic-logs/activity-log.png)
29-
* **[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md)**: You can configure diagnostic logs for a richer view of everything that happens with a job. Diagnostic logs cover activities from the time the job is created until the job is deleted, including updates and activities that occur while the job is running.
30-
29+
* **[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md)**: Diagnostic logs provide richer information about operations and actions that are conducted against your namespace by using the API, or through management clients on the language SDK.
30+
3131
The following section shows you how to enable diagnostic logs for an Event Hubs namespace.
3232

3333
## Enable diagnostic logs
@@ -51,45 +51,47 @@ Diagnostic logs are disabled by default. To enable diagnostic logs, follow these
5151

5252
Event Hubs captures diagnostic logs for the following categories:
5353

54-
- **Archive Logs**: logs related to Event Hubs archives, specifically, logs related to archive errors.
55-
- **Operational Logs**: information about what is happening during Event Hubs operations, specifically, the operation type, including event hub creation, resources used, and the status of the operation.
56-
- **Auto scale logs**: information about autoscaling operations done on an Event Hubs namespace.
57-
- **Kafka coordinator logs** - information about Kafka coordinator operations related to Event Hubs.
58-
- **Kafka user logs**: information about Kafka user operations related to Event Hubs.
59-
- **Event Hubs virtual network (VNet) connection event**: information about Event Hubs virtual network connection events.
60-
- **Customer-managed key user logs**: information about operations related to customer-managed key.
54+
| Category | Description |
55+
| -------- | ----------- |
56+
| Archive Logs | Captures information about [Event Hubs Capture](event-hubs-capture-overview.md) operations, specifically, logs related to capture errors. |
57+
| Operational Logs | Capture all management operations that are performed on the Azure Event Hubs namespace. Data operations are not captured, because of the high volume of data operations that are conducted on Azure Event Hubs. |
58+
| Auto scale logs | Captures auto-inflate operations done on an Event Hubs namespace. |
59+
| Kafka coordinator logs | Captures Kafka coordinator operations related to Event Hubs. |
60+
| Kafka user error logs | Captures information about Kafka APIs called on Event Hubs. |
61+
| Event Hubs virtual network (VNet) connection event | Captures information about IP addresses and virtual networks sending traffic to Event Hubs. |
62+
| Customer-managed key user logs | Captures operations related to customer-managed key. |
6163

6264

63-
All logs are stored in JavaScript Object Notation (JSON) format. Each entry has string fields that use the format described in the following sections.
65+
All logs are stored in JavaScript Object Notation (JSON) format. Each entry has string fields that use the format described in the following sections.
6466

6567
## Archive logs schema
6668

6769
Archive log JSON strings include elements listed in the following table:
6870

6971
Name | Description
7072
------- | -------
71-
TaskName | Description of the task that failed.
72-
ActivityId | Internal ID, used for tracking.
73-
trackingId | Internal ID, used for tracking.
74-
resourceId | Azure Resource Manager resource ID.
75-
eventHub | Event hub full name (includes namespace name).
76-
partitionId | Event Hub partition being written to.
77-
archiveStep | ArchiveFlushWriter
78-
startTime | Failure start time.
79-
failures | Number of times failure occurred.
80-
durationInSeconds | Duration of failure.
81-
message | Error message.
73+
TaskName | Description of the task that failed
74+
ActivityId | Internal ID, used for tracking
75+
trackingId | Internal ID, used for tracking
76+
resourceId | Azure Resource Manager resource ID
77+
eventHub | Event hub full name (includes namespace name)
78+
partitionId | Event Hub partition being written to
79+
archiveStep | possible values: ArchiveFlushWriter, DestinationInit
80+
startTime | Failure start time
81+
failures | Number of times the failure occurred
82+
durationInSeconds | Duration of failure
83+
message | Error message
8284
category | ArchiveLogs
8385

8486
The following code is an example of an archive log JSON string:
8587

8688
```json
8789
{
8890
"TaskName": "EventHubArchiveUserError",
89-
"ActivityId": "21b89a0b-8095-471a-9db8-d151d74ecf26",
90-
"trackingId": "21b89a0b-8095-471a-9db8-d151d74ecf26_B7",
91-
"resourceId": "/SUBSCRIPTIONS/854D368F-1828-428F-8F3C-F2AFFA9B2F7D/RESOURCEGROUPS/DEFAULT-EVENTHUB-CENTRALUS/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/FBETTATI-OPERA-EVENTHUB",
92-
"eventHub": "fbettati-opera-eventhub:eventhub:eh123~32766",
91+
"ActivityId": "000000000-0000-0000-0000-0000000000000",
92+
"trackingId": "0000000-0000-0000-0000-00000000000000000",
93+
"resourceId": "/SUBSCRIPTIONS/000000000-0000-0000-0000-0000000000000/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/<Event Hubs Namespace Name>",
94+
"eventHub": "<Event Hub full name>",
9395
"partitionId": "1",
9496
"archiveStep": "ArchiveFlushWriter",
9597
"startTime": "9/22/2016 5:11:21 AM",
@@ -106,27 +108,27 @@ Operational log JSON strings include elements listed in the following table:
106108

107109
Name | Description
108110
------- | -------
109-
ActivityId | Internal ID, used to track purpose.
110-
EventName | Operation name.
111-
resourceId | Azure Resource Manager resource ID.
112-
SubscriptionId | Subscription ID.
113-
EventTimeString | Operation time.
114-
EventProperties | Operation properties.
115-
Status | Operation status.
116-
Caller | Caller of operation (Azure portal or management client).
117-
category | OperationalLogs
111+
ActivityId | Internal ID, used for tracking purposes |
112+
EventName | Operation name |
113+
resourceId | Azure Resource Manager resource ID |
114+
SubscriptionId | Subscription ID |
115+
EventTimeString | Operation time |
116+
EventProperties | Operation properties |
117+
Status | Operation status |
118+
Caller | Caller of operation (Azure portal or management client) |
119+
Category | OperationalLogs |
118120

119121
The following code is an example of an operational log JSON string:
120122

121123
```json
122124
Example:
123125
{
124-
"ActivityId": "6aa994ac-b56e-4292-8448-0767a5657cc7",
126+
"ActivityId": "00000000-0000-0000-0000-00000000000000",
125127
"EventName": "Create EventHub",
126-
"resourceId": "/SUBSCRIPTIONS/1A2109E3-9DA0-455B-B937-E35E36C1163C/RESOURCEGROUPS/DEFAULT-SERVICEBUS-CENTRALUS/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/SHOEBOXEHNS-CY4001",
127-
"SubscriptionId": "1a2109e3-9da0-455b-b937-e35e36c1163c",
128+
"resourceId": "/SUBSCRIPTIONS/00000000-0000-0000-0000-0000000000000/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/<Event Hubs namespace name>",
129+
"SubscriptionId": "000000000-0000-0000-0000-000000000000",
128130
"EventTimeString": "9/28/2016 8:40:06 PM +00:00",
129-
"EventProperties": "{\"SubscriptionId\":\"1a2109e3-9da0-455b-b937-e35e36c1163c\",\"Namespace\":\"shoeboxehns-cy4001\",\"Via\":\"https://shoeboxehns-cy4001.servicebus.windows.net/f8096791adb448579ee83d30e006a13e/?api-version=2016-07\",\"TrackingId\":\"5ee74c9e-72b5-4e98-97c4-08a62e56e221_G1\"}",
131+
"EventProperties": "{\"SubscriptionId\":\"0000000000-0000-0000-0000-000000000000\",\"Namespace\":\"<Namespace Name>\",\"Via\":\"https://<Namespace Name>.servicebus.windows.net/f8096791adb448579ee83d30e006a13e/?api-version=2016-07\",\"TrackingId\":\"5ee74c9e-72b5-4e98-97c4-08a62e56e221_G1\"}",
130132
"Status": "Succeeded",
131133
"Caller": "ServiceBus Client",
132134
"category": "OperationalLogs"

articles/event-hubs/move-across-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are various scenarios in which you'd want to move your existing Event Hubs
2424
- Ensure that the services and features that your account uses are supported in the target region.
2525
- For preview features, ensure that your subscription is whitelisted for the target region.
2626
- If you have **capture feature** enabled for event hubs in the namespace, move [Azure Storage or Azure Data Lake Store Gen 2](../storage/common/storage-account-move.md) or [Azure Data Lake Store Gen 1](../data-lake-store/data-lake-store-migration-cross-region.md) accounts before moving the Event Hubs namespace. You can also move the resource group that contains both Storage and Event Hubs namespaces to the other region by following steps similar to the ones described in this article.
27-
- If the Event Hubs namespace is in an **Event Hubs cluster**, [create a dedicated cluster](event-hubs-dedicated-cluster-create-portal.md) in the **target region** before you go through steps in this article.
27+
- If the Event Hubs namespace is in an **Event Hubs cluster**, [create a dedicated cluster](event-hubs-dedicated-cluster-create-portal.md) in the **target region** before you go through steps in this article. You can also use the [quickstart template on GitHub](https://github.com/Azure/azure-quickstart-templates/tree/master/201-eventhubs-create-cluster-namespace-eventhub/) to create an Event Hubs cluster. In the template, remove the namespace portion of the JSON to create only the cluster.
2828

2929
## Prepare
3030
To get started, export a Resource Manager template. This template contains settings that describe your Event Hubs namespace.

articles/media-services/azure-media-player/azure-media-player-known-issues.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ The current release has the following known issues:
4141

4242
- In the DVR window of Live content, when content finishes the timeline will continue to grow until seeking to the area or reaching the end of the presentation.
4343
- Live presentations in Firefox with MSE enabled has some issues
44-
- Assets that are audio or video only won't play back via the AzureHtml5JS tech.
45-
- If you'd like to play back assets without audio or video, you can do so by inserting blank audio or video using the [Azure Media Services Explorer tool](https://aka.ms/amse)
46-
- Instructions on how to insert silent audio can be found [here](https://azure.microsoft.com/documentation/articles/media-services-advanced-encoding-with-mes/#silent_audio)
44+
45+
- Assets that are audio only will not play back via the AzureHtml5JS tech.
46+
- If you’d like to play back assets without audio, you can do so by inserting blank audio using the [Azure Media Services Explorer tool](https://aka.ms/amse)
47+
- Instructions on how to insert silent audio can be found [here](https://azure.microsoft.com/documentation/articles/media-services-advanced-encoding-with-mes/#silent_audio)
4748

4849
## Flash ##
4950

@@ -86,7 +87,7 @@ The current release has the following known issues:
8687
## Apple ##
8788

8889
- Safari on Mac often enables Power Saver mode by default with the setting "Stop plug-ins to save power", which blocks plugins like Flash and Silverlight when they believe it is not in favor to the user. This block does not block the plugin's existent, only capabilities. Given the default techOrder, this may cause issues when attempting to play back
89-
- Mitigation 1: If the video player is 'front and center' (within a 3000 x 3000 pixel boundary starting at the top left corner of the document), it should still play.
90+
- Mitigation 1: If the video player is 'front and center' (within a 3000 x 3000 pixel boundary starting at the top-left corner of the document), it should still play.
9091
- Mitigation 2: Change the techOrder for Safari to be ["azureHtml5JS", "html5"]. This mitigation has implication of not getting all the features that are available in the FlashSS tech.
9192
- PlayReady content via Silverlight may have issues playing back in Safari.
9293
- AES and restricted token content does not play back using iOS and older Android devices.

0 commit comments

Comments
 (0)