Skip to content

Commit dc259c4

Browse files
committed
Linter fixes
1 parent 1a32204 commit dc259c4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: franlanglois
77
ms.service: cache
88
ms.custom: devx-track-azurecli, devx-track-azurepowershell
99
ms.topic: conceptual
10-
ms.date: 12/15/2023
10+
ms.date: 01/12/2024
1111

1212
---
1313

@@ -30,12 +30,10 @@ You can restrict public access to the private endpoint of your cache by disablin
3030
3131
## Scope of availability
3232

33-
3433
|Tier | Basic, Standard, Premium |Enterprise, Enterprise Flash |
3534
|--------- |:------------------:|:---------:|
3635
|Available | Yes | Yes |
3736

38-
3937
## Prerequisites
4038

4139
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
@@ -46,7 +44,7 @@ You can restrict public access to the private endpoint of your cache by disablin
4644
4745
> [!IMPORTANT]
4846
> When using private link, you cannot export or import data to a to a storage account that has firewall enabled unless you're using [managed identity to autenticate to the storage account](cache-managed-identity.md).
49-
> For more information, see [How to export if I have firewall enabled on my storage account?](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
47+
> For more information, see [How to export if I have firewall enabled on my storage account?](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
5048
>
5149
5250
## Create a private endpoint with a new Azure Cache for Redis instance
@@ -351,15 +349,14 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
351349

352350
### How do I connect to my cache with private endpoint?
353351

354-
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.
352+
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.
355353

356-
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`.
354+
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`.
357355

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

360358
### Why can't I connect to a private endpoint?
361359

362-
363360
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
364361

365362
- On Premium tier caches, you have a limit of one private link for clustered caches. Enterprise and Enterprise Flash tier caches do not have this limitation for clustered caches. For all other caches, your limit is 100 private links.
@@ -405,6 +402,7 @@ You can also change the value through a RESTful API PATCH request. For example,
405402
}
406403
407404
```
405+
408406
For more information, see [Redis - Update](/rest/api/redis/Redis/Update?tabs=HTTP).
409407

410408
### How can I migrate my VNet injected cache to a Private Link cache?

0 commit comments

Comments
 (0)