Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"linkedRedisCacheId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/Redis/cache2",
"linkedRedisCacheLocation": "West US",
"geoReplicatedPrimaryHostName": "cache2.geo.redis.cache.windows.net",
"geoReplicatedPrimaryHostNameDnsCName": "cache1.redis.cache.windows.net",
"primaryHostName": "cache1.redis.cache.windows.net",
"provisioningState": "Creating",
"serverRole": "Secondary"
}
Expand All @@ -38,7 +38,7 @@
"linkedRedisCacheId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/Redis/cache2",
"linkedRedisCacheLocation": "West US",
"geoReplicatedPrimaryHostName": "cache2.geo.redis.cache.windows.net",
"geoReplicatedPrimaryHostNameDnsCName": "cache1.redis.cache.windows.net",
"primaryHostName": "cache1.redis.cache.windows.net",
"provisioningState": "Creating",
"serverRole": "Secondary"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"linkedRedisCacheId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/Redis/cache2",
"linkedRedisCacheLocation": "West US",
"geoReplicatedPrimaryHostName": "cache2.geo.redis.cache.windows.net",
"geoReplicatedPrimaryHostNameDnsCName": "cache1.redis.cache.windows.net",
"primaryHostName": "cache1.redis.cache.windows.net",
"provisioningState": "Succeeded",
"serverRole": "Secondary"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"linkedRedisCacheId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/Redis/cache2",
"linkedRedisCacheLocation": "West US",
"geoReplicatedPrimaryHostName": "cache2.geo.redis.cache.windows.net",
"geoReplicatedPrimaryHostNameDnsCName": "cache1.redis.cache.windows.net",
"primaryHostName": "cache1.redis.cache.windows.net",
"provisioningState": "Succeeded",
"serverRole": "Secondary"
}
Expand All @@ -30,7 +30,7 @@
"linkedRedisCacheId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/Redis/cache3",
"linkedRedisCacheLocation": "West US",
"geoReplicatedPrimaryHostName": "cache3.geo.redis.cache.windows.net",
"geoReplicatedPrimaryHostNameDnsCName": "cache1.redis.cache.windows.net",
"primaryHostName": "cache1.redis.cache.windows.net",
"provisioningState": "Succeeded",
"serverRole": "Secondary"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2670,12 +2670,12 @@
"geoReplicatedPrimaryHostName": {
"type": "string",
"readOnly": true,
"description": "Fully qualified geo subdomain URL which points to geo-primary cache among the linked redis caches."
"description": "Fully qualified geo hostname which points to geo-primary cache among the linked redis caches."
},
"geoReplicatedPrimaryHostNameDnsCName": {
"primaryHostName": {
"type": "string",
"readOnly": true,
"description": "DNS CName corresponding to geo subdomain URL which points to geo-primary cache among the linked redis caches. This value will be the actual DNS hostname for the Geo Primary cache."
"description": "DNS corresponding to geo-primary cache among the linked redis caches."
}
},
"required": [
Expand Down