Skip to content

Commit b8bbe46

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 235cb9b commit b8bbe46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/apis/migration-azure.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Use Azure Blob Storage Containers and Azure Queues with SharePoint Migration API"
3-
description: "This article provides in depth information on how to use the SharePoint Migration API with Azure Containers and Queues."
3+
description: "This article provides in-depth information on how to use the SharePoint Migration API with Azure Containers and Queues."
44
ms.date: 04/18/2024
55
ms.author: ranren
66
author: underreview
@@ -16,21 +16,21 @@ ms.collection:
1616

1717
# Use Azure Blob Storage Containers and Azure Queues with SharePoint Migration API
1818

19-
Use Azure Blob Storage Containers to store contents, manifest files and logs. Access migration status updates with Azure Queues.
19+
Use Azure Blob Storage Containers to store contents, manifest files, and logs. Access migration status updates with Azure Queues.
2020

21-
This guide provides provisioning, permission and other requirements with SharePoint-provided Azure resources.
21+
This guide provides provisioning, permission, and other requirements with SharePoint-provided Azure resources.
2222

2323
## Azure Blob Storage Containers
2424

2525
Migration API uses Azure Blob Storage Containers for temporary storage of content and manifest. SharePoint provides default containers for migration. Alternatively, you can provide your own containers.
2626

2727
### Using SharePoint-provided containers
2828

29-
SharePoint-provided containers have no extra cost to the customer. Provision SharePoint-provided containers with ``ProvisionMigrationContainers`` method, without the need to manually setup in Azure admin console.
29+
SharePoint-provided containers have no extra cost to the customer. Provision SharePoint-provided containers with `ProvisionMigrationContainers` method, without the need to manually set up in the Azure admin console.
3030

3131
Migration API provisions the containers in the same datacenter of the SharePoint instance. Migration API uses a container exclusively once for each request, to ensure security.
3232

33-
Migration API destroys Used containers 30-90 days after completed migration jobs.
33+
Migration API destroys Used containers 30-90 days after completing migration jobs.
3434

3535
#### Decorate the traffic to avoid throttling
3636

@@ -66,7 +66,7 @@ public SPProvisionedMigrationContainersInfo ProvisionMigrationContainers()
6666

6767
##### Return values
6868

69-
An `SPProvisionedMigrationContainersInfo` object, containing the URI, access tokens and encryption key of the provisioned containers.
69+
An `SPProvisionedMigrationContainersInfo` object, containing the URI, access tokens, and encryption key of the provisioned containers.
7070

7171
###### DataContainerUri value
7272

@@ -90,7 +90,7 @@ You can also provide your own Azure Blob Storage Containers. Provide the URI wit
9090

9191
## Azure Queues
9292

93-
SharePoint-provided Azure Queues have no extra cost to the customer. Provision the queue with `ProvisionMigrationQueue` method, without the need to manually setup in Azure admin console.
93+
SharePoint-provided Azure Queues have no extra cost to the customer. Provision the queue with `ProvisionMigrationQueue` method, without the need to manually set up in Azure admin console.
9494

9595
Migration API provisions Azure Queues in the same datacenter of the SharePoint instance.
9696

0 commit comments

Comments
 (0)