|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
+using Microsoft.WindowsAzure.Storage;
|
|
|
using Microsoft.WindowsAzure.Storage.Blob;
|
|
|
using System;
|
|
|
|
|
@@ -34,8 +35,8 @@ namespace TEAMModelOS.SDK.Module.AzureBlob.Configuration
|
|
|
{
|
|
|
public static BlobClientSingleton instance = new BlobClientSingleton()
|
|
|
{
|
|
|
- // BlobClient = CloudStorageAccount.Parse(_connectionString).CreateCloudBlobClient()
|
|
|
- BlobClient = new CloudBlobClient(new Uri(_connectionString))
|
|
|
+ BlobClient = CloudStorageAccount.Parse(_connectionString).CreateCloudBlobClient()
|
|
|
+ //BlobClient = new CloudBlobClient(new Uri(_connectionString))
|
|
|
};
|
|
|
}
|
|
|
}
|