Skip to content

Commit 7fede1e

Browse files
committed
for review
1 parent 35415eb commit 7fede1e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-monitor/essentials/azure-monitor-workspace-manage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Manage an Azure Monitor workspace (preview)
33
description: How to create and delete Azure Monitor workspaces.
44
author: EdB-MSFT
55
ms.author: edbaynash
6+
ms.reviewer: poojaa
67
ms.topic: conceptual
78
ms.date: 01/19/2023
89
---
@@ -117,12 +118,12 @@ Connect an Azure Monitor workspace to an [Azure Managed Grafana](../../managed-g
117118

118119
1. Open the **Azure Monitor workspace** menu in the Azure portal.
119120
2. Select your workspace.
120-
3. Click **Linked Grafana workspaces**.
121+
3. Select **Linked Grafana workspaces**.
121122
4. Select a Grafana workspace.
122123

123124
### [CLI](#tab/cli)
124125

125-
Creates a link between the Azure Monitor workspace and the Grafana workspace by updating the Azure Kubernetes Service cluster that you are monitoring.
126+
Create a link between the Azure Monitor workspace and the Grafana workspace by updating the Azure Kubernetes Service cluster that you're monitoring.
126127

127128
```azurecli
128129
az aks update --enable-azuremonitormetrics -n <cluster-name> -g <cluster-resource-group> --azure-monitor-workspace-resource-id
@@ -149,7 +150,7 @@ Output
149150

150151
### [Resource Manager](#tab/resource-manager)
151152

152-
To set-up an Azure monitor workspace as a data source for Grafana using Resource Manager tempaled see [Collect Prometheus metrics from AKS cluster (preview)](prometheus-metrics-enable.md?tabs=resource-manager#enable-prometheus-metric-collection)
153+
To set up an Azure monitor workspace as a data source for Grafana using a Resource Manager template, see [Collect Prometheus metrics from AKS cluster (preview)](prometheus-metrics-enable.md?tabs=resource-manager#enable-prometheus-metric-collection)
153154
---
154155

155156
If your Grafana Instance is self managed see [Use Azure Monitor managed service for Prometheus (preview) as data source for self-managed Grafana using managed system identity](./prometheus-self-managed-grafana-azure-active-directory.md)

articles/azure-monitor/essentials/azure-monitor-workspace-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Azure Monitor workspace overview (preview)
33
description: Overview of Azure Monitor workspace, which is a unique environment for data collected by Azure Monitor.
44
author: EdB-MSFT
55
ms.author: edbaynash
6+
ms.reviewer: poojaa
67
ms.topic: conceptual
78
ms.date: 01/22/2023
89
---
@@ -39,7 +40,7 @@ The following table presents criteria to consider when designing an Azure Monito
3940

4041
* The default Azure Monitor workspace limit is 1 million active times series and 1 million events per minute ingested.
4142

42-
* There is no reduction in performance due to the amount of data in your Azure Monitor workspace. Multiple services can send data to the same account simultaneously. There is, however, a limit on how large an Azure Monitor workspace can scale as explained below.
43+
* There's no reduction in performance due to the amount of data in your Azure Monitor workspace. Multiple services can send data to the same account simultaneously. There is, however, a limit on how large an Azure Monitor workspace can scale as explained below.
4344

4445
### Growing account capacity
4546

0 commit comments

Comments
 (0)