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
- 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
Copy file name to clipboardExpand all lines: docs/apis/migration-azure.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Use Azure Blob Storage Containers and Azure Queues with SharePoint Migration API"
3
-
description: "This article provides indepth 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."
4
4
ms.date: 04/18/2024
5
5
ms.author: ranren
6
6
author: underreview
@@ -16,21 +16,21 @@ ms.collection:
16
16
17
17
# Use Azure Blob Storage Containers and Azure Queues with SharePoint Migration API
18
18
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.
20
20
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.
22
22
23
23
## Azure Blob Storage Containers
24
24
25
25
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.
26
26
27
27
### Using SharePoint-provided containers
28
28
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.
30
30
31
31
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.
32
32
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.
34
34
35
35
#### Decorate the traffic to avoid throttling
36
36
@@ -66,7 +66,7 @@ public SPProvisionedMigrationContainersInfo ProvisionMigrationContainers()
66
66
67
67
##### Return values
68
68
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.
70
70
71
71
###### DataContainerUri value
72
72
@@ -90,7 +90,7 @@ You can also provide your own Azure Blob Storage Containers. Provide the URI wit
90
90
91
91
## Azure Queues
92
92
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.
94
94
95
95
Migration API provisions Azure Queues in the same datacenter of the SharePoint instance.
0 commit comments