User has configured Azure Storage account in order to use Azure Storage Pipeline for migration. But, migration shows the following error when migrating:
Error: Unable to connect to the remote server at Microsoft.WindowsAzure.Storage.Core...
When the Azure Storage account was configured, a commercial storage account type was not used. Instead a .U.S. Government account type was used.
When edting the Environment.XML file to add the Azure Storage Account information to Content Matrix, add the EndPoint Suffix that will allow connection to the U.S. Government Azure Storage account type. For example, the default Azure Storage Connection String appears similar to the following when initially configured according to our documentation:
<XmlableEntry> <Key>UploadManagerAzureStorageConnectionString</Key> <Value>DefaultEndpointsProtocol=https;AccountName={your account name};AccountKey={your account key}</Value> </XmlableEntry>
In order to connect to a U.S. Government Azure Storage account type, add the EndPointSuffix information to the connection string as follows:
<XmlableEntry>
<Key>UploadManagerAzureStorageConnectionString</Key>
<Value>DefaultEndpointsProtocol=https;AccountName={your account name};AccountKey={your account key};EndpointSuffix=core.usgovcloudapi.net</Value>
</XmlableEntry>
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center