Skip to content

Commit ef20235

Browse files
authored
Merge pull request #72547 from MicrosoftDocs/master
4/09 AM Publish
2 parents 43b85f2 + f5e0eda commit ef20235

File tree

47 files changed

+603
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+603
-310
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"version": 0
2222
}
2323
],
24-
"notification_subscribers": [],
24+
"notification_subscribers": [
25+
26+
],
2527
"sync_notification_subscribers": [
2628
2729
],

articles/active-directory/saas-apps/github-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To configure the integration of GitHub into Azure AD, you need to add GitHub fro
6363

6464
![The New application button](common/add-new-app.png)
6565

66-
4. In the search box, type **GitHub**, select **GitHub** from result panel then click **Add** button to add the application.
66+
4. In the search box, type **GitHub**, select **GitHub.com** from result panel then click **Add** button to add the application.
6767

6868
![GitHub in the results list](common/search-new-app.png)
6969

articles/automation/automation-update-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: automation
66
ms.subservice: update-management
77
author: georgewallace
88
ms.author: gwallace
9-
ms.date: 04/02/2019
9+
ms.date: 04/09/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
@@ -559,7 +559,7 @@ Update
559559
| project-away ClassificationWeight, InformationId, InformationUrl
560560
```
561561

562-
## <a name="using-dynamic-groups"></a>Using dynamic groups (preview)
562+
## <a name="using-dynamic-groups"></a>Using dynamic groups
563563

564564
Update Management provides the ability to target a dynamic group of Azure VMs for update deployments. These groups are defined by a query, when an update deployment begins, the members of that group are evaluated. Dynamic groups do not work with classic VMs. When defining your query, the following items can be used together to populate the dynamic group
565565

2.85 KB
Loading

articles/azure-functions/functions-bindings-event-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: cshoe
1616
---
1717
# Azure IoT Hub bindings for Azure Functions
1818

19-
This article explains how to work with Azure Functions bindings for IoT Hub. The IoT Hub support is based on the [Azure Event Hubs Binding](link to event hub doc).
19+
This article explains how to work with Azure Functions bindings for IoT Hub. The IoT Hub support is based on the [Azure Event Hubs Binding](functions-bindings-event-hubs.md).
2020

2121
[!INCLUDE [intro](../../includes/functions-bindings-intro.md)]
2222

articles/azure-monitor/app/ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You need to open some outgoing ports in your server's firewall to allow the Appl
3131

3232
| Purpose | URL | IP | Ports |
3333
| --- | --- | --- | --- |
34-
| Telemetry |dc.services.visualstudio.com<br/>dc.applicationinsights.microsoft.com |40.114.241.141<br/>104.45.136.42<br/>40.84.189.107<br/>168.63.242.221<br/>52.167.221.184<br/>52.169.64.244<br/>40.85.218.175<br/>104.211.92.54<br/>52.175.198.74<br/>51.140.6.23<br/>40.71.12.231<br/>13.69.65.22<br/>13.78.108.165<br/>13.70.72.233<br/>40.79.138.41<br/>52.231.18.241<br/>13.75.38.7 | 443 |
34+
| Telemetry |dc.services.visualstudio.com<br/>dc.applicationinsights.microsoft.com |40.114.241.141<br/>104.45.136.42<br/>40.84.189.107<br/>168.63.242.221<br/>52.167.221.184<br/>52.169.64.244<br/>40.85.218.175<br/>104.211.92.54<br/>52.175.198.74<br/>51.140.6.23<br/>40.71.12.231<br/>13.69.65.22<br/>13.78.108.165<br/>13.70.72.233<br/>20.44.8.7<br/>13.86.218.248<br/>40.79.138.41<br/>52.231.18.241<br/>13.75.38.7 | 443 |
3535
| Live Metrics Stream |rt.services.visualstudio.com<br/>rt.applicationinsights.microsoft.com |23.96.28.38<br/>13.92.40.198 |443 |
3636

3737
## Status Monitor

articles/azure-monitor/azure-monitor-app-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Azure Monitor Application insights Documentation - Tutorials, API Referen
55
description: Azure Monitor Application Insights provides deep code-level application performance monitoring.
66
services: application-insights
77
author: mrbullwinkle
8-
manager: carmonmills
8+
manager: carmonm
99
ms.service: application-insights
1010
ms.topic: landing-page
1111
ms.date: 01/15/2019

articles/azure-monitor/insights/ad-replication-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you don't want to connect any of your domain controllers directly to Azure Mo
3939
3. On that computer, set the following registry key:<br>Key: **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\Management Groups\<ManagementGroupName>\Solutions\ADReplication**<br>Value: **IsTarget**<br>Value Data: **true**
4040

4141
> [!NOTE]
42-
> These changes do not take effect until your restart the Microsoft Monitoring Agent service (HealthService.exe).
42+
> These changes do not take effect until you restart the Microsoft Monitoring Agent service (HealthService.exe).
4343
> ### Install solution
4444
> Follow the process described in [Install a monitoring solution](solutions.md#install-a-monitoring-solution) to add the **Active Directory Replication Status** solution to your Log Analytics workspace. There is no further configuration required.
4545

articles/azure-monitor/insights/container-insights-analyze.md

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-monitor
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 02/08/2019
14+
ms.date: 04/09/2019
1515
ms.author: magoedte
1616
---
1717

@@ -95,7 +95,34 @@ The performance chart displays four performance metrics:
9595

9696
You can use the left/right arrow keys to cycle through each data point on the chart and the up/down arrow keys to cycle through the percentile lines.
9797

98-
When you switch to **Nodes**, **Controllers**, and **Containers** tab, automatically displayed on the right-side of the page is the property pane. It shows the properties of the item selected, including labels you define to organize Kubernetes objects. Click on the **>>** link in the pane to view\hide the pane.
98+
Azure Monitor for containers also supports Azure Monitor [metrics explorer](../platform/metrics-getting-started.md), where you can create your own plot charts, correlate and investigate trends, and pin to dashboards. From metrics explorer, you can also use the criteria you have set to visualize your metrics as the basis of a [metric based alert rule](../platform/alerts-metric.md).
99+
100+
## View container metrics in metrics explorer
101+
In metrics explorer, you can view aggregated node and pod utilization metrics from Azure Monitor for containers. The following table summarizes the details to help you understand how to use the metric charts to visualize container metrics.
102+
103+
|Namespace | Metric |
104+
|----------|--------|
105+
| insights.container/nodes | |
106+
| | cpuUsageMillicores |
107+
| | cpuUsagePercentage |
108+
| | memoryRssBytes |
109+
| | memoryRssPercentage |
110+
| | memoryWorkingSetBytes |
111+
| | memoryWorkingSetPercentage |
112+
| | nodesCount |
113+
| insights.container/pods | |
114+
| | PodCount |
115+
116+
You can apply [splitting](../platform/metrics-charts.md#apply-splitting-to-a-chart) of a metric to view it by dimension and visualize how different segments of it compare to each other. For a node, you can segment the chart by the *host* dimension, and from a pod you can segment it by the following dimensions:
117+
118+
* Controller
119+
* Kubernetes namespace
120+
* Node
121+
* Phase
122+
123+
## Analyze nodes, controllers, and container health
124+
125+
When you switch to **Nodes**, **Controllers**, and **Containers** tab, automatically displayed on the right-side of the page is the property pane. It shows the properties of the item-selected, including labels you define to organize Kubernetes objects. Click on the **>>** link in the pane to view\hide the pane.
99126

100127
![Example Kubernetes perspectives properties pane](./media/container-insights-analyze/perspectives-preview-pane-01.png)
101128

@@ -128,7 +155,7 @@ By default, Performance data is based on the last six hours, but you can change
128155

129156
When you mouse over the bar graph under the **Trend** column, each bar shows either CPU or memory usage, depending on which metric is selected, within a sample period of 15 minutes. After you select the trend chart through a keyboard, you can use the Alt+PageUp or Alt+PageDown keys to cycle through each bar individually and get the same details as you would on mouseover.
130157

131-
![Trend bar chart hover example](./media/container-insights-analyze/containers-metric-trend-bar-01.png)
158+
![Trend bar chart hover over example](./media/container-insights-analyze/containers-metric-trend-bar-01.png)
132159

133160
In the next example, note for the first in the list - node *aks-nodepool1-*, the value for **Containers** is 9, which is a rollup of the total number of containers deployed.
134161

@@ -171,10 +198,10 @@ The information that's displayed when you view controllers is described in the f
171198
|--------|-------------|
172199
| Name | The name of the controller.|
173200
| Status | The rollup status of the containers when it has completed running with status, such as *OK*, *Terminated*, *Failed* *Stopped*, or *Paused*. If the container is running, but the status was either not properly displayed or was not picked up by the agent and has not responded more than 30 minutes, the status is *Unknown*. Additional details of the status icon are provided in the table below.|
174-
| Avg&nbsp;%, Min&nbsp;%, Max&nbsp;%, 50th&nbsp;%, 90th&nbsp;% | Rollup average of the average percentage of each entity for the selected metric and percentile. |
175-
| Avg, Min, Max, 50th, 90th | Rollup of the average CPU millicore or memory performance of the container for the selected percentile. The average value is measured from the CPU/Memory limit set for a pod. |
201+
| Avg&nbsp;%, Min&nbsp;%, Max&nbsp;%, 50th&nbsp;%, 90th&nbsp;% | Roll up average of the average percentage of each entity for the selected metric and percentile. |
202+
| Avg, Min, Max, 50th, 90th | Roll up of the average CPU millicore or memory performance of the container for the selected percentile. The average value is measured from the CPU/Memory limit set for a pod. |
176203
| Containers | Total number of containers for the controller or pod. |
177-
| Restarts | Rollup of the restart count from containers. |
204+
| Restarts | Roll up of the restart count from containers. |
178205
| Uptime | Represents the time since a container started. |
179206
| Node | Only for containers and pods. It shows which controller it is residing. |
180207
| Trend Avg&nbsp;%, Min&nbsp;%, Max&nbsp;%, 50th&nbsp;%, 90th&nbsp;%| Bar graph trend represents the average percentile metric of the controller. |

articles/azure-monitor/insights/solution-agenthealth.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ A record with a type of **Heartbeat** is created. These records have the proper
7070

7171
| Property | Description |
7272
| --- | --- |
73-
| Type | *Heartbeat*|
74-
| Category | Value is *Direct Agent*, *SCOM Agent*, or *SCOM Management Server*.|
75-
| Computer | Computer name.|
76-
| OSType | Windows or Linux operating system.|
77-
| OSMajorVersion | Operating system major version.|
78-
| OSMinorVersion | Operating system minor version.|
79-
| Version | Log Analytics Agent or Operations Manager Agent version.|
80-
| SCAgentChannel | Value is *Direct* and/or *SCManagementServer*.|
81-
| IsGatewayInstalled | If Log Analytics gateway is installed, value is *true*, otherwise value is *false*.|
82-
| ComputerIP | IP address of the computer.|
83-
| RemoteIPCountry | Geographic location where computer is deployed.|
84-
| ManagementGroupName | Name of Operations Manager management group.|
85-
| SourceComputerId | Unique ID of computer.|
86-
| RemoteIPLongitude | Longitude of computer's geographic location.|
87-
| RemoteIPLatitude | Latitude of computer's geographic location.|
73+
| `Type` | *Heartbeat*|
74+
| `Category` | Value is *Direct Agent*, *SCOM Agent*, or *SCOM Management Server*.|
75+
| `Computer` | Computer name.|
76+
| `OSType` | Windows or Linux operating system.|
77+
| `OSMajorVersion` | Operating system major version.|
78+
| `OSMinorVersion` | Operating system minor version.|
79+
| `Version` | Log Analytics Agent or Operations Manager Agent version.|
80+
| `SCAgentChannel` | Value is *Direct* and/or *SCManagementServer*.|
81+
| `IsGatewayInstalled` | If Log Analytics gateway is installed, value is *true*, otherwise value is *false*.|
82+
| `ComputerIP` | IP address of the computer.|
83+
| `RemoteIPCountry` | Geographic location where computer is deployed.|
84+
| `ManagementGroupName` | Name of Operations Manager management group.|
85+
| `SourceComputerId` | Unique ID of computer.|
86+
| `RemoteIPLongitude` | Longitude of computer's geographic location.|
87+
| `RemoteIPLatitude` | Latitude of computer's geographic location.|
8888

8989
Each agent reporting to an Operations Manager management server will send two heartbeats, and SCAgentChannel property's value will include both **Direct** and **SCManagementServer** depending on what data sources and monitoring solutions you have enabled in your subscription. If you recall, data from solutions are either sent directly from an Operations Manager management server to Azure Monitor, or because of the volume of data collected on the agent, are sent directly from the agent to Azure Monitor. For heartbeat events which have the value **SCManagementServer**, the ComputerIP value is the IP address of the management server since the data is actually uploaded by it. For heartbeats where SCAgentChannel is set to **Direct**, it is the public IP address of the agent.
9090

0 commit comments

Comments
 (0)