You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: docs/apis/migration-events.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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."
4
4
ms.date: 04/18/2024
5
5
ms.author: ranren
6
6
author: underreview
@@ -13,9 +13,9 @@ ms.collection:
13
13
- SPMigration
14
14
- m365-collaboration
15
15
---
16
-
# Migration events in Azure Queue
16
+
# Migration events
17
17
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.
0 commit comments