Skip to content

Commit 53e125b

Browse files
Update Migration Events (#10375)
* 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 * Add notice of GetMigrationJobProgress to AMR API overview * markdown formatting & grammar fixes * markdown formatting & grammar fixes WRT markdown, for blockquotes, new ilnes shoudl be seperated by an empty line * Add Azure Queue deprecation notice in migration-azure.md * Update migration-events.md Add notice on deprecation of JobLogFileCreate event and remove reference of Azure Queue. --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 4acf652 commit 53e125b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/apis/migration-events.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Migration events in Azure Queue"
3-
description: "This article provides in-depth information on how to use Azure Queue events in migration."
2+
title: "Migration events"
3+
description: "This article provides detailed information on migration job events."
44
ms.date: 04/18/2024
55
ms.author: ranren
66
author: underreview
@@ -13,9 +13,9 @@ ms.collection:
1313
- SPMigration
1414
- m365-collaboration
1515
---
16-
# Migration events in Azure Queue
16+
# Migration events
1717

18-
This document lists all types of events Migration API and AMR API written to the Azure Queue. Use these events to get status updates on migration jobs.
18+
This document outlines all types of migration job events. These events provide detailed insights into the status and progress of migration jobs.
1919

2020
## JobQueued
2121

@@ -46,6 +46,9 @@ CorrelationId:d5d97e9f-702c-0000-ceb9-354fefa5e9f6
4646

4747
## JobLogFileCreate
4848

49+
> [!IMPORTANT]
50+
> JobLogFileCreate event is deprecated.
51+
4952
```log
5053
JobId:071f9aad-36e6-4bef-9f09-40b5c7498ecdTime:09/29/2020 19:56:29053
5154
FileName:Import-071f9aad-36e6-4bef-9f09-40b5c7498ecd-1.log
@@ -187,7 +190,7 @@ Time:09/29/2020 19:56:29.053
187190
CorrelationId:22ca20ec-23de-468b-add3-4e52e90d3a68
188191
```
189192

190-
### JobCancelled
193+
## JobCancelled
191194

192195
```log
193196
JobId:071f9aad-36e6-4bef-9f09-40b5c7498ecd

0 commit comments

Comments
 (0)