Skip to content

Commit 279c01b

Browse files
authored
Merge branch 'MicrosoftDocs:main' into fxl---Addition-of-Azure-CLI-link-in-Dynatrace-documentation
2 parents 392259c + 58e4316 commit 279c01b

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

articles/azure-cache-for-redis/cache-high-availability.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Various high availability options are available in the Standard, Premium, and En
1919

2020
| Option | Description | Availability | Standard | Premium | Enterprise |
2121
| ------------------- | ------- | ------- | :------: | :---: | :---: |
22-
| [Standard replication](#standard-replication-for-high-availability)| Dual-node replicated configuration in a single data center with automatic failover | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) ||||
23-
| [Zone redundancy](#zone-redundancy) | Multi-node replicated configuration across Availability Zones, with automatic failover | 99.9% in Premium; 99.99% in Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|||
24-
| Geo-replication | Linked cache instances in two regions, with user-controlled failover | Premium; Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-| [Passive](#passive-geo-replication) | [Active](#active-geo-replication) |
25-
| [Import/Export](#importexport) | Point-in-time snapshot of data in cache. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|||
26-
| [Persistence](#persistence) | Periodic data saving to storage account. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-||Preview|
22+
| [Standard replication](#standard-replication-for-high-availability)| Dual-node replicated configuration in a single data center with automatic failover | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |Yes|Yes|Yes|
23+
| [Zone redundancy](#zone-redundancy) | Multi-node replicated configuration across Availability Zones, with automatic failover | 99.9% in Premium; 99.99% in Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |No|Yes|Yes|
24+
| Geo-replication | Linked cache instances in two regions, with user-controlled failover | Premium; Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |No| [Passive](#passive-geo-replication) | [Active](#active-geo-replication) |
25+
| [Import/Export](#importexport) | Point-in-time snapshot of data in cache. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |No|Yes|Yes|
26+
| [Persistence](#persistence) | Periodic data saving to storage account. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |No|Yes|Preview|
2727

2828
## Standard replication for high availability
2929

articles/azure-cache-for-redis/cache-how-to-zone-redundancy.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 08/05/2024
1313

1414
In this article, you'll learn how to configure a zone-redundant Azure Cache instance using the Azure portal.
1515

16-
Azure Cache for Redis Standard (Preview), Premium (Premium), and Enterprise tiers provide built-in redundancy by hosting each cache on two dedicated virtual machines (VMs). Even though these VMs are located in separate [Azure fault and update domains](../virtual-machines/availability.md) and highly available, they're susceptible to datacenter level failures. Azure Cache for Redis also supports zone redundancy in its Standard, Premium and Enterprise tiers. A zone-redundant cache runs on VMs spread across multiple [Availability Zones](../reliability/availability-zones-overview.md). It provides higher resilience and availability.
16+
Azure Cache for Redis Standard (Preview), Premium (Premium), and Enterprise tiers provide built-in redundancy by hosting each cache on two dedicated virtual machines (VMs). Even though these VMs are located in separate [Azure fault and update domains](../virtual-machines/availability.md) and highly available, they're susceptible to data center-level failures. Azure Cache for Redis also supports zone redundancy in its Standard (preview), Premium (preview) and Enterprise tiers. A zone-redundant cache runs on VMs spread across multiple [Availability Zones](../reliability/availability-zones-overview.md). It provides higher resilience and availability.
1717

1818
## Prerequisites
1919

@@ -47,7 +47,13 @@ To create a cache, follow these steps:
4747

4848
:::image type="content" source="media/cache-how-to-zone-redundancy/cache-enterprise-create-zones.png" alt-text="Screenshot showing the Advanced tab with a red box around Zone redundancy.":::
4949

50-
Automatic zone allocation increases the overall availability of your cache by automatically spreading it across multiple availability zones. Using availability zones makes the cache more resilient to outages in a datacenter. For more information, see [Zone redundancy](cache-high-availability.md#zone-redundancy).
50+
Automatic zone allocation increases the overall availability of your cache by automatically spreading it across multiple availability zones. Using availability zones makes the cache more resilient to outages in a data center. For more information, see [Zone redundancy](cache-high-availability.md#zone-redundancy).
51+
52+
> [!IMPORTANT]
53+
> Automatic Zone Allocation cannot be modified once enabled for a cache.
54+
55+
> [!IMPORTANT]
56+
> Enabling Automatic Zone Allocation is currently NOT supported for Geo Replicated caches or caches with VNET injection.
5157
5258
1. Availability zones can be selected manually for Premium tier caches. The count of availability zones must always be less than or equal to the Replica count for the cache.
5359

@@ -81,7 +87,13 @@ A Premium cache has one primary and one replica node by default. To configure zo
8187

8288
### Can I update my existing Standard or Premium cache to use zone redundancy?
8389

84-
Yes, updating an existing Standard or Premium cache to use zone redundancy is supported. You can enable it by selecting **Allocate Zones automatically** from the **Advanced settings** on the Resource menu. You cannot disable zone redundancy once you have enabled it.
90+
Yes, updating an existing Standard or Premium cache to use zone redundancy is supported. You can enable it by selecting **Allocate Zones automatically** from the **Advanced settings** on the Resource menu. You cannot disable zone redundancy once you have enabled it.
91+
92+
> [!IMPORTANT]
93+
> Automatic Zone Allocation cannot be modified once enabled for a cache.
94+
95+
> [!IMPORTANT]
96+
> Enabling Automatic Zone Allocation is currently NOT supported for Geo Replicated caches or caches with VNet injection.
8597
8698
### How much does it cost to replicate my data across Azure Availability Zones?
8799

articles/search/search-indexer-howto-access-private.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: mrcarter8
88
ms.author: mcarter
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 05/23/2024
11+
ms.date: 08/06/2024
1212
---
1313

1414
# Make outbound connections through a shared private link
@@ -93,9 +93,9 @@ You can create a shared private link for the following resources.
9393
| Microsoft.Sql/servers <sup>3</sup> | `sqlServer` |
9494
| Microsoft.KeyVault/vaults | `vault` |
9595
| Microsoft.DBforMySQL/servers (preview) | `mysqlServer`|
96-
| Microsoft.Web/sites (preview) <sup>4</sup> | `sites` |
96+
| Microsoft.Web/sites <sup>4</sup> | `sites` |
9797
| Microsoft.Sql/managedInstances (preview) <sup>5</sup>| `managedInstance` |
98-
| Microsoft.CognitiveServices/accounts (preview) <sup>6</sup>| `openai_account` |
98+
| Microsoft.CognitiveServices/accounts <sup>6</sup>| `openai_account` |
9999

100100
<sup>1</sup> If Azure Storage and Azure AI Search are in the same region, the connection to storage is made over the Microsoft backbone network, which means a shared private link is redundant for this configuration. However, if you already set up a private endpoint for Azure Storage, you should also set up a shared private link or the connection is refused on the storage side. Also, if you're using multiple storage formats for various scenarios in search, make sure to create a separate shared private link for each subresource.
101101

0 commit comments

Comments
 (0)