Blob Storage Local Setup

2025/10/09 9:01 AM

I have configured the azure blob storage in my Kentico Project. Now on sass it is working fine. But in my development environment it is causing some issue when i try to delete the content item assets.

When i try to delete the data it removes from my blob but the content item is not being deleted. and throws error. Can you tell me what i am missing or done wrong. Also should i delete the assets folder that is available in my project files??


Environment

  • Xperience by Kentico version: [30.10.1]

  • .NET version: [8]

  • Execution environment: [Private cloud (Azure/AWS/Virtual machine)]

Answers

2025/10/09 1:55 PM

Is your development using the same blob credentials/container? If so, you may want to make sure it's using a different container. If it is using a different container, then you most likely have some sort of code issue or configuration issue in DEV.

To response this discussion, you have to login first.