Skip to content

Commit d577239

Browse files
committed
Fix broken links
1 parent 5532224 commit d577239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-monitor-diagnostic-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Diagnostic settings in Azure are used to collect resource logs. An Azure resourc
2929

3030
## Cache Metrics
3131

32-
Azure Cache for Redis emits [many metrics](/azure/redis/monitor-cache-reference.md#metrics) such as _Server Load_ and _Connections per Second_ that are useful to log. Selecting the **AllMetrics** option allows these and other cache metrics to be logged. You can configure how long the metrics are retained. See [here for an example of exporting cache metrics to a storage account](/azure/redis/monitor-cache.md#view-cache-metrics).
32+
Azure Cache for Redis emits [many metrics](../redis/monitor-cache-reference.md#metrics) such as _Server Load_ and _Connections per Second_ that are useful to log. Selecting the **AllMetrics** option allows these and other cache metrics to be logged. You can configure how long the metrics are retained. See [here for an example of exporting cache metrics to a storage account](../redis/monitor-cache.md#view-cache-metrics).
3333

3434
## Connection Logs
3535

articles/azure-functions/functions-bindings-cache-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,6 @@ There are three types of connections that are allowed from an Azure Functions in
334334

335335
- [Introduction to Azure Functions](functions-overview.md)
336336
- [Tutorial: Get started with Azure Functions triggers in Azure Cache for Redis](/azure/redis/tutorial-functions-getting-started)
337-
- [Tutorial: Create a write-behind cache by using Azure Functions and Azure Cache for Redis](/azure/redis/cache-tutorial-write-behind)
337+
- [Tutorial: Create a write-behind cache by using Azure Functions and Azure Cache for Redis](/azure/redis/tutorial-write-behind)
338338
- [Redis connection string](functions-bindings-cache.md#redis-connection-string)
339339
- [Multiple output bindings](dotnet-isolated-process-guide.md#multiple-output-bindings)

0 commit comments

Comments
 (0)