-
Notifications
You must be signed in to change notification settings - Fork 1k
Migration API CreateMigrationJob failed for GCC azure storage #6780
Copy link
Copy link
Closed
Labels
area:csom/rest/apiCategory: SharePoint Client Side Object Model SDK / REST APICategory: SharePoint Client Side Object Model SDK / REST APIstatus:to-be-reviewedIssue needs to be reviewed by Microsoft for additional follow up / review.Issue needs to be reviewed by Microsoft for additional follow up / review.type:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active worktype:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
Metadata
Metadata
Assignees
Labels
area:csom/rest/apiCategory: SharePoint Client Side Object Model SDK / REST APICategory: SharePoint Client Side Object Model SDK / REST APIstatus:to-be-reviewedIssue needs to be reviewed by Microsoft for additional follow up / review.Issue needs to be reviewed by Microsoft for additional follow up / review.type:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active worktype:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Category
Describe the bug
Microsoft.WindowsAzure.Storage.StorageException: The remote name could not be resolved: 'spc.queue.core.windows.net' ---> System.Net.WebException: The remote name could not be resolved: 'spc.queue.core.windows.net'
We passed right azure storage container and queue uri, but this API failed to differentiate it.
Steps to reproduce
sample program
those are some filecontaineruri, packagecontaineruri and report queueuri sample we
/*
https://spc.blob.core.usgovcloudapi.net/migration-files1cfb064b-aa77-4bd7-b329-1b1e452c6365?sv=2015-02-21&sr=c&sig=Vdb9cSaAboMIMmRc5Ul94M6xkh1O/ybapNArRvtHJ0w=&se=2021-03-20T21:40:38Z&sp=rl
https://spc.blob.core.usgovcloudapi.net/cvspmigrationfiles111cfb064b-aa77-4bd7-b329-1b1e452c6365?sv=2015-02-21&sr=c&sig=JrXeDqmyhSbxKcVobXXqouSFZn+EbjMupSZFgsNqkTE=&se=2021-03-20T21:40:38Z&sp=rwl
https://spc.queue.core.usgovcloudapi.net/migrationqueue1cfb064b-aa77-4bd7-b329-1b1e452c6365?sv=2015-02-21&sig=MpoecpBitFJLjxRFbqD5vFdwwCepcYMoqp1wpEikbSw=&se=2021-03-20T21:40:38Z&sp=raup
*
*/
public void StartMigrationJob()
{
string office365UserName = "";
string offfice365Password = "";
string siteurl = "";
string fileContainerUri = "";
string packageContainerUri = "";
string reportingQueueUri = "";
}
Expected behavior
it should allow migration job created for gcc azure storage.
Environment details (development & target environment)
N\A