I'm following the steps here:
https://docs.xperience.io/k12sp/custom-development/working-with-physical-files-using-the-api/configuring-file-system-providers/configuring-azure-storageI've created the class library shared referenced by both the CMS and MVC applications with the initialization module, and dropped in the storage details in the web config.I run the CMS and site in IIS Express and nothing. Media continues to be file based as before. I set I debugger in the module OnInit but it never gets hit - so I'm guessing the module is never loaded. And I certainly don't see anything in the Azure storage.There don't seem to be any log files or anything in the event viewer. I've tried to apply the same instructions to a freshly spun up DancingGoat site and still nothing, and no indication as to what is not working. Anyone got any suggestions?
↧