Skip to content

Commit 3f9b29f

Browse files
committed
adding images, revising
1 parent 8f884a0 commit 3f9b29f

File tree

5 files changed

+46
-27
lines changed

5 files changed

+46
-27
lines changed

articles/azure-stack/user/azure-stack-metrics-azure-data.md

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,80 +23,99 @@ ms.author: mabrigg
2323

2424
This article provides an overview of the Azure Monitor service in Azure Stack. It discusses the operation of Azure Monitor and additional information on how to use Azure Monitor on Azure Stack.
2525

26+
For an introduction, overview, and how to get started with Azure Monitor, see the global Azure article [Get started with Azure Monitor](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-get-started).
27+
28+
![Azure Stack Monitor blade](./media/azure-stack-metrics-azure-data/azs-monitor.png)
29+
30+
Azure Monitor is the platform service that provides a single source for monitoring Azure resources. With Azure Monitor, you can visualize, query, route, archive, and otherwise take action on the metrics and logs coming from resources in Azure. You can work with this data by using the Azure Stack admin portal, Monitor PowerShell Cmdlets, Cross-Platform CLI, or Azure Monitor REST APIs. For the specific connectivity supported by Azure Stack, see [How to consume monitoring data from Azure Stack](azure-stack-metrics-supported.md)
31+
2632
> [!Note]
2733
Metrics and diagnostic logs are not available for the Azure Stack Development Kit.
2834

2935
## Prerequisites
3036

31-
You should register **Microsoft.insights** providers on your subscription's offer resource providers settings. `Is there any existing guides on how Azure user should perform this kind of the ops?`
37+
Register the **Microsoft.insights** resource provider on your subscription's offer resource providers settings. You can verify that the resource provider is available in your offer associated with your subscription:
38+
39+
1. Open the Azure Stack admin portal.
40+
2. Select **Offers**.
41+
3. Select the offer associated with the subscription.
42+
4. Select **Resource providers** under **Settings.**
43+
5. Find **Microsoft.Insights** in the list and verify that the status is **Registered.**.
44+
45+
`Is there any existing guides on how Azure user should perform this kind of the ops?`
3246

3347
## Overview
3448

3549
Like Azure Monitor on Azure, Azure Monitor on Azure Stack provides base-level infrastructure metrics and logs for most services.
3650

3751
## Azure monitor sources: compute subset
3852

39-
[Image1]
53+
![Azure monitor sources -compute subset](media//azure-stack-metrics-azure-data/azs-monitor-computersubset.png)
4054

41-
The Compute services here in Azure Stack include:
55+
The *Microsoft.Compute resource provider in Azure Stack includes:
4256
- Virtual Machines
43-
- Virtual Machines scale sets `we don't have metrics for VMSS yet.`
57+
- Virtual Machines scale sets `strike out if not available yet.`
4458

4559
### Application - Diagnostics logs, Application logs, and Metrics
4660

47-
Applications can run on top of the Guest OS in the compute model. They emit their own set of logs and metrics. Azure Monitor relies on the Azure diagnostics extension (Windows or Linux) to collect most application level metrics and logs. The types include:
61+
Applications can run in the OS of a VM running with the **Microsoft.Compute** resource provider. These applications and VMs emit their own set of logs and metrics. Azure Monitor relies on the Azure diagnostics extension (Windows or Linux) to collect most application level metrics and logs.
62+
63+
The types of measures include:
4864
- Performance counters
49-
- Application Logs
50-
- Windows Event Logs
51-
- .NET Event Source
52-
- IIS Logs
53-
- Manifest based ETW
54-
- Crash Dumps
55-
- Customer Error Logs
65+
- Application logs
66+
- Windows event logs
67+
- .NET event source
68+
- IIS logs
69+
- Manifest-based ETW
70+
- Crash dumps
71+
- Customer error logs
5672

5773
> [!Note]
5874
> Linux Diagnostics extension on Azure Stack are not supported.
5975
6076
### Host and Guest VM metrics
6177

62-
The previously listed compute resources have a dedicated host VM and guest OS they interact with. The host VM and guest OS are the equivalent of root VM and guest VM in the Hyper-V hypervisor model. You can collect metrics on both. You can also collect diagnostics logs on the guest OS. (Vita: although we can have guest Agent to collect metrics/logs, Azure will do differently, they will VM guest metrics into MDM and OBO) A list of collectable metrics for Host and Guest VM metrics on Azure Stack are available at supported metrics (TBA: [Supported metrics with Azure Monitor on Azure Stack](azure-stack-metrics-supported.md)).
78+
The previously listed compute resources have a dedicated host VM and guest OS. The host VM and guest OS are the equivalent of root VM and guest VM in Hyper-V hypervisor. You can collect metrics for both the host VM and the guest OS. In addition, you can collect diagnostics logs for the guest OS. `Vita: although we can have guest Agent to collect metrics/logs, Azure will do differently, they will VM guest metrics into MDM and OBO.` A list of collectable metrics for Host and Guest VM metrics on Azure Stack are available at [Supported metrics with Azure Monitor on Azure Stack](azure-stack-metrics-supported.md).
6379

6480
### Activity log
6581

66-
You can search the activity logs for information about your compute resources as seen by the Azure Stack infrastructure. The log contains information such as times when resources are created or destroyed. The Activity logs on Azure Stack is consistent with Azure. For more information, see the description of [Activity log overview on Azure](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-activity-logs).
82+
You can search the activity logs for information about your compute resources as seen by the Azure Stack infrastructure. The log contains information such as times when resources are created or destroyed. The activity logs on Azure Stack is consistent with Azure. For more information, see the description of [Activity log overview on Azure](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-activity-logs).
6783

6884

6985
## Azure monitor sources: everything else
7086

71-
[Image 2]
87+
![Azure monitor sources - everything else](media//azure-stack-metrics-azure-data/azs-monitor-othersubset.png)
7288

7389
### Resources - Metrics and Diagnostics logs
7490

75-
Collectable metrics and diagnostics logs vary based on the resource type. A list of collectable metrics for each resource on Azure Stack is available at supported metrics(TBA: Supported metrics with Azure Monitor on Azure Stack). (Vita: this should be another link for logs when we have any)
91+
Collectible metrics and diagnostics logs vary based on the resource type. A list of collectible metrics for each resource on Azure Stack is available at supported metrics. For more information, see [Supported metrics with Azure Monitor on Azure Stack](azure-stack-metrics-supported.md).
7692

7793
### Activity log
78-
The activity log is the same as for compute resources.
94+
95+
The activity log is the same for compute resources.
7996

8097
### Uses for monitoring data
81-
Store and Archive
98+
99+
**Store and Archive**
100+
82101
Some monitoring data is already stored and available in Azure Monitor for a set amount of time.
83102
- Metrics are stored for 90 days.
84103
- Activity log entries are stored for 90 days.
85-
- Diagnostics logs are not stored at all. (Vita: this is confused, should be store upon resource diagnostic setting, and we don't have any resource supports this yet)
86-
Archive the data to storage account longer (Vita: shorter is not supported neither) than the time period listed above is not support yet on Azure Stack.
104+
- Diagnostics logs are not stored. `Vita: this is confused, should be store upon resource diagnostic setting, and we don't have any resource supports this yet.`
105+
- Archive the data to storage account longer `Vita: shorter is not supported neither) than the time period listed above is not support yet on Azure Stack.`
87106

88-
**Query**
107+
**Query**
89108

90-
You can use the Azure Monitor REST API, cross platform Command-Line Interface (CLI) commands, PowerShell cmdlets, or the .NET SDK to access the data in the system or Azure storage.
109+
You can use the Azure Monitor REST API, cross-platform Command-Line Interface (CLI) commands, PowerShell cmdlets, or the .NET SDK to access the data in the system or Azure storage.
91110

92-
**Virtualize**
111+
**Visualization**
93112

94113
Visualizing your monitoring data in graphics and charts helps you find trends quicker than looking through the data itself.
95114

96115
A few visualization methods include:
97-
- Use the Azure Stack user's and admin portal
98-
- Route data to Microsoft Power BI - TBD
99-
- Route the data to a third-party visualization tool using either live streaming or by having the tool read from an archive in Azure storage - TBD
116+
- Use the Azure Stack user and admin portal
117+
- Route data to Microsoft Power BI
118+
- Route the data to a third-party visualization tool using either live streaming or by having the tool read from an archive in Azure storage
100119

101120
## Methods of accessing Azure monitor on Azure Stack
102121

articles/azure-stack/user/azure-stack-metrics-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mabrigg
1717

1818
---
1919

20-
# Consume monitoring data from Azure Stack
20+
# How to consume monitoring data from Azure Stack
2121

2222
*Applies to: Azure Stack integrated systems and Azure Stack Development Kit*
2323

32.4 KB
Loading
26.4 KB
Loading
59.1 KB
Loading

0 commit comments

Comments
 (0)