Skip to content

Commit 99b678a

Browse files
Merge pull request #259662 from anaharris-ms/pillar-ops-ex
Operational Excellence with Resource Move
2 parents 1b3e018 + 4f5fbb6 commit 99b678a

File tree

48 files changed

+1630
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1630
-159
lines changed

.openpublishing.redirection.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10906,9 +10906,10 @@
1090610906
{
1090710907
"source_path_from_root": "/articles/reliability/disaster-recovery-guidance-overview.md",
1090810908
"redirect_url": "/azure/reliability/reliability-guidance-overview",
10909-
"redirect_document_id": false
10909+
"redirect_document_id": false
1091010910
},
1091110911
{
10912+
1091210913
"source_path_from_root": "/articles/orbital/overview-analytics.md",
1091310914
"redirect_url": "/azure/orbital/overview",
1091410915
"redirect_document_id": false
@@ -10938,6 +10939,31 @@
1093810939
"source_path_from_root": "/articles/networking/disaster-recovery-dns-traffic-manager.md",
1093910940
"redirect_url": "/azure/reliability/reliability-traffic-manager",
1094010941
"redirect_document_id": false
10942+
},
10943+
{
10944+
"source_path_from_root": "/articles/event-hubs/move-across-regions.md",
10945+
"redirect_url": "/azure/operational-excellence/relocation-event-hub",
10946+
"redirect_document_id": false
10947+
},
10948+
{
10949+
"source_path_from_root": "/articles/azure-monitor/logs/move-workspace-region.md",
10950+
"redirect_url": "/azure/operational-excellence/relocation-log-analytics",
10951+
"redirect_document_id": false
10952+
},
10953+
{
10954+
"source_path_from_root": "/articles/key-vault/general/move-region.md",
10955+
"redirect_url": "/azure/operational-excellence/relocation-key-vault",
10956+
"redirect_document_id": false
10957+
},
10958+
{
10959+
"source_path_from_root": "/articles/event-hubs/move-cluster-across-regions.md",
10960+
"redirect_url": "/azure/operational-excellence/relocation-event-hub-cluster",
10961+
"redirect_document_id": false
10962+
},
10963+
{
10964+
"source_path_from_root": "/articles/storage/common/storage-account-move.md",
10965+
"redirect_url": "/azure/operational-excellence/relocation-storage-account",
10966+
"redirect_document_id": false
1094110967
}
1094210968

1094310969
]

articles/automation/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,12 @@
123123
href: how-to/private-link-security.md
124124
- name: Manage role permissions and security
125125
href: automation-role-based-access-control.md
126-
- name: Move Automation account to another subscription
127-
href: how-to/move-account.md
126+
- name: Relocate Automation
127+
items:
128+
- name: Move Automation account to another subscription
129+
href: how-to/move-account.md
130+
- name: Move Automation account to another region
131+
href: ../operational-excellence/relocation-automation.md?toc=/azure/private-link/toc.json
128132
- name: Manage Automation account
129133
href: delete-account.md
130134
- name: Migrate from Orchestrator to Azure Automation (Beta)

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,7 @@ When the move is complete, verify that the capabilities listed below are enabled
129129

130130
## Next steps
131131

132+
133+
To learn how to move Automation to a new region, see [Move Automation account to another region](../../operational-excellence/relocation-automation.md).
134+
132135
To learn about moving resources in Azure, see [Move resources in Azure](../../azure-resource-manager/management/move-support-resources.md).

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ items:
946946
- name: Move a workspace
947947
href: logs/move-workspace.md
948948
- name: Move a workspace across regions
949-
href: logs/move-workspace-region.md
949+
href: ../operational-excellence/relocation-log-analytics.md?toc=/azure/azure-monitor/toc.json
950950
- name: Delete and recover a workspace
951951
href: logs/delete-workspace.md
952952
- name: Manage access

articles/event-hubs/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@
343343
- name: Move
344344
items:
345345
- name: Move a namespace to another region
346-
href: move-across-regions.md
346+
href: ../operational-excellence/relocation-event-hub.md?toc=/azure/event-hubs/TOC.json
347347
- name: Move a dedicated cluster to another region
348-
href: move-cluster-across-regions.md
348+
href: ../operational-excellence/relocation-event-hub-cluster.md?toc=/azure/event-hubs/TOC.json
349349
- name: Reference
350350
items:
351351
- name: Monitor data Reference

articles/key-vault/general/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
- name: Move Key Vault to Another Subscription
166166
href: move-subscription.md
167167
- name: Move Key Vault to Another Region
168-
href: move-region.md
168+
href: ../../operational-excellence/relocation-key-vault.md?toc=/azure/key-vault/general/toc.json
169169
- name: Reference
170170
items:
171171
- name: What's new
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
- name: Azure Operational Excellence documentation (Preview)
2+
href: index.yml
3+
- name: Overview
4+
href: overview.md
5+
- name: Azure region relocation
6+
items:
7+
- name: Overview
8+
href: overview-relocation.md
9+
- name: Relocation guides by service
10+
items:
11+
- name: Foundational services
12+
items:
13+
- name: Azure Key Vault
14+
href: relocation-key-vault.md
15+
- name: Azure Event Hubs
16+
href: relocation-event-hub.md
17+
- name: Azure Event Hubs Cluster
18+
href: relocation-event-hub-cluster.md
19+
- name: Azure Virtual Network
20+
href: relocation-virtual-network.md
21+
- name: Network Security Groups (NSG)
22+
href: relocation-virtual-network-nsg.md
23+
- name: Mainstream services
24+
items:
25+
- name: Azure Database for PostgreSQL
26+
href: relocation-postgresql-flexible-server.md
27+
- name: Azure Monitor - Log Analytics Workspace
28+
href: relocation-log-analytics.md
29+
- name: Azure Private Link Service
30+
href: relocation-private-link.md
31+
- name: Storage Account
32+
href: relocation-storage-account.md
33+
- name: Strategic services
34+
items:
35+
- name: Azure Automation
36+
href: relocation-automation.md
37+
- name: Resources
38+
items:
39+
- name: Operational Excellence in Microsoft Azure Well-Architected Framework
40+
href: /azure/well-architected/operational-excellence/principles
41+
- name: Azure Resource Mover Documentation
42+
href: /azure/resource-mover/overview
43+
44+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### YamlMime:Landing
2+
3+
title: Azure operational excellence documentation (Preview)
4+
summary: Azure operational excellence documentation
5+
6+
metadata:
7+
title: Azure operational excellence documentation (Preview)
8+
description: Azure operational excellence documentation.
9+
ms.topic: landing-page
10+
ms.author: anaharris
11+
author: anaharris-ms
12+
ms.prod: non-product-specific
13+
ms.date: 02/14/2024
14+
15+
landingContent:
16+
# Card
17+
- title: Azure operational excellence documentation
18+
linkLists:
19+
- linkListType: overview
20+
links:
21+
- text: Azure operational excellence overview
22+
url: overview.md
23+
# Card
24+
- title: Region relocation guidance
25+
linkLists:
26+
- linkListType: concept
27+
links:
28+
- text: Relocation guides by service
29+
url: overview-relocation.md
30+
148 KB
Loading
167 KB
Loading

0 commit comments

Comments
 (0)