Skip to content

Commit a2716e9

Browse files
committed
VM Insights preview fix
1 parent 1bc92cf commit a2716e9

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

articles/azure-monitor/monitor-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Insights provide a customized monitoring experience for particular applications
2727
| [Azure Monitor for Networks (preview)](insights/network-insights-overview.md) | Provides a comprehensive view of health and metrics for all your network resource. The advanced search capability helps you identify resource dependencies, enabling scenarios like identifying resource that are hosting your website, by simply searching for your website name. |
2828
[Azure Monitor for Resource Groups (preview)](insights/resource-group-insights.md) | Triage and diagnose any problems your individual resources encounter, while offering context as to the health and performance of the resource group as a whole. |
2929
| [Azure Monitor for Storage (preview)](insights/storage-insights-overview.md) | Provides comprehensive monitoring of your Azure Storage accounts by delivering a unified view of your Azure Storage services performance, capacity, and availability. |
30-
| [Azure Monitor for VMs (preview)](insights/container-insights-overview.md) | Monitors your Azure virtual machines (VM) and virtual machine scale sets at scale. It analyzes the performance and health of your Windows and Linux VMs, and monitors their processes and dependencies on other resources and external processes. |
30+
| [Azure Monitor for VMs ](insights/container-insights-overview.md) | Monitors your Azure virtual machines (VM) and virtual machine scale sets at scale. It analyzes the performance and health of your Windows and Linux VMs, and monitors their processes and dependencies on other resources and external processes. |
3131

3232
### Core solutions
3333

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Create Log Analytics workspace with Resource Manager template
3+
description: Sample Resource Manager template to create Log Analytics workspace in Azure Monitor.
4+
ms.subservice: logs
5+
ms.topic: sample
6+
author: bwren
7+
ms.author: bwren
8+
ms.date: 04/10/2020
9+
10+
---
11+
12+
# Create a Log Analytics workspace with Resource Manager template
13+
14+
This script gets you up and running quickly with an Azure Log Analytics workspace, which is required if you want to start collecting, analyzing, and taking action on data.
15+
16+
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install-no-ssh.md)]
17+
18+
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
19+
20+
## Sample script
21+
22+
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
23+
24+
[!code-powershell[main](../../../powershell_scripts/log-analytics/log-analytics-create-new-resource/log-analytics-create-new-resource.ps1 "Create new Log Analytics workspace")]
25+
26+
## Script explanation
27+
28+
This script uses following commands to create a new Log Analytics workspace in your subscription. Each command in the table links to command specific documentation.
29+
30+
| Command | Notes |
31+
|---|---|
32+
| [Get-AzOperationalInsightsWorkspace](/powershell/module/az.operationalinsights/get-azoperationalinsightsworkspace) | Gets information about an existing workspace. |
33+
| [New-AzOperationalInsightsWorkspace](/powershell/module/az.operationalinsights/new-azoperationalinsightsworkspace) | Creates a workspace in the specified resource group and location. |
34+
35+
36+
## Next steps
37+
38+
For more information on the Azure PowerShell module, see [Azure PowerShell documentation](/powershell/azure/overview).
39+

0 commit comments

Comments
 (0)