Skip to content

Commit 7d0872b

Browse files
Update how-to-add-tool-first-time.md
1 parent 267beb3 commit 7d0872b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)