Skip to content

Commit 117e8ee

Browse files
committed
revision, acrolinx
1 parent 8d9ef55 commit 117e8ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-cache-for-redis/cache-private-link.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,17 +351,17 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
351351

352352
For **Basic, Standard, and Premium tier** caches, your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. A private DNS zone, named `*.privatelink.redis.cache.windows.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
353353

354-
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`. If you are using OSS clustering, then your client library might also create connections to your Redis Enterprise instance on ports 8500 - 8599 as your application needs to connect to each shard individually in OSS clustering configuration.
354+
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`. If you're using OSS clustering, then your client library also creates connections to your Redis Enterprise instance on ports 8500 - 8599 as your application needs to connect to each shard individually in OSS clustering configuration.
355355

356356
For more information, see [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md).
357357

358358
### Why can't I connect to a private endpoint?
359359

360360
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
361361

362-
- For Basic, Standard, and Premium tier caches, you are limited to 100 private links.
362+
- For Basic, Standard, and Premium tier caches, you're limited to 100 private links.
363363

364-
- On Premium tier caches using clustering, you are limited to one private link.
364+
- On Premium tier caches using clustering, you're limited to one private link.
365365

366366
- Enterprise and Enterprise Flash tier caches are limited to 84 private links.
367367

@@ -373,7 +373,7 @@ For more information, see [Azure services DNS zone configuration](../private-lin
373373

374374
- Trying to connect from the Azure portal console is an unsupported scenario where you see a connection failure.
375375

376-
- Private links can't be added to caches that are already using [passive geo-replication](cache-how-to-geo-replication.md) in the Premium tier. To add a private link to a geo-replicated cache: 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication. (Enterprise tier caches using [active geo-replication](cache-how-to-active-geo-replication.md) do not have this restriction.)
376+
- Private links can't be added to caches that are already using [passive geo-replication](cache-how-to-geo-replication.md) in the Premium tier. To add a private link to a geo-replicated cache: 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication. (Enterprise tier caches using [active geo-replication](cache-how-to-active-geo-replication.md) don't have this restriction.)
377377

378378
### How do I verify if my private endpoint is configured correctly?
379379

@@ -388,7 +388,7 @@ When set to `Enabled`, this flag is allows both public and private endpoint acce
388388

389389
To change the value in the Azure portal, follow these steps:
390390

391-
1. In the Azure portal, search for **Azure Cache for Redis**. Then, press enter or select it from the search suggestions.
391+
1. In the Azure portal, search for **Azure Cache for Redis**. Then, press enter or select it from the search suggestions.
392392

393393
1. Select the cache instance you want to change the public network access value.
394394

@@ -423,7 +423,7 @@ Once you delete the private endpoints on your cache, your cache instance can bec
423423

424424
### Are network security groups (NSG) enabled for private endpoints?
425425

426-
No, they're disabled for private endpoints. While subnets containing the private endpoint can have NSG associated with it, the rules aren't effective on traffic processed by the private endpoint. You must have [network policies enforcement disabled](../private-link/disable-private-endpoint-network-policy.md) to deploy private endpoints in a subnet. NSG is still enforced on other workloads hosted on the same subnet. Routes on any client subnet will be using an /32 prefix, changing the default routing behavior requires a similar UDR.
426+
No, they're disabled for private endpoints. While subnets containing the private endpoint can have NSG associated with it, the rules aren't effective on traffic processed by the private endpoint. You must have [network policies enforcement disabled](../private-link/disable-private-endpoint-network-policy.md) to deploy private endpoints in a subnet. NSG is still enforced on other workloads hosted on the same subnet. Routes on any client subnet use an /32 prefix, changing the default routing behavior requires a similar UDR.
427427

428428
Control the traffic by using NSG rules for outbound traffic on source clients. Deploy individual routes with /32 prefix to override private endpoint routes. NSG Flow logs and monitoring information for outbound connections are still supported and can be used.
429429

0 commit comments

Comments
 (0)