Skip to content

Commit ee7bb3e

Browse files
committed
Updated Project and job definition steps and images
1 parent deffa04 commit ee7bb3e

File tree

10 files changed

+31
-18
lines changed

10 files changed

+31
-18
lines changed

articles/storage-mover/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ items:
77
href: service-overview.md
88
- name: Cloud migration basics
99
href: migration-basics.md
10-
- name: Getting Started with Cloud-to-Cloud Migration
10+
- name: Get started with cloud-to-cloud migration
1111
href: cloud-to-cloud-migration.md
1212
expanded: true
1313
- name: Concepts

articles/storage-mover/cloud-to-cloud-migration.md

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: stevenmatthew
55
ms.author: shaas
66
ms.service: azure-storage-mover
77
ms.topic: quickstart
8-
ms.date: 06/30/2025
8+
ms.date: 07/01/2025
99
---
1010

1111
# Get started with cloud-to-cloud migration in Azure Storage Mover (Preview)
@@ -98,13 +98,13 @@ Follow the steps in this section to configure an AWS connector within your Stora
9898

9999
:::image type="content" source="media/cloud-to-cloud-migration/connectors-available-sml.gif" alt-text="A screen capture showing the Connectors available pane page with several Multicloud Connectors displayed." lightbox="media/cloud-to-cloud-migration/connectors-available.gif":::
100100

101-
## Configure Source and Destination Endpoints
101+
## Configure Source and Target Endpoints
102102

103-
After you configure the multicloud connector, the next step is to create source and destination endpoints for your migration.
103+
After you configure the multicloud connector, the next step is to create source and target endpoints for your migration.
104104

105-
In the context of the Azure Storage Mover service, an *endpoint* is a resource that contains the path to either a source or destination location and other relevant information. Storage Mover *job definitions* use endpoints to define the source and target locations for copy operations.
105+
In the context of the Azure Storage Mover service, an *endpoint* is a resource that contains the path to either a source or target location and other relevant information. Storage Mover *job definitions* use endpoints to define the source and target locations for copy operations.
106106

107-
Follow the steps in this section to configure an AWS S3 source endpoint and an Azure Blob Storage destination endpoint. To learn more about Storage Mover endpoints, refer to the [Manage Azure Storage Mover endpoints](endpoint-manage.md) article.
107+
Follow the steps in this section to configure an AWS S3 source endpoint and an Azure Blob Storage target endpoint. To learn more about Storage Mover endpoints, refer to the [Manage Azure Storage Mover endpoints](endpoint-manage.md) article.
108108

109109
### Configure an AWS S3 Source Endpoint
110110

@@ -133,27 +133,40 @@ Follow the steps in this section to configure an AWS S3 source endpoint and an A
133133

134134
:::image type="content" source="media/cloud-to-cloud-migration/endpoint-target-create-sml.png" alt-text="A screen capture showing the Endpoints page containing the Create Target Endpoint pane with required fields displayed." lightbox="media/cloud-to-cloud-migration/endpoint-target-create.png":::
135135

136-
## Create a Migration Job
136+
## Create a migration project and job definition
137137

138-
After you define source and destination endpoints for your migration, the next step is to create a Storage Mover Migration Job Definition.
138+
After you define source and target endpoints for your migration, the next steps are to create a Storage Mover migration project and job definition.
139139

140-
A Job Definition describes resources and migration options for a specific set of copy operations undertaken by the Storage Mover service. These resources include, for example, the source and destination endpoints, and any migration settings you want to apply.
140+
A *migration project* allows you to organize large migrations into smaller, more manageable units that make sense for your use case. A *job definition* describes resources and migration options for a specific set of copy operations undertaken by the Storage Mover service. These resources include, for example, the source and target endpoints, and any migration settings you want to apply.
141141

142-
Follow the steps in this section to create and run a Storage Mover Migration Job. To learn more about other Storage Mover job types, refer to the [Define and start a migration job](job-definition-create.md) article.
142+
Follow the steps in this section to create a migration project and run a migration job.
143143

144-
1. Navigate to the **Project explorer** tab in your Storage Mover instance.
145-
1. Select **Create job definition**.
144+
1. Navigate to the **Project explorer** tab in your Storage Mover instance and select **Create project**.
146145
1. Provide values for the following fields:
146+
- **Project name**: A meaningful name for the migration.
147+
- **Project description**: A useful description for the project.
148+
- Select **Create** to create the project.
149+
150+
:::image type="content" source="media/cloud-to-cloud-migration/project-create-sml.png" alt-text="A screen capture showing the Project Explorer page with the Create a Project pane's fields visible." lightbox="media/cloud-to-cloud-migration/create-job.png":::
151+
152+
1. Select the newly created project after it appears within the **Project explorer**, then select **Create job definition** to open the **Create a Migration Job** page's **Basics** tab. Provide values for the following fields:
147153
- **Job name**: A meaningful name for the migration.
148154
- **Migration type**: Select `Cloud to cloud`.
149155

150-
:::image type="content" source="media/cloud-to-cloud-migration/create-job-sml.png" alt-text="A screen capture showing the Create a Migration Job page with the Basics tab selected and the required fields displayed." lightbox="media/cloud-to-cloud-migration/create-job.png":::
151-
- **Source endpoint**: Select the AWS S3 bucket configured via Azure Arc.
152-
> [!NOTE]
153-
> Amazon S3 buckets might take up to an hour to become visible within newly created Multicloud connectors.
156+
:::image type="content" source="media/cloud-to-cloud-migration/create-job-sml.png" alt-text="A screen capture showing the Create a Migration Job page with the Basics tab selected and the required fields displayed." lightbox="media/cloud-to-cloud-migration/create-job.png":::
157+
158+
1. Within the **Source** tab, select the **Select an existing endpoint** option for the **Source endpoint** field.
159+
160+
:::image type="content" source="media/cloud-to-cloud-migration/create-source-sml.png" alt-text="A screen capture showing the Create a Migration Job page with the Source tab selected and the required fields displayed." lightbox="media/cloud-to-cloud-migration/create-source.png":::
161+
162+
Next, select the **Select an existing endpoint as a source** link to open the **Select an existing endpoint** pane. Choose the AWS S3 source endpoint created in the previous section and select **Select** to save your changes.
163+
164+
> [!NOTE]
165+
> Amazon S3 buckets might take up to an hour to become visible within newly created Multicloud connectors.
166+
167+
:::image type="content" source="media/cloud-to-cloud-migration/select-source-sml.png" alt-text="A screen capture showing the Select an existing source endpointpane." lightbox="media/cloud-to-cloud-migration/select-source.png":::
154168

155-
:::image type="content" source="media/cloud-to-cloud-migration/create-source-sml.png" alt-text="A screen capture showing the Create a Migration Job page with the Source tab selected and the required fields displayed." lightbox="media/cloud-to-cloud-migration/create-source.png":::
156-
- **Destination endpoint**: Select the Azure Blob Storage container.
169+
1. Within the **Target** tab, select the **Select an existing endpoint reference** option for the **Target endpoint** field. Next, select the **Select an existing endpoint as a target** link to open the **Select an existing endpoint** pane. Choose the Azure Blob Storage target endpoint created in the previous section and select **Select** to save your changes. Verify that the correct target endpoint is displayed in the **Existing target endpoint** field and then select **Next** to continue to the **Settings** tab.
157170

158171
:::image type="content" source="media/cloud-to-cloud-migration/create-target-sml.png" alt-text="A screen capture showing the Create a Migration Job page with the Target tab selected and the required fields displayed." lightbox="media/cloud-to-cloud-migration/create-target.png":::
159172
- **Copy mode**: Select `Mirror source to target`.
-632 Bytes
Loading
-1.69 KB
Loading
42.4 KB
Loading
107 KB
Loading
41.7 KB
Loading
117 KB
Loading
29.9 KB
Loading
80.9 KB
Loading

0 commit comments

Comments
 (0)