Skip to content

Commit 7a531db

Browse files
Add notice on GetMigrationJobProgress API in Migration API Overview (SharePoint#10325)
* Create migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md Revised broken links * Update migration-job-progress-api-reference.md Replace with relative links * fix markdown issues, grammar, typos ## markdown in accordance with msdocs guidelines, applied the following changes: - always have empty lines between headings, paragraphs, and fenced code blocks - fenced code language fixes: - no such language **rest**... changed to `http` or `json` where applicable - used inline formatting where applicable * Add notice on GetMigrationJobProgress API * Add notice on GetMigrationJobProgress API in Migration API Reference * update doc date * update doc date --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 9e8a771 commit 7a531db

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/apis/migration-api-overview.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Import Migration API"
33
description: "This article provides overview information on how to use the SharePoint Migration API."
4-
ms.date: 07/03/2024
4+
ms.date: 07/16/2025
55
ms.author: ranren
66
author: underreview
77
manager: dapodean
@@ -47,6 +47,10 @@ Start a migration job with three steps. Check the guidance in each of the steps
4747

4848
### Provision the destination containers and the queue
4949

50+
> [!IMPORTANT]
51+
> Use [GetMigrationJobProgress API](migration-job-progress-api-reference.md) to retrieve migration job status.
52+
> Provisioning Azure Queues for migration job status tracking is no longer required. Deprecation is planned for the second half of 2026. Until then, Azure Queues will remain available for status retrieval.
53+
5054
Use the `ProvisionMigrationContainers` method to provision the containers. Check [Use Azure Blob Storage Containers and Azure Queues with Migration API](migration-azure.md) for details. You can also use your own containers and queues if needed.
5155

5256
### Prepare the content
@@ -65,7 +69,10 @@ Check [Manifest files](migration-manifest.md) to see the detailed requirements.
6569

6670
The `CreateMigrationJob` method creates a migration job, which is queued up for processing. Migration API manages the queue and returns status and logs. Use the `CreateMigrationEncrypted` method to migrate encrypted contents. Check [SharePoint Migration API Reference](migration-api-reference.md) for details.
6771

68-
Upon creation of a new migration job, Migration API returns the Job ID. Track the status of the import with the `GetMigrationJobStatus` method if needed, with the Azure Queue supplied.
72+
> [!IMPORTANT]
73+
> Use GetMigrationJobProgress API to track migration job status.
74+
75+
Upon creation of a new migration job, Migration API returns the Job ID. Track the status of the import with [GetMigrationJobProgress API](migration-job-progress-api-reference.md).
6976

7077
Migration API generates logs in the manifest container. Check the log entries for migration results.
7178

docs/apis/migration-api-reference.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Migration API Reference Guide"
33
description: "This article provides in-depth information on how to use the SharePoint Migration API."
4-
ms.date: 04/28/2024
4+
ms.date: 07/16/2025
55
ms.author: ranren
66
author: underreview
77
manager: dapodean
@@ -172,6 +172,9 @@ See Return value in `CreateMigrationJob` method.
172172

173173
## GetMigrationJobStatus method
174174

175+
> [!IMPORTANT]
176+
> Use [GetMigrationJobProgress API](migration-job-progress-api-reference.md) to retrieve migration job status. Deprecation of GetMigrationJobStatus API is planned for the second half of 2026. Until then, it will remain available for status retrieval.
177+
175178
Retrieves the processing status for a designated migration job.
176179

177180
Migration API removes completed migration jobs from the timer job queue. Check the notification queue and/or log outputs for import results.

0 commit comments

Comments
 (0)