Skip to content

Commit 163909d

Browse files
authored
Merge pull request #206338 from flang-msft/fxl---Improvement-best-practices-development-section
fxl---First draft to address bug on DNS forms for tiers
2 parents fd37958 + 97d176d commit 163909d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-cache-for-redis/cache-best-practices-development.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ While you can connect from outside of Azure, it isn't recommended *especially wh
7878

7979
## Rely on hostname not public IP address
8080

81-
The public IP address assigned to your cache can change as a result of a scale operation or backend improvement. We recommend relying on the hostname, in the form `<cachename>.redis.cache.windows.net`, instead of an explicit public IP address.
81+
The public IP address assigned to your cache can change as a result of a scale operation or backend improvement. We recommend relying on the hostname instead of an explicit public IP address. Here are the recommended forms for the various tiers:
82+
83+
|Tier | Form |
84+
|----|----|
85+
| Basic, Standard, Premium | `<cachename>.redis.cache.windows.net` |
86+
| Enterprise, Enterprise Flash | `<DNS name>.<Azure region>.redisenterprise.cache.azure.net.` |
8287

8388
## Choose an appropriate Redis version
8489

0 commit comments

Comments
 (0)