Skip to content

Commit f5d635b

Browse files
Update how-to-add-tool-first-time.md
1 parent 22f4f2f commit f5d635b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set up a new Azure Migrate project in an Azure subscription, and add a tool.
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)