Skip to content

Commit 09ac0e6

Browse files
fix markdown errors, grammar, + address Acrolinx findings
- address grammatical issues - file names & paths should be bold (not formatted as code) - inline code should use single backticks, not double/triple - address Acrolinx findings to improve readability score & conform to MSDocs guidelines for word choice
1 parent 0ff31b9 commit 09ac0e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/apis/migration-events.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Migration events in Azure Queue"
3-
description: "This article provides in depth information on how to use Azure Queue events in migration."
3+
description: "This article provides in-depth information on how to use Azure Queue events in migration."
44
ms.date: 04/18/2024
55
ms.author: ranren
66
author: underreview
@@ -15,7 +15,7 @@ ms.collection:
1515
---
1616
# Migration events in Azure Queue
1717

18-
This document lists all types of events Migration API and AMR API write to the Azure Queue. Use these events to get status updates on migration jobs.
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.
1919

2020
## JobQueued
2121

@@ -152,13 +152,13 @@ An integer.
152152

153153
The number of files created, exclusive of file versions. If a file has multiple versions, this count increases by 1 only when all the versions are migrated.
154154

155-
List items are not counted in this property.
155+
List items aren't counted in this property.
156156

157157
### **BytesProcessedOnlyCurrentVersion** property
158158

159-
An integer. The bytes processed with last version of the file. If a file has multiple versions, this byte count increases only when all the versions are migrated.
159+
An integer. The bytes are processed with the last version of the file. If a file has multiple versions, this byte count increases only when all the versions are migrated.
160160

161-
List items are not counted in this property.
161+
List items aren't counted in this property.
162162

163163
## JobEnd (AMR)
164164

@@ -220,16 +220,16 @@ CorrelationId:d8e9bc9e-20e2-8000-aa83-48a62fc5ce75
220220

221221
```log
222222
JobId:8f728c13-95d0-4d54-96bc-4ee912bd32ce
223-
Time: 02/05/2019 06:57:20.523
224-
TotalRetryCount:0
223+
Time: 02/05/2019 06:57:20.523
224+
TotalRetryCount:0
225225
MigrationType:None
226226
MigrationDirection:Import
227227
ObjectType:
228228
Url:
229229
Id:
230230
ErrorCode:-2147213196
231231
ErrorType:Microsoft.SharePoint.SPException
232-
Message:ErrorMessage
232+
Message:ErrorMessage
233233
CorrelationId:b370d5a0-105d-4000-241f-9b2d70449d7b
234234
```
235235

0 commit comments

Comments
 (0)