Skip to content

Commit 3e04d59

Browse files
Merge branch 'rayneapril15' of https://github.com/rayne-wiselman/azure-docs-pr into rayneapril15
2 parents 3c5f0a3 + 1df28b7 commit 3e04d59

16 files changed

+21
-21
lines changed

articles/migrate/common-questions-discovery-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article answers common questions about discovery, assessment, and dependenc
1818

1919
## What geographies are supported for discovery and assessment with Azure Migrate?
2020

21-
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
21+
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
2222

2323

2424
## How many VMs can I discover with an appliance?

articles/migrate/common-questions-server-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article answers common questions about the Azure Migrate: Server Migration
1616

1717
## What geographies are supported for migration with Azure Migrate?
1818

19-
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
19+
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
2020

2121
## How does agentless VMware replication work?
2222

articles/migrate/concepts-assessment-calculation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides an overview of assessments in the [Azure Migrate:Server As
1414
An assessment with the Server Assessment tool measures the readiness, and estimates the impact, of migrating on-premises servers to Azure.
1515

1616
> [!NOTE]
17-
> In Azure Government, review the [supported target](migrate-support-matrix.md#supported-geographies-(azure-government)) assessment locations. Note that VM size recommendations in assessments will use the VM series specifically for Government Cloud regions.
17+
> In Azure Government, review the [supported target](migrate-support-matrix.md#supported-geographies-azure-government) assessment locations. Note that VM size recommendations in assessments will use the VM series specifically for Government Cloud regions.
1818
1919
## Types of assessments
2020

@@ -272,4 +272,4 @@ Costs are displayed in the currency specified in the assessment settings.
272272

273273
- Learn about running assessments for [VMware VMs](tutorial-prepare-vmware.md), [Hyper-V VMs](tutorial-prepare-hyper-v.md), and [physical servers](tutorial-prepare-physical.md).
274274
- Learn about assessing servers [imported with a CSV file](tutorial-assess-import.md).
275-
- Learn about setting up [dependency visualization](concepts-dependency-visualization.md).
275+
- Learn about setting up [dependency visualization](concepts-dependency-visualization.md).

articles/migrate/how-to-add-tool-first-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Set up a new Azure Migrate project in an Azure subscription, and add a tool.
3030

3131
1. In **Discover, assess and migrate servers**, click **Add tools**.
3232
2. In **Migrate project**, select your Azure subscription, and create a resource group if you don't have one.
33-
3. In **Project Details**, specify the project name, and geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
33+
3. In **Project Details**, specify the project name, and geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
3434

3535
![Create an Azure Migrate project](./media/how-to-add-tool-first-time/migrate-project.png)
3636

3737
- The geography specified for the project is only used to store the metadata gathered from on-premises VMs. You can select any target region for the actual migration.
38-
- If you need to deploy a project within a specific region in a geography, use the following API to create a project. Specify the subscription ID, resource group name, and project name, along with the location (review the geographies/regions for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
38+
- If you need to deploy a project within a specific region in a geography, use the following API to create a project. Specify the subscription ID, resource group name, and project name, along with the location (review the geographies/regions for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
3939

4040
`PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/MigrateProjects/<mymigrateprojectname>?api-version=2018-09-01-preview "{location: 'centralus', properties: {}}"`
4141

articles/migrate/how-to-set-up-appliance-hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance
1515
You can deploy the appliance using a couple of methods:
1616

1717
- Set up on a Hyper-V VM using a downloaded VHD. This is the method described in this article.
18-
- Set up on a Hyper-V VM or physical machine with a PowerShell installer script. [This method](migrate-appliance-script.md) should be used if you can't set up a VM using a VHD, or if you're in Azure Government.
18+
- Set up on a Hyper-V VM or physical machine with a PowerShell installer script. [This method](deploy-appliance-script.md) should be used if you can't set up a VM using a VHD, or if you're in Azure Government.
1919

2020
After creating the appliance, you check that it can connect to Azure Migrate:Server Assessment, configure it for the first time, and register it with the Azure Migrate project.
2121

articles/migrate/how-to-set-up-appliance-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance u
1515
You can deploy the appliance using a couple of methods:
1616

1717
- Set up on a VMware VM using a downloaded OVA template. This is the method described in this article.
18-
- Set up on a VMware VM or physical machine with a PowerShell installer script. [This method](migrate-appliance-script.md) should be used if you can't set up a VM using an OVA template, or if you're in Azure government.
18+
- Set up on a VMware VM or physical machine with a PowerShell installer script. [This method](deploy-appliance-script.md) should be used if you can't set up a VM using an OVA template, or if you're in Azure government.
1919

2020
After creating the appliance, you check that it can connect to Azure Migrate:Server Assessment, configure it for the first time, and register it with the Azure Migrate project.
2121

articles/migrate/resources-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Choose your tool based on what you want to do:
4848

4949
## Which geographies are supported?
5050

51-
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
51+
Review the supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
5252

5353
## How do I get started?
5454

articles/migrate/tutorial-assess-hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4444

4545
4. In **Getting started**, click **Add tools**.
4646
5. In the **Migrate project** tab, select your Azure subscription, and create a resource group if you don't have one.
47-
6. In **Project Details**, specify the project name, and the region in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
47+
6. In **Project Details**, specify the project name, and the region in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
4848

4949
- The project region is used only to store the metadata gathered from on-premises VMs.
5050
- You can select a different Azure target region when you migrate the VMs. All Azure regions are supported for migration target.
@@ -66,7 +66,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
6666
Azure Migrate:Server Assessment uses a lightweight Azure Migrate appliance. The appliance performs VM discovery and sends VM metadata and performance data to Azure Migrate. The appliance can be set up in a number of ways.
6767

6868
- Set up on a Hyper-V VM using a downloaded Hyper-V VHD. This is the method used in this tutorial.
69-
- Set up on a Hyper-V VM or physical machine with a PowerShell installer script. [This method](migrate-appliance-script.md) should be used if you can't set up a VM using the VHD, or if you're in Azure Government.
69+
- Set up on a Hyper-V VM or physical machine with a PowerShell installer script. [This method](deploy-appliance-script.md) should be used if you can't set up a VM using the VHD, or if you're in Azure Government.
7070

7171
After creating the appliance, you check that it can connect to Azure Migrate:Server Assessment, configure it for the first time, and register it with the Azure Migrate project.
7272

articles/migrate/tutorial-assess-physical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2929

3030
- [Complete](tutorial-prepare-physical.md) the first tutorial in this series. If you don't, the instructions in this tutorial won't work.
3131
- Here's what you should have done in the first tutorial:
32-
- [Set up Azure permissions](tutorial-prepare-physical.md#prepare-azure) for Azure Migrate.
32+
- [Set up Azure permissions](tutorial-prepare-physical.md) for Azure Migrate.
3333
- [Prepare physical servers](tutorial-prepare-physical.md#prepare-for-physical-server-assessment) for assessment. Appliance requirements should be verified. You should also have an account set up for physical server discovery. Required ports should be available, and you should be aware of the URLs needed for access to Azure.
3434

3535

@@ -47,7 +47,7 @@ Set up a new Azure Migrate project as follows.
4747

4848
4. In **Getting started**, click **Add tools**.
4949
5. In **Migrate project**, select your Azure subscription, and create a resource group if you don't have one.
50-
6. In **Project Details**, specify the project name, and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
50+
6. In **Project Details**, specify the project name, and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
5151

5252
- The project geography is used only to store the metadata gathered from on-premises servers.
5353
- You can select any target region when you run a migration.

articles/migrate/tutorial-assess-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Set up a new Azure Migrate project as follows:
4444

4545
1. In **Getting started**, select **Add tools**.
4646
1. In **Migrate project**, select your Azure subscription, and create a resource group if you don't have one.
47-
1. In **Project Details**, specify the project name and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-(public-cloud)) and [government clouds](migrate-support-matrix.md#supported-geographies-(azure-government)).
47+
1. In **Project Details**, specify the project name and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#supported-geographies-public-cloud) and [government clouds](migrate-support-matrix.md#supported-geographies-azure-government).
4848

4949
![Boxes for project name and region](./media/tutorial-assess-vmware/migrate-project.png)
5050

0 commit comments

Comments
 (0)