Skip to content

Commit 4aeb95f

Browse files
Merge pull request #231269 from MSFTeegarden/patch-17
(17589649) Small update to Planning FAQ page to update for Enterprise
2 parents ebf61c5 + 354fc82 commit 4aeb95f

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

articles/azure-cache-for-redis/cache-planning-faq.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,37 +61,43 @@ sections:
6161
- question: |
6262
Where does my cached data reside?
6363
answer: |
64-
Azure Cache for Redis stores your application data in the RAM of the VM or VMs, depending on the tier, that host your cache. Your data resides strictly in the Azure region you've selected by default. There are two cases where your data might leave a region:
65-
* When you enable persistence on the cache, Azure Cache for Redis backs-up your data to an Azure Storage account you own. If the storage account you provide happens to be in another region, a copy of your data ends up there.
66-
* If you set up geo-replication, and your secondary cache is in a different region as is normally the case, then your data is replicated to that region.
64+
In Azure Cache for Redis, your application data is stored in the RAM of the VM or VMs (depending on the tier) that host your cache. Your data resides strictly in the Azure region you've selected by default. There are two cases where your data might leave a region:
65+
* When you enable persistence on a Premium-tier cache, Azure Cache for Redis backs-up your data to an Azure Storage account you own. If the storage account you provide happens to be in another region, or replicates data through [geo-redundant storage (GRS)](../storage/common/storage-redundancy.md#redundancy-in-a-secondary-region) to a different region, a copy of your data ends up there.
66+
The Enterprise and Enterprise Flash tiers use on-disk persistence that is mounted directly to the VMs and does not leave the region.
67+
* If you set up [passive geo-replication](cache-how-to-geo-replication.md) on a Premium-tier cache, and your secondary cache is in a different region (as is typical), then your data is replicated to that region.
68+
If you set up [active geo-replication]() on an Enterprise or Enterprise Flash tier cache, your data is replicated to each cache in the geo-replication group. If caches in the geo-replication group reside in other regions (as is typical), then your data is replicated to that region.
6769
68-
You'll need to explicitly configure Azure Cache for Redis to use these features. You also have complete control over the region that the storage account or secondary cache is located.
70+
>[!NOTE]
71+
>The Enterprise Flash tier also stores data on an ephemeral NVMe flash disk. This disk is mounted to the cache instance VM and therefore resides in the same region as the instance.
72+
>
73+
74+
You need to explicitly configure Azure Cache for Redis to use these features. You also have complete control over the region that the storage account or secondary cache is located.
6975
7076
- question: |
7177
How am I billed for Azure Cache for Redis?
7278
answer: |
7379
Azure Cache for Redis pricing is [here](https://azure.microsoft.com/pricing/details/cache/). The pricing page lists pricing as an hourly and monthly rate. Caches are billed on a per-minute basis. The period is measured from time a cache is created until the time that a cache is deleted. There's no option for stopping or pausing the billing of a cache.
7480
7581
- question: |
76-
Can I use Azure Cache for Redis with Azure Government Cloud, Azure China 21Vianet Cloud, or Microsoft Azure Germany?
82+
Can I use Azure Cache for Redis with Azure Government Cloud or Azure China 21Vianet Cloud?
7783
answer: |
78-
Yes, Azure Cache for Redis is available in Azure Government Cloud, Azure China 21Vianet Cloud, and Microsoft Azure Germany. The URLs for accessing and managing Azure Cache for Redis are different in these clouds compared with Azure Public Cloud.
84+
Yes, the _Basic_, _Standard_, and _Premium_ tiers of Azure Cache for Redis are available in Azure Government Cloud and Azure China 21Vianet Cloud. The URLs for accessing and managing Azure Cache for Redis are different in these clouds compared with Azure Public Cloud.
7985
8086
| Cloud | Dns Suffix for Redis |
8187
|---------|---------------------------------|
8288
| Public | *.redis.cache.windows.net |
8389
| US Gov | *.redis.cache.usgovcloudapi.net |
84-
| Germany | *.redis.cache.cloudapi.de |
8590
| China | *.redis.cache.chinacloudapi.cn |
8691
8792
For more information on considerations when using Azure Cache for Redis with other clouds, see the following links.
8893
8994
- [Azure Government Databases - Azure Cache for Redis](../azure-government/compare-azure-government-global-azure.md)
9095
- [Azure China 21Vianet Cloud - Azure Cache for Redis](https://www.azure.cn/home/features/redis-cache/)
91-
- [Microsoft Azure Germany](https://azure.microsoft.com/overview/clouds/germany/)
9296
93-
For information on using Azure Cache for Redis with PowerShell in Azure Government Cloud, Azure China 21Vianet Cloud, and Microsoft Azure Germany, see [How to connect to other clouds - Azure Cache for Redis PowerShell](cache-how-to-manage-redis-cache-powershell.md#how-to-connect-to-other-clouds).
94-
97+
For information on using Azure Cache for Redis with PowerShell in Azure Government Cloud and Azure China 21Vianet Cloud, see [How to connect to other clouds - Azure Cache for Redis PowerShell](cache-how-to-manage-redis-cache-powershell.md#how-to-connect-to-other-clouds).
98+
99+
The _Enterprise_ and _Enterprise Flash_ tiers of Azure Cache for Redis are only available in the Public cloud for the time being.
100+
95101
additionalContent: |
96102
97103
## Next steps

0 commit comments

Comments
 (0)