var rootFolder = new FileManagerRootFolder { Name = "Azure Blob Storage", Location = new AzureBlobLocation { //Leave path empty to connect to the root of the container. //For subfolders, path should be specified as a relative path //without leading slash (eg. "some/folder") Path = "", //Get these values from your Azure Portal (Storage Account -> Access Keys -> Connection String) Container = "myContainerName", AccountName = "myAccountName", AccountKey = "myAccountKey", //Optional: //These are the default values, usually you don't need to set/change them UseHttps = true, EndpointSuffix = "core.windows.net" } }; fileManager.RootFolders.Add(rootFolder);
var rootFolder = new FileManagerRootFolder { Name = "Azure File Storage", Location = new PhysicalLocation { //UNC path to the Azure Files //This can be found on the "Connect" blade of the File Storage Account in Azure Portal Path = @"\\demostorage.file.core.windows.net\data", UserName = "Storage Account Name", Password = "One of the Azure Storage Account's Access Keys" } }; fileManager.RootFolders.Add(rootFolder);
By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.