Skip to content

Commit 17d1ab5

Browse files
fixed broken links
1 parent dce379f commit 17d1ab5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/azure-resource-manager/management/relocate-cutover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Cutover is when you direct traffic away from the source region and to the worklo
2727

2828
## Next steps
2929

30-
**Repeat the Move phase for each workload.** If you have more workloads to relocate, return to the [Evaluate step](evaluate.md) and repeat the four steps of the Move phase until you complete the relocation project. Otherwise, you need to formally close the relocation project.
30+
**Repeat the Move phase for each workload.** If you have more workloads to relocate, return to the [Evaluate step](./relocate-evaluate.md) and repeat the four steps of the Move phase until you complete the relocation project. Otherwise, you need to formally close the relocation project.
3131

3232
**Close project.** After you're done relocating, you should officially close the relocation project. Closure should take place two weeks after the final cutover. You need time to assess the success of the relocation and create a report for stakeholders to review. Business and technical stakeholders should review the report and approve.
3333

articles/azure-resource-manager/management/relocate-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The relocate guidance shows you how to set up a relocation project and relocate
1717

1818
## What is relocation?
1919

20-
Relocation is the process of moving a workload or workload component in Azure to a different Azure region. A workload is a collection of applications, environments, services, and data that support a defined process. A workload can have one or many applications. Relocating a single or multi-app workload to a different region is a type of migration and has similarities with the process defined in the [migration to Azure guidance](../migrate/index.md). But relocation also has its own solutions and considerations to implement, and the relocate guidance here outlines these distinctive features to help you navigate the relocation process.
20+
Relocation is the process of moving a workload or workload component in Azure to a different Azure region. A workload is a collection of applications, environments, services, and data that support a defined process. A workload can have one or many applications. Relocating a single or multi-app workload to a different region is a type of migration and has similarities with the process defined in the [migration to Azure guidance](/azure/cloud-adoption-framework/migrate/). But relocation also has its own solutions and considerations to implement, and the relocate guidance here outlines these distinctive features to help you navigate the relocation process.
2121

2222
:::image type="content" source="./media/relocate/single-multi-workload.png" alt-text="Diagram showing a single-app workload and a multi-app workload. There's a workload with a single application in it. The other workload has n applications in it, representing an indefinite number of applications. The applications in each workload show a production and nonproduction environments. In each environment, there's three representational services, one for compute, one for the database, and the other for an indefinite number of other Azure services." lightbox="./media/relocate/single-multi-workload.png" border="false":::
2323

@@ -53,7 +53,7 @@ These phases define the lifecycle of a relocation project. It's important to not
5353

5454
You should read relocation best practices and use them as guidance for each workload relocation. The following articles detail how you should approach each step. The content highlights critical areas to focus on but also refers you to other documentation for deeper technical insight. It assumes a basic understanding of Azure regions and service availability. For more information, see:
5555

56-
- [Azure regions selection guide](../ready/azure-setup-guide/regions.md)
56+
- [Azure regions selection guide](/azure/cloud-adoption-framework/ready/azure-setup-guide/regions)
5757
- [Special conditions to consider when moving a resource](/azure/azure-resource-manager/management/move-support-resources)
5858
- [Azure Products by Region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/)
5959
- [Azure regions and availability zones](/azure/reliability/availability-zones-overview)

articles/azure-resource-manager/management/relocate-initiate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ The need to meet specific objectives drives relocation projects. You should capt
2727

2828
## Determine relocation scope
2929

30-
You should use the objectives to scope your relocation plan. Identify all the workloads in scope of these objectives. The workload should be the smallest unit of relocation during scoping. Anything smaller, such as environment or service, makes planning difficult to manage. In execution, you relocate workloads by migrating or redeploying workload services and components. But for planning and scoping, focus on the workload as a whole. For more information, see [What is a workload?](../plan/workloads.md#what-is-a-workload).
30+
You should use the objectives to scope your relocation plan. Identify all the workloads in scope of these objectives. The workload should be the smallest unit of relocation during scoping. Anything smaller, such as environment or service, makes planning difficult to manage. In execution, you relocate workloads by migrating or redeploying workload services and components. But for planning and scoping, focus on the workload as a whole. For more information, see [What is a workload?](/azure/well-architected/what-is-well-architected-framework#workload).
3131

3232
## Prioritize workloads for relocation
3333

34-
The order you relocate workloads should reflect the priority of your objectives. Any technical dependencies, such as platforms and landing zones, should go first. Outside of technical dependencies, the order is up to you. For more information, see [Platform vs application landing zones](../ready/landing-zone/index.md#platform-landing-zones-vs-application-landing-zones).
34+
The order you relocate workloads should reflect the priority of your objectives. Any technical dependencies, such as platforms and landing zones, should go first. Outside of technical dependencies, the order is up to you. For more information, see [Platform vs application landing zones](/azure/cloud-adoption-framework/ready/landing-zone/#platform-landing-zones-vs-application-landing-zones).
3535

3636
## Create a relocation plan
3737

articles/azure-resource-manager/management/relocate-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can begin migrating the services in your workload. For execution, follow ava
4242
- [Azure Resource Mover tutorials](/azure/resource-mover/tutorial-move-region-virtual-machines)
4343
- [Azure Site Recovery tutorials](/azure/site-recovery/azure-to-azure-how-to-enable-replication)
4444

45-
You can create infrastructure-as-code templates or scripts for resources you can't move. You can also execute deployments manually in the Azure portal. The specific steps you follow depend on the Azure services you use and their configuration. For more information, see [Infrastructure as code overview](../ready/considerations/infrastructure-as-code.md).
45+
You can create infrastructure-as-code templates or scripts for resources you can't move. You can also execute deployments manually in the Azure portal. The specific steps you follow depend on the Azure services you use and their configuration. For more information, see [Infrastructure as code overview](/devops/deliver/what-is-infrastructure-as-code).
4646

4747
## Migrate data
4848

articles/azure-resource-manager/management/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- name: Relocation overview
4545
href: relocate-index.md
4646
- name: Initiate relocation
47-
href: relocate-portal.md
47+
href: relocate-initiate.md
4848
- name: Evaluate workload
4949
href: relocate-evaluate.md
5050
- name: Select relocation strategy

0 commit comments

Comments
 (0)