Skip to content

Commit d9777a5

Browse files
committed
update links, filename
fixing suggestions fixed broken link fixing bad links fixed links fixing links
1 parent c384292 commit d9777a5

18 files changed

+62
-75
lines changed

articles/azure-cache-for-redis/.openpublishing.redirection.redis-cache.json.md renamed to articles/azure-cache-for-redis/.openpublishing.redirection.redis-cache.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
},
388388
{
389389
"source_path_from_root": "/articles/azure-cache-for-redis/managed-redis/managed-redis-migration-guide.md",
390-
"redirect_url": "/azure/redis/migrate-guide",
390+
"redirect_url": "/azure/redis/migrate/migration-guide",
391391
"redirect_document_id": true
392392
},
393393
{
@@ -604,6 +604,11 @@
604604
"source_path_from_root": "/articles/azure-cache-for-redis/cache-web-app-howto.md",
605605
"redirect_url": "/azure/redis/web-app-cache-howto",
606606
"redirect_document_id": true
607+
},
608+
{
609+
"source_path_from_root": "/articles/azure-cache-for-redis/migrate/migrate-overview.md",
610+
"redirect_url": "/azure/redis/migrate/migrate-overview",
611+
"redirect_document_id": true
607612
}
608-
]
613+
]
609614
}

articles/azure-cache-for-redis/cache-how-to-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ After geo-replication is configured, the following restrictions apply to your li
5959
- The secondary linked cache is read-only. You can read from it, but you can't write any data to it. If you choose to read from the Geo-Secondary instance when a full data sync is happening between the Geo-Primary and the Geo-Secondary, the Geo-Secondary instance throws errors on any Redis operation against it until the full data sync is complete. The errors state that a full data sync is in progress. Also, the errors are thrown when either Geo-Primary or Geo-Secondary is updated and on some reboot scenarios. Applications reading from Geo-Secondary should be built to fall back to the Geo-Primary whenever the Geo-Secondary is throwing such errors.
6060
- Any data that was in the secondary linked cache before the link was added is removed. If the geo-replication is later removed however, the replicated data remains in the secondary linked cache.
6161
- You can't [scale](cache-how-to-scale.md) either cache while the caches are linked.
62-
- You can't [change the number of shards](cache-how-to-premium-clustering.md) if the cache has clustering enabled.
62+
- You can't change the number of shards if the cache has clustering enabled.
6363
- You can't enable persistence on either cache.
6464
- You can [Export](cache-how-to-import-export-data.md#export) from either cache.
6565
- You can't [Import](cache-how-to-import-export-data.md#import) into the secondary linked cache.

articles/azure-cache-for-redis/cache-how-to-import-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ For more information on supported RDB versions used with import, see the [compat
163163

164164
### Can I use Import/Export with Redis cluster?
165165

166-
Yes, and you can import/export between a clustered cache and a nonclustered cache. Since Redis cluster [only supports database 0](cache-how-to-premium-clustering.md#do-i-need-to-make-any-changes-to-my-client-application-to-use-clustering), any data in databases other than 0 isn't imported. When clustered cache data is imported, the keys are redistributed among the shards of the cluster.
166+
Yes, and you can import/export between a clustered cache and a nonclustered cache. Since Redis cluster [only supports database 0](cache-how-to-scale.md#do-i-need-to-make-any-changes-to-my-client-application-to-use-clustering), any data in databases other than 0 isn't imported. When clustered cache data is imported, the keys are redistributed among the shards of the cluster.
167167

168168
### How does Import/Export work with a custom databases setting?
169169

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To view the utilization and performance of your Azure Cache for Redis instances
3333

3434
Azure Cache for Redis insights are based on the [workbooks feature of Azure Monitor](/azure/azure-monitor/visualize/workbooks-overview) that provides rich visualizations for metrics and other data. Azure Cache for Redis insights provides two workbooks by default:
3535

36-
:::image type="content" source="media/cache-how-to-monitor/cache-monitoring-workbook.png" alt-text="Screenshot showing the workbooks selected in the Resource menu.":::
36+
:::image type="content" source="media/cache-insights-overview/cache-monitoring-workbook.png" alt-text="Screenshot showing the workbooks selected in the Resource menu.":::
3737

3838
- **Azure Cache For Redis Resource Overview** combines many of the most commonly used metrics so that the health and performance of the cache instance can be viewed at a glance.
39-
:::image type="content" source="media/cache-how-to-monitor/cache-monitoring-resource-overview.png" alt-text="Screenshot of graphs showing a resource overview for the cache.":::
39+
:::image type="content" source="media/cache-insights-overview/cache-monitoring-resource-overview.png" alt-text="Screenshot of graphs showing a resource overview for the cache.":::
4040

4141
- **Geo-Replication Dashboard** pulls geo-replication health and status metrics from both the geo-primary and geo-secondary cache instances to give a complete picture of geo-replication health. Using this dashboard is recommended, as some geo-replication metrics are only emitted from either the geo-primary or geo-secondary.
42-
:::image type="content" source="media/cache-how-to-monitor/cache-monitoring-geo-dashboard.png" alt-text="Screenshot showing the geo-replication dashboard with a geo-primary and geo-secondary cache set.":::
42+
:::image type="content" source="media/cache-insights-overview/cache-monitoring-geo-dashboard.png" alt-text="Screenshot showing the geo-replication dashboard with a geo-primary and geo-secondary cache set.":::
4343

4444
### Overview
4545

articles/azure-cache-for-redis/cache-management-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sections:
7070
- question: |
7171
How can I benchmark and test the performance of my cache?
7272
answer: |
73-
* [Enable cache diagnostics](cache-how-to-monitor.md#use-a-storage-account-to-export-cache-metrics) so you can [monitor](cache-how-to-monitor.md) the health of your cache. You can view the metrics in the Azure portal and you can also [download and review](https://github.com/rustd/RedisSamples/tree/master/CustomMonitoring) them using the tools of your choice.
73+
* Enable cache diagnostics so you can [monitor](../redis/monitor-cache.md) the health of your cache. You can view the metrics in the Azure portal and you can also [download and review](https://github.com/rustd/RedisSamples/tree/master/CustomMonitoring) them using the tools of your choice.
7474
* You can use redis-benchmark.exe to load test your Redis server.
7575
* Ensure that the load testing client and the Azure Cache for Redis are in the same region.
7676
* Use redis-cli.exe and monitor the cache using the INFO command.

articles/azure-cache-for-redis/cache-monitor-troubleshoot-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sections:
1717
- question: |
1818
How do I monitor the health and performance of my cache?
1919
answer: |
20-
Microsoft Azure Cache for Redis instances can be monitored in the [Azure portal](https://portal.azure.com). You can view metrics, pin metrics charts to the Startboard, customize the date and time range of monitoring charts, add and remove metrics from the charts, and set alerts when certain conditions are met. For more information, see [Monitor Azure Cache for Redis](cache-how-to-monitor.md).
20+
Microsoft Azure Cache for Redis instances can be monitored in the [Azure portal](https://portal.azure.com). You can view metrics, pin metrics charts to the Startboard, customize the date and time range of monitoring charts, add and remove metrics from the charts, and set alerts when certain conditions are met. For more information, see [Monitor Azure Cache for Redis](../redis/monitor-cache.md).
2121
2222
The Azure Cache for Redis **Resource menu** also contains several tools for monitoring and troubleshooting your caches.
2323
@@ -68,6 +68,6 @@ sections:
6868
additionalContent: |
6969
7070
## Next steps
71-
For more information about monitoring and troubleshooting your Azure Cache for Redis instances, see [How to monitor Azure Cache for Redis](cache-how-to-monitor.md) and the various troubleshoot guides.
71+
For more information about monitoring and troubleshooting your Azure Cache for Redis instances, see [How to monitor Azure Cache for Redis](../redis/monitor-cache.md) and the various troubleshoot guides.
7272
7373
Learn about other [Azure Cache for Redis FAQs](../redis/faq.yml).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ landingContent:
7373
- linkListType: overview
7474
links:
7575
- text: What is Azure Managed Redis?
76-
url: /azure/redis/overview.md
76+
url: /redis/overview.md
7777
- text: What's new?
78-
url: /azure/redis/whats-new.md
78+
url: /redis/whats-new.md
7979
- text: Azure Managed Redis architecture
80-
url: /azure/redis/architecture.md
80+
url: /redis/architecture.md
8181
- text: Moving to Azure Managed Redis from Azure Cache for Redis
82-
url: /azure/redis/migrate/migrate-overview.md
82+
url: /redis/migrate/migrate-overview.md

0 commit comments

Comments
 (0)