Hi,I'm trying to configure Kentico to stor media file in Azure Blob Storage. I've already found aritcle in documentation where this issue is decribe. I follow steps - add two keys in web.config, copy and change code as follow:mediaProvider.CustomRootPath = @MyContainerThatIHaveInAzure@;
andStorageHelper.MapStoragePath(@~/MySiteCodeName/media/@, mediaProvider);
The rest of code is the same. MyContainerThatIHaveInAzure is new container without any files inside.I've rebuild solution and open in my localhost. When I log in to administrator panel go to Media library application I can find list of media libaries that were already created. When I click on one of them to edit files inside i get follown errorFolderTree.FailedLoad: [ContainerInfoProvider.GetContainer]: Error when getting container (it may be caused by inability to connect to the cloud).Does anyone have any ideas?
↧