Creating packages when you have azure file provider
I have a site where images etc are going into blob storage all works fine
When I create a package I get error
Access to the path 'C:\inetpub\wwwroot\site\media\ff4a034b-c3b7-4b0a-bf15-16f8022f7193' is denied.
I am guessing package manager is trying to create file in media section
but as its in blob it cannot?
Creating packages when you have azure file provider
I have a site where images etc are going into blob storage all works fine
When I create a package I get error Access to the path 'C:\inetpub\wwwroot\site\media\ff4a034b-c3b7-4b0a-bf15-16f8022f7193' is denied. I am guessing package manager is trying to create file in media section but as its in blob it cannot?
May be a bug?
Anyone seen this before?
Regards
Ismail
It's a bug, you can find the issue here: https://github.com/umbraco/Umbraco-CMS/issues/3450
is working on a reply...