Skip to content

Commit e882964

Browse files
committed
fixing links
fix broken links updated folder names for links refining TOC structure fixes updated for new AMR location TOC, index fixes fixes for TOC Fixed TOC file moves try 1
1 parent 2378d8d commit e882964

File tree

166 files changed

+1192
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+1192
-464
lines changed

articles/azure-cache-for-redis/.openpublishing.redirection.redis-cache.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@
261261
"redirect_document_id": false
262262
},
263263
{
264-
"source_path_from_root": "/articles/azure-cache-for-redis/managed-redis/managed-redis-configure-role-based-access-control.md",
265-
"redirect_url": "/azure/azure-cache-for-redis/managed-redis/managed-redis-entra-for-authentication",
264+
"source_path_from_root": "/articles/azure-cache-for-redis/redis/configure-role-based-access-control.md",
265+
"redirect_url": "/azure/azure-cache-for-redis/redis/entra-for-authentication",
266266
"redirect_document_id": false
267267
}
268268
]

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

Lines changed: 41 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -5,200 +5,60 @@
55
expanded: true
66
items:
77
- name: What's new
8-
href: managed-redis/managed-redis-whats-new.md
8+
href: cache-whats-new.md
99
- name: Quickstarts
1010
expanded: false
1111
items:
1212
- name: Create a cache
1313
items:
1414
- name: Create an Azure Managed Redis instance
15-
href: quickstart-create-managed-redis.md
15+
href: /redis/quickstart-create-managed-redis.md
1616
- name: Create an Azure Cache for Redis instance in the Basic, Standard and Premium tiers
17-
href: quickstart-create-redis.md
17+
href: /redis/quickstart-create-redis.md
1818
- name: Create an Azure Cache for Redis instance in the Enterprise tiers
19-
href: quickstart-create-redis-enterprise.md
19+
href: /redis/quickstart-create-redis-enterprise.md
2020
- name: Create and manage with Azure PowerShell
21-
href: cache-how-to-manage-redis-cache-powershell.md
21+
href: /redis/cache-how-to-manage-redis-cache-powershell.md
2222
- name: Create and manage with Azure CLI
2323
href: scripts/create-manage-cache.md
2424
- name: Create and manage premium cache with Azure CLI
2525
href: scripts/create-manage-premium-cache-cluster.md
2626
- name: Create Redis cache - Bicep
2727
displayName: ARM, Resource Manager, Template
28-
href: cache-redis-cache-bicep-provision.md
28+
href: /redis/cache-redis-cache-bicep-provision.md
2929
- name: Create Redis cache - ARM template
3030
displayName: Resource Manager
31-
href: cache-redis-cache-arm-provision.md
31+
href: /redis/cache-redis-cache-arm-provision.md
3232

3333
- name: Use a cache
3434
expanded: false
3535
items:
3636
- name: ASP.NET app
37-
href: cache-web-app-howto.md
37+
href: /redis/web-app-howto.md
3838
- name: ASP.NET Core app
39-
href: cache-web-app-aspnet-core-howto.md
39+
href: /redis/web-app-aspnet-core-howto.md
4040
- name: .NET Core app
41-
href: cache-dotnet-core-quickstart.md
41+
href: /redis/dotnet-core-quickstart.md
4242
- name: .NET app
4343
href: cache-dotnet-how-to-use-azure-redis-cache.md
4444
- name: Java app
45-
href: cache-java-get-started.md
45+
href: /redis/java-get-started.md
4646
- name: Java app with JCache
47-
href: cache-java-redisson-get-started.md
47+
href: /redis/java-redisson-get-started.md
4848
- name: Node.js app
49-
href: cache-nodejs-get-started.md
49+
href: /redis/nodejs-get-started.md
5050
- name: Python app
51-
href: cache-python-get-started.md
51+
href: /redis/python-get-started.md
5252
- name: Go app
53-
href: cache-go-get-started.md
53+
href: /redis/go-get-started.md
5454
- name: Rust app
55-
href: cache-rust-get-started.md
55+
href: /redis/rust-get-started.md
5656

57-
- name: Azure Managed Redis
58-
expanded: true
59-
items:
60-
- name: About Azure Managed Redis
61-
href: managed-redis/managed-redis-overview.md
62-
63-
- name: Deploy and configure
64-
items:
65-
- name: Upgrade to a new version
66-
href: managed-redis/managed-redis-how-to-upgrade.md
67-
- name: Save with reservations
68-
href: managed-redis/managed-redis-reserved-pricing.md
69-
- name: Migrate to Azure Cache for Redis
70-
href: managed-redis/managed-redis-migration-guide.md
71-
- name: Planning FAQs
72-
href: managed-redis/managed-redis-planning-faq.yml
73-
- name: Redis modules
74-
href: managed-redis/managed-redis-redis-modules.md
75-
- name: Common caching patterns
76-
href: /azure/architecture/best-practices/caching?toc=/azure/redis-cache/toc.json
77-
- name: Azure Managed Redis architecture
78-
href: managed-redis/managed-redis-architecture.md
79-
- name: Create and manage with Azure PowerShell
80-
href: cache-how-to-manage-redis-cache-powershell.md
81-
- name: Use Azure CLI
82-
items:
83-
- name: Overview
84-
href: cli-samples.md
85-
- name: Create and manage a cache
86-
href: scripts/create-manage-cache.md
87-
- name: Create and manage a premium cache
88-
href: scripts/create-manage-premium-cache-cluster.md
89-
90-
- name: Development and client libraries
91-
items:
92-
- name: Development FAQs
93-
href: managed-redis/managed-redis-development-faq.yml
94-
- name: Client libraries best practices
95-
href: managed-redis/managed-redis-best-practices-client-libraries.md
96-
- name: Development best practice
97-
href: managed-redis/managed-redis-best-practices-development.md
98-
- name: Memory management best practice
99-
href: managed-redis/managed-redis-best-practices-memory-management.md
100-
- name: Performance testing best practice
101-
href: managed-redis/managed-redis-best-practices-performance.md
102-
- name: Azure Managed Redis tiers best practices
103-
href: managed-redis/managed-redis-best-practices-managed-cache.md
104-
- name: Vector Search
105-
href: managed-redis/managed-redis-overview-vector-similarity.md
106-
- name: Connection resilience best practices
107-
href: managed-redis/managed-redis-best-practices-connection.md
108-
- name: Use Azure Functions triggers and bindings
109-
items:
110-
- name: Create a simple Function app for Redis triggers
111-
href: cache-tutorial-functions-getting-started.md
112-
113-
- name: Logs and monitoring
114-
items:
115-
- name: Monitor Cache for Redis
116-
href: monitor-cache.md
117-
- name: Monitor using diagnostic settings
118-
href: managed-redis/managed-redis-monitor-diagnostic-settings.md
119-
- name: List of Redis metrics
120-
href: monitor-cache-reference.md#metrics
121-
122-
- name: Scaling and performance
123-
items:
124-
- name: Change the size and tier of a cache
125-
href: managed-redis/managed-redis-how-to-scale.md
126-
- name: Development best practices
127-
href: managed-redis/managed-redis-best-practices-development.md
128-
- name: Scaling best practices
129-
href: managed-redis/managed-redis-best-practices-scale.md
130-
- name: Server load management best practice
131-
href: managed-redis/managed-redis-best-practices-server-load.md
132-
- name: Performance testing
133-
href: managed-redis/managed-redis-best-practices-performance.md
134-
- name: Kubernetes-hosted client applications best practices
135-
href: managed-redis/managed-redis-best-practices-kubernetes.md
136-
137-
- name: Authentication and authorization
138-
items:
139-
- name: Microsoft Entra ID for authentication
140-
href: managed-redis/managed-redis-entra-for-authentication.md
141-
142-
- name: Security and networking
143-
items:
144-
- name: Using TLS with a managed cache
145-
href: managed-redis/managed-redis-tls-configuration.md
146-
- name: Connect to cache using Private Link
147-
href: managed-redis/managed-redis-private-link.md
148-
- name: Security controls by Azure Policy
149-
displayName: regulatory, compliance, standards, domains
150-
href: ./security-controls-policy.md
151-
- name: Security baseline
152-
href: /security/benchmark/azure/baselines/azure-cache-for-redis-security-baseline?toc=/azure/azure-cache-for-redis/TOC.json
153-
154-
- name: Cache management
155-
items:
156-
- name: Configure in Azure portal
157-
href: managed-redis/managed-redis-configure.md
158-
- name: Import/Export data
159-
href: managed-redis/managed-redis-how-to-import-export-data.md
160-
- name: Configure disk encryption
161-
href: managed-redis/managed-redis-how-to-encryption.md
162-
- name: Configure redis-cli access
163-
href: managed-redis/managed-redis-how-to-redis-cli-tool.md
164-
- name: Management FAQs
165-
href: managed-redis/managed-redis-management-faq.yml
166-
- name: Azure Functions
167-
href: ../azure-functions/functions-bindings-cache.md
168-
169-
- name: Resiliency
170-
items:
171-
- name: Persist your cache with Redis data persistence
172-
href: managed-redis/managed-redis-how-to-persistence.md
173-
- name: Set up Enterprise active geo-replication
174-
href: managed-redis/managed-redis-how-to-active-geo-replication.md
175-
- name: Configure your cache for high availability
176-
href: managed-redis/managed-redis-high-availability.md
177-
- name: Failover and patching
178-
href: managed-redis/managed-redis-failover.md
179-
- name: Migrate to availability zone support
180-
href: ../reliability/migrate-cache-redis.md
181-
182-
- name: Diagnose and troubleshoot
183-
items:
184-
- name: Troubleshoot connectivity issues
185-
href: managed-redis/managed-redis-troubleshoot-connectivity.md
186-
- name: Troubleshoot latency and timeouts
187-
href: managed-redis/managed-redis-troubleshoot-timeouts.md
188-
- name: Troubleshoot client
189-
href: managed-redis/managed-redis-troubleshoot-client.md
190-
- name: Troubleshoot Redis server
191-
href: managed-redis/managed-redis-troubleshoot-server.md
192-
- name: Troubleshoot data loss
193-
href: managed-redis/managed-redis-troubleshoot-data-loss.md
194-
- name: Troubleshooting FAQs
195-
href: managed-redis/managed-redis-monitor-troubleshoot-faq.yml
196-
19757
- name: Migration
19858
expanded: true
19959
items:
20060
- name: Migrate to Azure Managed Redis
201-
href: migrate/migrate-overview.md
61+
href: /redis/migrate/migrate-overview.md
20262

20363
- name: Azure Cache for Redis
20464
expanded: false
@@ -223,9 +83,9 @@
22383
- name: Caching architecture
22484
href: /azure/architecture/best-practices/caching?toc=/azure/redis-cache/toc.json
22585
- name: Create and manage with Azure PowerShell
226-
href: cache-how-to-manage-redis-cache-powershell.md
86+
href: /redis/how-to-manage-redis-cache-powershell.md
22787
- name: Connect an AKS application to a cache
228-
href: cache-tutorial-aks-get-started.md
88+
href: /redis/tutorial-aks-get-started.md
22989
- name: Use Azure CLI
23090
items:
23191
- name: Overview
@@ -249,22 +109,19 @@
249109
href: cache-best-practices-performance.md
250110
- name: Kubernetes-hosted client applications best practices
251111
href: cache-best-practices-kubernetes.md
252-
# temporarily added to build
253-
# - name: Enterprise tiers best practices
254-
# href: cache-best-practices-enterprise-tiers.md
255112
- name: Vector Search
256-
href: cache-overview-vector-similarity.md
113+
href: /redis/overview-vector-similarity.md
257114
- name: Connection resilience best practices
258115
href: cache-best-practices-connection.md
259116
- name: Use Azure Functions triggers and bindings
260117
items:
261118
- name: Create a simple Function app for Redis triggers
262-
href: cache-tutorial-functions-getting-started.md
119+
href: /redis/tutorial-functions-getting-started.md
263120

264121
- name: Logs and monitoring
265122
items:
266123
- name: Monitor Cache for Redis
267-
href: monitor-cache.md
124+
href: /redis/monitor-cache.md
268125
- name: Monitor using insights
269126
href: cache-insights-overview.md
270127
- name: Monitor using diagnostic settings
@@ -379,62 +236,60 @@
379236
- name: Use Azure Functions triggers and bindings
380237
items:
381238
- name: Create a simple Function app for Redis triggers
382-
href: cache-tutorial-functions-getting-started.md
239+
href: /redis/tutorial-functions-getting-started.md
383240
- name: Using Azure Functions to create a write-behind cache
384-
href: cache-tutorial-write-behind.md
241+
href: /redis/tutorial-write-behind.md
385242
- name: Use Azure Kubernetes Service with a cache
386243
items:
387244
- name: Connect an AKS application to a cache
388-
href: cache-tutorial-aks-get-started.md
245+
href: /redis/tutorial-aks-get-started.md
389246
- name: Use active geo-replication with an AKS-hosted application
390-
href: cache-tutorial-active-replication.md
247+
href: /redis/tutorial-active-replication.md
391248
- name: Kubernetes-hosted client applications best practices
392-
href: managed-redis/managed-redis-best-practices-kubernetes.md
249+
href: cache-best-practices-kubernetes.md
393250
- name: Artificial Intelligence
394251
items:
395252
- name: Vector search concepts
396-
href: cache-overview-vector-similarity.md
253+
href: /redis/overview-vector-similarity.md
397254
- name: Vector similarity search
398-
href: cache-tutorial-vector-similarity.md
255+
href: /redis/tutorial-vector-similarity.md
399256
- name: Semantic caching
400-
href: cache-tutorial-semantic-cache.md
257+
href: /redis/tutorial-semantic-cache.md
401258
- name: ASP.NET
402259
items:
403260
- name: Use ASP.NET core output cache
404-
href: cache-aspnet-core-output-cache-provider.md
261+
href: /redis/aspnet-core-output-cache-provider.md
405262
- name: Use session state provider
406-
href: cache-aspnet-session-state-provider.md
263+
href: /redis/aspnet-session-state-provider.md
407264
- name: Use output cache provider
408-
href: cache-aspnet-output-cache-provider.md
265+
href: /redis/aspnet-output-cache-provider.md
409266
- name: Java Spring
410267
items:
411268
- name: Use Spring Boot Initializer
412269
href: /azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache
413270
- name: Azure Event Grid
414271
items:
415272
- name: Route events with Azure portal
416-
href: cache-event-grid-quickstart-portal.md
273+
href: /redis/event-grid-quickstart-portal.md
417274
- name: Route events with Azure CLI
418-
href: cache-event-grid-quickstart-cli.md
275+
href: /redis/event-grid-quickstart-cli.md
419276
- name: Route events with PowerShell
420-
href: cache-event-grid-quickstart-powershell.md
277+
href: /redis/event-grid-quickstart-powershell.md
421278
- name: Create leaderboards
422-
href: cache-web-app-cache-aside-leaderboard.md
279+
href: /redis/web-app-cache-aside-leaderboard.md
423280
- name: Deploy a machine learning model
424-
href: cache-ml.md
281+
href: /redis/ml.md
425282
- name: Create Web App with Redis cache - Bicep
426283
displayName: ARM, Resource Manager, Template
427-
href: cache-web-app-bicep-with-redis-cache-provision.md
284+
href: /redis/web-app-bicep-with-redis-cache-provision.md
428285
- name: Create Web App with Redis cache - ARM template
429286
displayName: Resource Manager
430-
href: cache-web-app-arm-with-redis-cache-provision.md
287+
href: /redis/web-app-arm-with-redis-cache-provision.md
431288

432289
- name: Reference
433290
items:
434291
- name: Azure Managed Redis
435292
items:
436-
- name: Azure Cache for Redis samples
437-
href: cache-redis-samples.md
438293
- name: .NET
439294
href: /dotnet/api/overview/azure/resourcemanager.redisenterprise-readme
440295
- name: Java
@@ -467,7 +322,7 @@
467322
- name: Redis commands
468323
href: https://redis.io/commands#
469324
- name: Monitoring data reference
470-
href: monitor-cache-reference.md
325+
href: /redis/monitor-cache-reference.md
471326

472327
- name: Resources
473328
items:

articles/azure-cache-for-redis/cache-best-practices-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fortunately, several tools exist to make benchmarking Redis easier. Two of the m
3030

3131
1. `Redis-benchmark` uses port 6379 by default. Use the `-p` parameter to override this setting. You need to do use `-p`, if you're using the SSL/TLS (port 6380) or are using the Enterprise tier (port 10000).
3232

33-
1. If you're using an Azure Cache for Redis instance that uses [clustering](cache-how-to-scale.md), you need to add the `--cluster` parameter to your `redis-benchmark` command. Enterprise tier caches using the Enterprise [Clustering](managed-redis/managed-redis-architecture.md#clustering) can be treated as nonclustered caches and don't need this setting.
33+
1. If you're using an Azure Cache for Redis instance that uses [clustering](cache-how-to-scale.md), you need to add the `--cluster` parameter to your `redis-benchmark` command. Enterprise tier caches using the Enterprise [Clustering](redis/architecture.md#clustering) can be treated as nonclustered caches and don't need this setting.
3434

3535
1. Launch `redis-benchmark` from the CLI or shell of the VM. For instructions on how to configure and run the tool, see the [redis-benchmark documentation](https://redis.io/docs/management/optimization/benchmarks/) and the [redis-benchmark examples](#redis-benchmark-examples) sections.
3636

@@ -176,7 +176,7 @@ memtier_benchmark -h {your-cache-name}.{region}.redis.azure.net -p 10000 -a {you
176176

177177
#### Enterprise & Enterprise Flash tiers
178178

179-
The Enterprise and Enterprise Flash tiers offer a choice of cluster policy: _Enterprise_ and _OSS_. Enterprise cluster policy is a simpler configuration that doesn't require the client to support clustering. OSS cluster policy, on the other hand, uses the [Redis cluster protocol](https://redis.io/docs/management/scaling) to support higher throughputs. We recommend using OSS cluster policy in most cases. For more information, see [Clustering](managed-redis/managed-redis-architecture.md#clustering) . Benchmarks for both cluster policies are shown in the following tables.
179+
The Enterprise and Enterprise Flash tiers offer a choice of cluster policy: _Enterprise_ and _OSS_. Enterprise cluster policy is a simpler configuration that doesn't require the client to support clustering. OSS cluster policy, on the other hand, uses the [Redis cluster protocol](https://redis.io/docs/management/scaling) to support higher throughputs. We recommend using OSS cluster policy in most cases. For more information, see [Clustering](redis/architecture.md#clustering) . Benchmarks for both cluster policies are shown in the following tables.
180180

181181
The following configuration was used to benchmark throughput for the Enterprise and Enterprise flash tiers:
182182

@@ -213,7 +213,7 @@ redis-benchmark -h yourcache.region.redisenterprise.cache.azure.net -p 10000 -a
213213

214214
#### Enterprise & Enterprise Flash Tiers - Scaled Out
215215

216-
In addition to scaling up by moving to larger cache size, you can boost performance by [scaling out](cache-how-to-scale.md#how-to-scale-up-and-out---enterprise-and-enterprise-flash-tiers). In the Enterprise tiers, scaling out is called increasing the _capacity_ of the cache instance. A cache instance by default has capacity of two--meaning a primary and replica node. An Enterprise cache instance with a capacity of four indicates that the instance was scaled out by a factor of two. Scaling out provides access to more memory and vCPUs. Details on how many vCPUs are used by the core Redis process at each cache size and capacity can be found at the [Sharding configuration](managed-redis/managed-redis-architecture.md#sharding-configuration). Scaling out is most effective when using the OSS cluster policy.
216+
In addition to scaling up by moving to larger cache size, you can boost performance by [scaling out](cache-how-to-scale.md#how-to-scale-up-and-out---enterprise-and-enterprise-flash-tiers). In the Enterprise tiers, scaling out is called increasing the _capacity_ of the cache instance. A cache instance by default has capacity of two--meaning a primary and replica node. An Enterprise cache instance with a capacity of four indicates that the instance was scaled out by a factor of two. Scaling out provides access to more memory and vCPUs. Details on how many vCPUs are used by the core Redis process at each cache size and capacity can be found at the [Sharding configuration](redis/architecture.md#sharding-configuration). Scaling out is most effective when using the OSS cluster policy.
217217

218218
The following tables show the `GET` requests per second at different capacities, using SSL and a 1-kB value size.
219219

0 commit comments

Comments
 (0)