Skip to content

Commit c4abc60

Browse files
Merge pull request #212597 from flang-msft/fxl---Fix-firewall-rules-configuration-is-not-for-Enterprise-tier-15350498
fxl---Fix-firewall-rules-configuration-is-not-for-Enterprise-tier-15350498
2 parents 775cdd4 + 572258f commit c4abc60

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,12 @@ The **Virtual Network** section allows you to configure the virtual network sett
282282

283283
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.
284284

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).
286286

287287
### Firewall
288288

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.
290291

291292
Select **Firewall** to view and configure firewall rules for cache.
292293

@@ -527,7 +528,7 @@ For more information about databases, see [What are Redis databases?](cache-deve
527528
528529
## Redis commands not supported in Azure Cache for Redis
529530

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"`.
531532

532533
- ACL
533534
- BGREWRITEAOF
@@ -551,4 +552,4 @@ For more information about Redis commands, see [https://redis.io/commands](https
551552
## Next steps
552553

553554
- [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

Comments
 (0)