You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-configure.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,11 +282,12 @@ The **Virtual Network** section allows you to configure the virtual network sett
282
282
283
283
The **Private Endpoint** section allows you to configure the private endpoint settings for your cache. Private endpoint is supported on all cache tiers Basic, Standard, Premium, and Enterprise. We recommend using private endpoint instead of VNets. Private endpoints are easy to set up or remove, are supported on all tiers, and can connect your cache to multiple different VNets at once.
284
284
285
-
For more information, see [Azure Cache for Redis with Azure Private Link](./cache-private-link.md).
285
+
For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md).
286
286
287
287
### Firewall
288
288
289
-
Firewall rules configuration is available for all Azure Cache for Redis tiers.
289
+
- Firewall rules configuration is available for all Basic, Standard, and Premium tiers.
290
+
- Firewall rules configuration isn't available for Enterprise nor Enterprise Flash tiers.
290
291
291
292
Select **Firewall** to view and configure firewall rules for cache.
292
293
@@ -527,7 +528,7 @@ For more information about databases, see [What are Redis databases?](cache-deve
527
528
528
529
## Redis commands not supported in Azure Cache for Redis
529
530
530
-
Configuration and management of Azure Cache for Redis instances is managed by Microsoft, which makes disables the following commands. If you try to invoke them, you receive an error message similar to `"(error) ERR unknown command"`.
531
+
Configuration and management of Azure Cache for Redis instances is managed by Microsoft, which disables the following commands. If you try to invoke them, you receive an error message similar to `"(error) ERR unknown command"`.
531
532
532
533
- ACL
533
534
- BGREWRITEAOF
@@ -551,4 +552,4 @@ For more information about Redis commands, see [https://redis.io/commands](https
551
552
## Next steps
552
553
553
554
-[How can I run Redis commands?](cache-development-faq.yml#how-can-i-run-redis-commands-)
554
-
-[Monitor Azure Cache for Redis](cache-how-to-monitor.md)
555
+
-[Monitor Azure Cache for Redis](cache-how-to-monitor.md)
0 commit comments