How to configure azure blob service for custom hosting in azure app service (Xperience By Kentico v27)?
We took the Kentico 13 admin from staging and put it on production. All of the Azure storage keys are correct in app configuration. The media library on staging works without issue, however, on pro...
I'm in the process of upgrading a site from 12 to 13 (ASP.Net Framework). I'm on the latest hotfix 13.0.110.I have a CustomAzureStorage module in a class library project that has been working succe...
Hi,We are setting up Kentico 13 environments for a client and ran into a snag with configuring the media library (we used the guide here).We have successfully configured the media library to use Az...
Hi.We are using .NET Core and have configured the Azure storage provider. We have upgraded our Xperience instance from hotfix 38 to 44 a few days ago.Now we noticed that all images from the media l...
I have latest Kentico application + .NET Core MVC. Both solutions are setup to use Azure Blob Storage as media library. That is the code both uses:protected override void OnInit() { base.OnInit...
Hello All,I have a website with two environments (in azure app services).Main site in production slotTest site in another slot in same app serviceAlso I have a storage account, containg two blob co...
Hello everyone,I recently migrated the source of media library in kentico 12 sp development model MVC from local file system to azure storage reference,but after migrating the media from local file...
Hi ,I have just started Kentio task and very new in kentico.My task is, to restore prod environment in dev. My kentico project is hosted in Azure. In prod Azure blob is using for holding media fil...
I have an Azure Web App with all files stored on the web app itself. I'm looking at using Azure blob storage for all Kentico files (add key=@CMSExternalStorageName@ value=@azure@). Which files an...