Skip to content

Commit b69f2e5

Browse files
authored
Merge pull request #219365 from flang-msft/fxl---fix-toc-and-insights-file-to-improve-engagement
Fxl fix toc and insights file to improve engagement
2 parents b0bedb8 + 05e531f commit b69f2e5

File tree

11 files changed

+28
-21
lines changed

11 files changed

+28
-21
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29518,6 +29518,11 @@
2951829518
"source_path_from_root": "/articles/aks/managed-cluster-snapshot.md",
2951929519
"redirect_url": "/azure/aks/intro-kubernetes",
2952029520
"redirect_document_id": "false"
29521+
},
29522+
{
29523+
"source_path": "articles/azure-cache-for-redis/redis-cache-insights-overview.md",
29524+
"redirect_url": "/azure/azure-cache-for-redis/cache-insights-overview",
29525+
"redirect_document_id": false
2952129526
}
2952229527
]
2952329528
}

articles/azure-cache-for-redis/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
href: cache-how-to-monitor.md#create-alerts
202202
- name: Monitor with diagnostic logs
203203
href: cache-monitor-diagnostic-settings.md
204+
- name: Use Insights to understand performance and utilization
205+
href: cache-insights-overview.md
204206
- name: Scale
205207
items:
206208
- name: Update to a different size and tier

articles/azure-cache-for-redis/redis-cache-insights-overview.md renamed to articles/azure-cache-for-redis/cache-insights-overview.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
title: Azure Monitor for Azure Cache for Redis | Microsoft Docs
33
description: This article describes the Azure Monitor for Azure Redis Cache feature, which provides cache owners with a quick understanding of performance and utilization problems.
44
author: flang-msft
5+
56
ms.author: franlanglois
67
ms.topic: conceptual
78
ms.service: cache
8-
ms.date: 09/10/2020
9-
ms.reviewer: shijain
10-
ms.custom: subject-monitoring, ignite-2022
9+
ms.date: 11/22/2022
10+
ms.custom: subject-monitoring, ignite-2022,
11+
1112
---
1213

1314
# Explore Azure Monitor for Azure Cache for Redis
@@ -46,7 +47,7 @@ To view the utilization and performance of your storage accounts across all of y
4647

4748
1. Search for **Monitor**, and select **Monitor**.
4849

49-
![Search box with the word "Monitor" and the Services search result that shows "Monitor" with a speedometer symbol](../cosmos-db/media/insights-overview/search-monitor.png)
50+
:::image type="content" source="../cosmos-db/media/insights-overview/search-monitor.png" alt-text="Search box with the word 'Monitor' and the Services search result that shows 'Monitor' with a speedometer symbol":::
5051

5152
1. Select **Azure Cache for Redis**. If this option isn't present, select **More** > **Azure Cache for Redis**.
5253

@@ -64,7 +65,7 @@ There's a counter tile under the drop-down lists. The tile shows the total numbe
6465

6566
Selecting a drop-down list arrow next to one of the Azure Cache for Redis resources reveals a breakdown of the performance metrics at the individual resource level.
6667

67-
![Screenshot of the overview experience](./media/redis-cache-insights-overview/overview.png)
68+
:::image type="content" source="./media/cache-insights-overview/overview.png" alt-text="Screenshot of the overview experience.":::
6869

6970
When you select the Azure Cache for Redis resource name highlighted in blue, you see the default **Overview** table for the associated account. It shows these columns:
7071

@@ -87,7 +88,7 @@ When you select **Operations** at the top of the page, the **Operations** table
8788
- **Gets**
8889
- **Sets**
8990

90-
![Screenshot of the operations experience](./media/redis-cache-insights-overview/operations.png)
91+
:::image type="content" source="./media/cache-insights-overview/operations.png" alt-text="Screenshot of the operations experience.":::
9192

9293
### Usage
9394

@@ -99,7 +100,7 @@ When you select **Usage** at the top of the page, the **Usage** table of the wor
99100
- **Cache Hits**
100101
- **Cache Misses**
101102

102-
![Screenshot of the usage experience](./media/redis-cache-insights-overview/usage.png)
103+
:::image type="content" source="./media/cache-insights-overview/usage.png" alt-text="Screenshot of the usage experience.":::
103104

104105
### Failures
105106

@@ -114,7 +115,7 @@ When you select **Failures** at the top of the page, the **Failures** table of t
114115
- **Dataloss/Errors**
115116
- **Import/Errors**
116117

117-
![Screenshot of failures with a breakdown by HTTP request type](./media/redis-cache-insights-overview/failures.png)
118+
:::image type="content" source="./media/cache-insights-overview/failures.png" alt-text="Screenshot of failures with a breakdown by HTTP request type.":::
118119

119120
### Metric definitions
120121

@@ -128,7 +129,7 @@ To access Azure Monitor for Azure Cache for Redis directly from an individual re
128129

129130
2. From the list, choose an individual Azure Cache for Redis resource. In the monitoring section, choose Insights.
130131

131-
![Screenshot of Menu options with the words "Insights" highlighted in a red box](./media/redis-cache-insights-overview/insights.png)
132+
:::image type="content" source="./media/cache-insights-overview/insights.png" alt-text="Screenshot of Menu options with the words 'Insights' highlighted in a red box.":::
132133

133134
These views are also accessible by selecting the resource name of an Azure Cache for Redis resource from the Azure Monitor level workbook.
134135

@@ -140,50 +141,49 @@ On the **Overview** workbook for the Azure Redis Cache, it shows several perform
140141

141142
- Metrics and status tiles highlighting shard performance, total number of connected clients, and overall latency.
142143

143-
![Screenshot of overview dashboard displaying information on CPU performance, used memory, connected clients, errors, expired keys, and evicted keys](./media/redis-cache-insights-overview/resource-overview.png)
144+
:::image type="content" source="./media/cache-insights-overview/resource-overview.png" alt-text="Screenshot of Insight overview dashboard displaying information such as Server load, CPU performance, used memory, connected clients, errors, expired keys, and evicted keys.":::
144145

145-
Selecting any of the other tabs for **Performance** or **Operations** opens the respective workbooks.
146+
Selecting any of the other tabs for **Performance** or **Operations** opens that workbooks.
146147

147148
### Resource-level performance
148149

149-
![Screenshot of resource performance graphs](./media/redis-cache-insights-overview/resource-performance.png)
150+
:::image type="content" source="./media/cache-insights-overview/resource-performance.png" alt-text="Screenshot of Azure cache for Redis graphs on the performance tab.":::
150151

151152
### Resource-level operations
152153

153-
![Screenshot of resource operations graphs](./media/redis-cache-insights-overview/resource-operations.png)
154+
:::image type="content" source="./media/cache-insights-overview/resource-operations.png" alt-text="Screenshot Azure of cache for Redis graphs on the operations tab.":::
154155

155156
## Pin, export, and expand
156157

157158
To pin any metric section to an [Azure dashboard](../azure-portal/azure-portal-dashboards.md), select the pushpin symbol in the section's upper right.
158159

159-
![A metric section with the pushpin symbol highlighted](../cosmos-db/media/insights-overview/pin.png)
160+
:::image type="content" source="../cosmos-db/media/insights-overview/pin.png" alt-text="Screenshot of metrics with the pushpin symbol highlighted.":::
160161

161162
To export your data into an Excel format, select the down arrow symbol to the left of the pushpin symbol.
162163

163-
![A highlighted export-workbook symbol](../cosmos-db/media/insights-overview/export.png)
164+
:::image type="content" source="../cosmos-db/media/insights-overview/export.png" alt-text="Screenshot showing a highlighted export-workbook symbol.":::
164165

165166
To expand or collapse all views in a workbook, select the expand symbol to the left of the export symbol.
166167

167-
![A highlighted expand-workbook symbol](../cosmos-db/media/insights-overview/expand.png)
168+
:::image type="content" source="../cosmos-db/media/insights-overview/expand.png" alt-text="Screenshot of highlighted expand-workbook symbol.":::
168169

169170
## Customize Azure Monitor for Azure Cache for Redis
170171

171172
Because this experience is built atop Azure Monitor workbook templates, you can select **Customize** > **Edit** > **Save** to save a copy of your modified version into a custom workbook.
172173

173-
![A command bar with Customize highlighted](../cosmos-db/media/insights-overview/customize.png)
174+
:::image type="content" source="../cosmos-db/media/insights-overview/customize.png" alt-text="Screenshot of command bar with customize highlighted.":::
174175

175176
Workbooks are saved within a resource group in either the **My Reports** section or the **Shared Reports** section. **My Reports** is available only to you. **Shared Reports** is available to everyone with access to the resource group.
176177

177178
After you save a custom workbook, go to the workbook gallery to open it.
178179

179-
![A command bar with Gallery highlighted](../cosmos-db/media/insights-overview/gallery.png)
180+
:::image type="content" source="../cosmos-db/media/insights-overview/gallery.png" alt-text="Screenshot of a command bar with Gallery highlighted.":::
180181

181182
## Troubleshooting
182183

183184
For troubleshooting guidance, refer to the dedicated workbook-based insights [troubleshooting article](../azure-monitor/insights/troubleshoot-workbooks.md).
184185

185186
## Next steps
186187

187-
* Configure [metric alerts](../azure-monitor/alerts/alerts-metric.md) and [service health notifications](../service-health/alerts-activity-log-service-notifications-portal.md) to set up automated alerts that aid in detecting problems.
188-
189-
* Learn the scenarios that workbooks support, how to author or customize reports, and more by reviewing [Create interactive reports with Azure Monitor workbooks](../azure-monitor/visualize/workbooks-overview.md).
188+
- Configure [metric alerts](../azure-monitor/alerts/alerts-metric.md) and [service health notifications](../service-health/alerts-activity-log-service-notifications-portal.md) to set up automated alerts that aid in detecting problems.
189+
- Learn the scenarios that workbooks support, how to author or customize reports, and more by reviewing [Create interactive reports with Azure Monitor workbooks](../azure-monitor/visualize/workbooks-overview.md).

0 commit comments

Comments
 (0)