OneDrive Migration API
Hello, maybe someone has expierence with the Migration API for the file uploads to OneDrive for Business? I found the description at https://support.office.com/en-us/article/Upload-SharePoint-data-to-Office-365-555049c6-15ef-45a6-9a1f-a1ef673b867c and the upload works fine with the commands. I just have the issue I don't know how to access the import logs as described.
If you’re using the temporary Azure storage created by Invoke-SPOMigrationEncryptUploadSubmit in step 4, the import log SAS URL can be obtained by decrypting the Azure queue message with “Event” value “JobLogFileCreate”. With the import log SAS URL, you can download the log file and decrypt it with the same encryption key as returned in step 4.
I have the SAS URL and encryption key but don't know the Powershell commands to access the Azure queue messages to get the import logs? Can someone help me with the commands or more information?
Thanks
Tobias