Hello,
We are thinking about some internal development flows, and we were wondering if it is possible to make my Local instance (cloned from Development) to work directly with the Development blob storage. I am reading docs about Azure blob storage with Umbraco in general but there some differences. Like the connection string is a bit different than what I have in Umbraco Cloud portal. Also, I have to edit the Startup.cs which I don't think is good idea because probably Umbraco Cloud has already some implementation in place. I tried to add some settings in the appsettings.json and even with environmentVariables in the launchSettings.json, but couldn't make it work.