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
- 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
46
44
47
45
> [!IMPORTANT]
48
46
> 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)
50
48
>
51
49
52
50
## Create a private endpoint with a new Azure Cache for Redis instance
### How do I connect to my cache with private endpoint?
353
351
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.
355
353
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`.
357
355
358
356
For more information, see [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md).
359
357
360
358
### Why can't I connect to a private endpoint?
361
359
362
-
363
360
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
364
361
365
362
- 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,
405
402
}
406
403
407
404
```
405
+
408
406
For more information, see [Redis - Update](/rest/api/redis/Redis/Update?tabs=HTTP).
409
407
410
408
### How can I migrate my VNet injected cache to a Private Link cache?
0 commit comments