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
Conform to MSDOCS req's: md formatting & timestamp
- updated the article timestamp to reflect the latest update (`ms.date` field in front matter)
- fixed code formatting (don't add indentation to code snippets when they should be left-justified... only indent when needed
- modified `<span>` tags to be HTML tags - the way they were done, there were 4 open tags with no corresponding closing tag; removed dupes and modified for closing tags
description: "One of the Main requirement for using our Migration API is the usage of an Azure container as a temporary storage. We now provide a default container that can be used for using the migration API."
8
8
localization_priority: Normal
9
9
---
@@ -31,33 +31,33 @@ For the Migration API to accept a Migration Job coming from a SPO provided Azure
The call will return an object that contains two strings containing two SAS tokens for accessing the two required containers and a byte array for the AES256CBC encryption.
38
38
39
39
This key will need to be used when encrypting the data. We forget the key once we give it out, therefore you must keep it to pass it again for the Submit Migration Job call.
This method will return a string containing the SAS token for accessing the Azure queue.
56
56
57
57
The queue can be reused across multiple migration jobs so this call should not be that frequently as the `SPProvisionedMigrationContainersInfo()` call.
58
58
59
59
```csharp
60
-
UriJobQueueUri
60
+
UriJobQueueUri
61
61
```
62
62
63
63
### After getting the Container and the Queue:
@@ -71,5 +71,5 @@ If your tenant is hosted in a government cloud (GCC), you must have the proper e
71
71
72
72
|**Required Endpoint**|**Why**|
73
73
|:-----|:-----|
74
-
|https://<span><span>*.blob.core.usgovcloudapi.<span><span>net|Migration API Azure Government requirement|
75
-
|https://<span><span>*.queue.core.usgovcloudapi.<span><span>net|Migration API Azure Government requirement|
74
+
|https://<span>*.blob.core.usgovcloudapi.</span>net|Migration API Azure Government requirement|
75
+
|https://<span>*.queue.core.usgovcloudapi.</span>net|Migration API Azure Government requirement|
0 commit comments