Skip to content

Commit d2cc29f

Browse files
committed
Fix broken links
1 parent 8c4eccd commit d2cc29f

8 files changed

+9
-159
lines changed

articles/redis/administration.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

articles/redis/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Each SKU of Azure Managed Redis is configured to run a specific number of Redis
9494
| 1920 * | 64/48 | 256/192 | - | - |
9595
| 4500 * | 144/96 | - | - | - |
9696

97-
* These tiers are in Public Preview.
97+
\* These tiers are in Public Preview.
9898

9999
## Running without high availability mode enabled
100100

@@ -106,7 +106,7 @@ On each Azure Managed Redis Instance, approximately 20% of the available memory
106106

107107
## Scaling down
108108

109-
Scaling down is not currently supported on Azure Managed redis. For more information, see [Prerequisites/limitations of scaling Azure Managed Redis](how-to-scale.md#prerequisiteslimitations-of-scaling-azure-managed-redis).
109+
Scaling down is not currently supported on Azure Managed redis. For more information, see [Limitations of scaling Azure Managed Redis](how-to-scale.md#limitations-of-scaling-azure-managed-redis).
110110

111111
## Flash Optimized tier
112112

articles/redis/aspnet-output-cache-provider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ The NuGet package downloads and adds the required assembly references and adds t
5050
</caching>
5151
```
5252

53+
[aad](/azure/azure-cache-for-redis/cache-configure?tabs=access-keys)
54+
5355
Configure the attributes in the first column with the values from your cache in the Microsoft Azure portal. Also, configure the other values you want. For instructions on accessing your cache properties, see [Configure Azure Managed Redis settings](configure.md#configure-azure-managed-redis-settings).
5456

5557
| Attribute | Type | Default | Description |
5658
| --------- | ---- | ------- | ----------- |
5759
| _host* | string | "localhost" | The Redis server IP address or host name |
5860
| _port_ | positive integer | 6379 (non-TLS/SSL)<br/>6380 (TLS/SSL)<br/>10000 for Redis Enterprise and Azure Managed Redis | Redis server port |
5961
| _accessKey_ | string | "" | Redis server password when Redis authorization is enabled. The value is an empty string by default, which means the session state provider doesn't use any password when it connects to Redis server. **If your Redis server is in a publicly accessible network like Azure Cache for Redis, be sure to enable Redis authorization to improve security, and provide a secure password.** |
60-
| _ssl_ | boolean | **false** | Whether to connect to Redis server via TLS. This value is **false** by default because Redis doesn’t support TLS by default. **If you're using Azure Cache for Redis, which supports SSL by default, be sure to set this value to true to improve security.**<br/><br/>The non-TLS port is disabled by default for new caches. Specify **true** for this setting to use the non-TLS port. For more information about enabling the non-TLS port, see the [Access Ports](configure.md#access-ports) section in the [Configure a cache](configure.md) article. |
62+
| _ssl_ | boolean | **false** | Whether to connect to Redis server via TLS. This value is **false** by default because Redis doesn’t support TLS by default. **If you're using Azure Cache for Redis, which supports SSL by default, be sure to set this value to true to improve security.**<br/><br/>The non-TLS port is disabled by default for new caches. Specify **true** for this setting to use the non-TLS port. For more information about enabling the non-TLS port, see the [Access Ports](/azure/azure-cache-for-redis/cache-configure.md#access-ports). |
6163
| _databaseIdNumber_ | positive integer | 0 | _This attribute can be specified only through either web.config or AppSettings._<br/><br/>Specify which Redis database to use. |
6264
| _connectionTimeoutInMilliseconds_ | positive integer | Provided by StackExchange.Redis | Used to set _ConnectTimeout_ when creating StackExchange.Redis.ConnectionMultiplexer. |
6365
| _operationTimeoutInMilliseconds_ | positive integer | Provided by StackExchange.Redis | Used to set _SyncTimeout_ when creating StackExchange.Redis.ConnectionMultiplexer. |

articles/redis/best-practices-memory-management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ Set an expiration value on your keys. An expiration removes keys proactively ins
2323

2424
## Monitor memory usage
2525

26-
Consider adding alerting on "Used Memory Percentage" metric to ensure that you don't run out of memory and have the chance to scale your cache before seeing issues. If your "Used Memory Percentage" is consistently over 75%, consider increasing your memory by scaling to a higher tier. See [here](architecture.md#sharding-configuration) for information on tiers.
26+
Consider adding alerting on "Used Memory Percentage" metric to ensure that you don't run out of memory and have the chance to scale your cache before seeing issues. If your "Used Memory Percentage" is consistently over 75%, consider increasing your memory by scaling to a higher tier. For information on tiers, see [Architecture](architecture.md#sharding-configuration) for information on tiers.
2727

2828
## Next steps
2929

3030
- [Best practices for development](best-practices-development.md)
31-
- [maxmemory-reserved setting](configure.md#memory-policies)
3231
- [Best practices for scaling](best-practices-scale.md)

articles/redis/management-faq.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ sections:
1919
answer: |
2020
Using TLS is recommended as a best practice across virtually all Redis use-cases. The option to connect without TLS is included for backwards compatibility purposes.
2121
22-
>[!NOTE]
23-
>The non-TLS port is disabled by default for new Azure Managed Redis instances. If your client doesn't support TLS, then you must enable the non-TLS port by following the directions in the [Access ports](configure.md#access-ports) section of the [Configure a cache in Azure Managed Redis](configure.md) article.
24-
>
25-
>
26-
2722
- question: |
2823
What are some production best practices?
2924
answer: |
@@ -151,7 +146,7 @@ sections:
151146
answer: |
152147
Different SKUs might have different limits for client connections, memory, and bandwidth. While each size of cache allows up to some number of connections, each connection to Redis has overhead associated with it. An example of such overhead would be CPU and memory usage because of TLS/SSL encryption. The maximum connection limit for a given cache size assumes a lightly loaded cache. If load from connection overhead plus load from client operations exceeds capacity for the system, the cache can experience capacity issues even if you don't exceed the connection limit for the current cache size.
153148
154-
For more information about the different connections limits for each tier, see [Azure Managed Redis pricing](https://azure.microsoft.com/pricing/details/cache/). For more information about connections and other default configurations, see [Default Redis server configuration](configure.md#default-redis-server-configuration).
149+
For more information about the different connections limits for each tier, see [Azure Managed Redis pricing](https://azure.microsoft.com/pricing/details/cache/).
155150
156151
additionalContent: |
157152

articles/redis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following table helps describe some of the features supported by tier:
117117
>
118118
119119
> [!NOTE]
120-
> Scaling down support is limited in some situations. For more information, see [Prerequisites/limitations of scaling Azure Managed Redis](how-to-scale.md#prerequisiteslimitations-of-scaling-azure-managed-redis).
120+
> Scaling down support is limited in some situations. For more information, see [Limitations of scaling Azure Managed Redis](how-to-scale.md#limitations-of-scaling-azure-managed-redis).
121121
>
122122
123123
### Other considerations when picking a tier

articles/redis/redis-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Additionally, **RediSearch** can function as a secondary index, expanding your c
8383
You can use **RediSearch** is used in a wide variety of use-cases, including real-time inventory, enterprise search, and in indexing external databases. [For more information, see the RediSearch documentation page](https://redis.io/search/).
8484

8585
>[!IMPORTANT]
86-
> The RediSearch module requires use of the `Enterprise` clustering policy and the `NoEviction` eviction policy. For more information, see [Clustering](architecture.md#clustering) and [Memory Policies](configure.md#memory-policies)
86+
> The RediSearch module requires use of the `Enterprise` clustering policy and the `NoEviction` eviction policy. For more information, see [Clustering](architecture.md#clustering).
8787
>
8888
8989
### RedisBloom

0 commit comments

Comments
 (0)