We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dfdf8 commit 4ca9831Copy full SHA for 4ca9831
1 file changed
src/ArchivePackages/ArchivePackages.Job.cs
@@ -80,7 +80,7 @@ public override void Init(IServiceContainer serviceContainer, IDictionary<string
80
{
81
_secondaryDestinationAccount = _configuration.SecondaryDestination;
82
var secondaryDestinationBlobClient = _serviceProvider.CreateCloudBlobClient(
83
- $"BlobEndPoint=https://{_primaryDestinationAccount}.blob.core.windows.net");
+ $"BlobEndPoint=https://{_secondaryDestinationAccount}.blob.core.windows.net");
84
_secondaryDestinationContainer = secondaryDestinationBlobClient.GetContainerReference(_destinationContainerName);
85
}
86
0 commit comments