Skip to content

Commit 21246a8

Browse files
committed
rollback some files so the PR can be merged
1 parent 6c61bef commit 21246a8

File tree

6 files changed

+40
-25
lines changed

6 files changed

+40
-25
lines changed

articles/automation/how-to/move-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ When the move is complete, verify that the capabilities listed below are enabled
133133

134134
To learn how to move Automation to a new region, see [Move Automation account to another region](../../operational-excellence/relocation-automation.md).
135135

136-
To learn about moving resources in Azure, see [Move resources in Azure](../../azure-resource-manager/management/move-support-resources.md).
136+
To learn about moving resources in Azure, see [Move resources in Azure](../../azure-resource-manager/management/move-support-resources.md).

articles/azure-cache-for-redis/cache-moving-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ Learn more about Azure Cache for Redis features.
241241

242242
- [Geo-replication FAQ](cache-how-to-geo-replication.md#geo-replication-faq)
243243
- [Azure Cache for Redis service tiers](cache-overview.md#service-tiers)
244-
- [High availability for Azure Cache for Redis](cache-high-availability.md)
244+
- [High availability for Azure Cache for Redis](cache-high-availability.md)

articles/azure-functions/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@
581581
href: disable-function.md
582582
- name: Networking
583583
href: configure-networking-how-to.md
584-
- name: Relocate to another region
585-
href: ../azure-resource-manager/management/relocation/relocation-functions.md?toc=/azure/azure-functions/toc.json
586584
- name: Work with legacy Functions Proxies
587585
href: legacy-proxies.md
588586
- name: Monitor

articles/reliability/migrate-monitor-log-analytics.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ ms.subservice: logs
1111
---
1212

1313
# Migrate Log Analytics Dedicated Cluster workspaces to availability zone support
14-
15-
This guide describes how to migrate dedicated cluster Log Analytics Dedicated Cluster workspaces from nonavailability zone support to availability support.
14+
15+
This guide describes how to migrate dedicated cluster Log Analytics Dedicated Cluster workspaces from non-availability zone support to availability support.
1616

1717
> [!NOTE]
1818
> Application Insights resources can also use availability zones, but only if they are workspace-based and the workspace uses a dedicated cluster. Classic (non-workspace-based) Application Insights resources cannot use availability zones.
1919
20+
2021
## Prerequisites
2122

22-
- This article applies to workspaces that use dedicated clusters. If your workspace isn’t using a dedicated cluster, it’s using a shared cluster, which is managed by the Log Analytics service. In regions that have availability zones, shared clusters use availability zones or are being migrated to use them. For more information, see [Log Analytics - Supported regions](/azure/azure-monitor/logs/availability-zones#supported-regions).
23+
- This article applies to workspaces that use dedicated clusters. If your workspace isn’t using a dedicated cluster, it’s using a shared cluster, which is managed by the Log Analytics service. In regions that have availability zones, shared clusters use availability zones or are being migrated to use them. For more details, see [Log Analytics - Supported regions](/azure/azure-monitor/logs/availability-zones#supported-regions).
24+
2325
- Make sure that the region to which you wish to move is a region that supports availability zones. To see which regions support availability zones, see [supported regions](/azure/azure-monitor/logs/availability-zones#supported-regions).
2426

2527
## Downtime requirements
@@ -41,19 +43,22 @@ Move your workspace to an availability zone by [creating a new dedicated cluster
4143
4244
Transitioning to a new cluster can be a gradual process. Don't remove the previous cluster until it is purged of any data. For example, if your workspace retention is set 60 days, you may want to keep your old cluster running for that period before removing it.
4345

44-
Any queries against your workspace query both clusters as required to provide you with a single, unified result set. As a result, all Azure Monitor features that rely on the workspace, such as workbooks and dashboards, continue to receive the full, unified result set based on data from both clusters.
46+
Any queries against your workspace queries both clusters as required to provide you with a single, unified result set. As a result, all Azure Monitor features that rely on the workspace, such as workbooks and dashboards, continue to receive the full, unified result set based on data from both clusters.
4547

4648
## Billing
47-
4849
[Dedicated clusters](/azure/azure-monitor/logs/logs-dedicated-clusters#create-a-dedicated-cluster) require a commitment tier starting at 100 GB per day.
4950

50-
The new cluster isn’t billed during its first day to avoid double billing during configuration. Only the data ingested before the migration completes would still be billed on the date of migration.
51+
The new cluster isn’t billed during its first day to avoid double billing during configuration. Only the data ingested before the migration completes would still be billed on the date of migration.
52+
5153

5254
## Related content
5355

5456
Learn more about:
5557

56-
- [Relocate Log Analytics workspaces to another region](../azure-resource-manager/management/relocation/relocation-log-analytics.md)
58+
- [Relocate Log Analytics workspaces to another region](../operational-excellence/relocation-log-analytics.md)
59+
5760
- [Azure Monitor Logs Dedicated Clusters](/azure/azure-monitor/logs/logs-dedicated-clusters)
61+
5862
- [Azure services with availability zones](availability-zones-service-support.md)
63+
5964
- [Azure regions with availability zones](regions-list.md)

articles/reliability/reliability-event-grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Because Event Grid supports availability zones automatically in regions that sup
4545

4646
If you relocate your Event Grid resources to a region that supports availability zones, you automatically receive availability zone support. To learn how to relocate your resources to another region that supports availability zones, see the following:
4747

48-
- [Relocate Azure Event Grid system topics to another region](../azure-resource-manager/management/relocation/relocation-event-grid-system-topics.md)
49-
- [Relocate Azure Event Grid custom topics to another region](../azure-resource-manager/management/relocation/relocation-event-grid-custom-topics.md)
50-
- [Relocate Azure Event Grid domains to another region](../azure-resource-manager/management/relocation/relocation-event-grid-domains.md)
48+
- [Relocate Azure Event Grid system topics to another region](../operational-excellence/relocation-event-grid-system-topics.md)
49+
- [Relocate Azure Event Grid custom topics to another region](../operational-excellence/relocation-event-grid-custom-topics.md)
50+
- [Relocate Azure Event Grid domains to another region](../operational-excellence/relocation-event-grid-domains.md)
5151

5252
## Cross-region disaster recovery and business continuity
5353

articles/reliability/reliability-event-hubs.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,52 +11,64 @@ ms.date: 03/31/2025
1111

1212
<!--#Customer intent: I want to understand reliability support in Azure Event Hubs so that I can respond to and/or avoid failures in order to minimize downtime and data loss. -->
1313

14+
1415
# Reliability in Azure Event Hubs
1516

1617
This article describes reliability support in [Azure Event Hubs](../event-hubs/event-hubs-about.md), and covers both intra-regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity). For a more detailed overview of reliability principles in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
1718

19+
1820
## Availability zone support
1921

2022
[!INCLUDE [Availability zone description](includes/reliability-availability-zone-description-include.md)]
2123

22-
Event Hubs implements transparent failure detection and failover mechanisms so that, when failure occurs, the service continues to operate within the assured service-levels and without noticeable interruptions. If you create an Event Hubs namespace in a region that supports availability zones, [zone redundancy](./availability-zones-overview.md#zonal-and-zone-redundant-services) is automatically enabled. With zone-redundancy, fault tolerance is increased and the service has enough capacity reserves to cope with the outage of an entire facility. Both metadata and data (events) are replicated across data centers in each zone.
24+
25+
Event Hubs implements transparent failure detection and failover mechanisms so that, when failure occurs, the service continues to operate within the assured service-levels and without noticeable interruptions. If you create an Event Hubs namespace in a region that supports availability zones, [zone redundancy](./availability-zones-overview.md#zonal-and-zone-redundant-services) is automatically enabled. With zone-redundancy, fault tolerance is increased and the service has enough capacity reserves to cope with the outage of an entire facility. Both metadata and data (events) are replicated across data centers in each zone.
26+
2327

2428
### Prerequisites
2529

26-
Availability zone support is only available in [Azure regions with availability zones](./regions-list.md).
30+
Availability zone support is only available in [Azure regions with availability zones](./regions-list.md).
31+
2732

2833
### Create a resource with availability zones enabled
2934

30-
When you use the Azure portal, zone redundancy is automatically enabled. When you create a namespace, you see the following highlighted message when you select a region that supports availability zones.
35+
When you use the Azure portal, zone redundancy is automatically enabled. When you create a namespace, you see the following highlighted message when you select a region that supports availability zones.
3136

3237
:::image type="content" source="../event-hubs/media/event-hubs-geo-dr/eh-az.png" alt-text="Screenshot showing the Create Namespace page with a region that has availability zones.":::
3338

39+
3440
### Availability zone migration
3541

36-
When you create availability zones in a region that supports them, availability zones are automatically enabled. If you wish to learn how to move your Event Hubs namespace to a new region that supports availability zones, see [Relocate Event Hubs to another region](../azure-resource-manager/management/relocation/relocation-event-hub.md).
42+
When you create availability zones in a region that supports them, availability zones are automatically enabled. If you wish to learn how to move your Event Hubs namespace to a new region that supports availability zones, see
43+
[Relocate Event Hubs to another region](../operational-excellence/relocation-event-hub.md).
44+
3745

3846
## Cross-region disaster recovery and business continuity
3947

4048
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
4149

42-
The all-active Azure Event Hubs cluster model with availability zone support provides resiliency against hardware and datacenter outages. However, if a disaster where an entire region and all zones are unavailable, you can use Geo-disaster recovery to recover your workload and application configuration.
50+
The all-active Azure Event Hubs cluster model with availability zone support provides resiliency against hardware and datacenter outages. However, if a disaster where an entire region and all zones are unavailable, you can use Geo-disaster recovery to recover your workload and application configuration.
4351

4452
There are two features that provide geo-disaster recovery in Azure Event Hubs.
4553

4654
- **Geo-disaster recovery (Metadata DR)**, which just provides replication of only metadata.
4755

48-
Geo-Disaster recovery ensures that the entire configuration of a namespace (Event Hubs, Consumer Groups, and settings) is continuously replicated from a primary namespace to a secondary namespace when paired.
49-
56+
57+
Geo-Disaster recovery ensures that the entire configuration of a namespace (Event Hubs, Consumer Groups, and settings) is continuously replicated from a primary namespace to a secondary namespace when paired.
58+
5059
The Geo-disaster recovery feature of Azure Event Hubs is a disaster recovery solution. The concepts and workflow described in this article apply to disaster scenarios, and not to temporary outages. For a detailed discussion of disaster recovery in Microsoft Azure, see [this article](/azure/architecture/resiliency/disaster-recovery-azure-applications).
51-
52-
With Geo-Disaster recovery, you can initiate a once-only failover move from the primary to the secondary at any time. The failover move points the chosen alias name for the namespace to the secondary namespace. After the move, the pairing is then removed. The failover is nearly instantaneous once initiated.
60+
61+
With Geo-Disaster recovery, you can initiate a once-only failover move from the primary to the secondary at any time. The failover move points the chosen alias name for the namespace to the secondary namespace. After the move, the pairing is then removed. The failover is nearly instantaneous once initiated.
5362

5463
For detailed information, samples, and further documentation, on Geo-Disaster recovery in Event Hubs, see [Azure Event Hubs - Geo-disaster recovery](../event-hubs/event-hubs-geo-dr.md).
5564

5665
- **Geo-replication (public preview)**, which provides replication of both metadata and data, replicates configuration information and all of the data from a primary namespace to one, or more secondary namespaces. When a failover is performed, the selected secondary becomes the primary and the previous primary becomes a secondary. Users can perform a failover back to the original primary when desired.
5766

58-
For detailed information, samples, and further documentation, on Geo-replication in Event Hubs, see [Geo-replication](../event-hubs/geo-replication.md).
67+
For detailed information, samples, and further documentation, on Geo-replication in Event Hubs, see [Geo-replication ](../event-hubs/geo-replication.md).
68+
5969

60-
## Next steps
6170

71+
## Next steps
6272
- [Reliability in Azure](./overview.md)
73+
74+

0 commit comments

Comments
 (0)