You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Media ImageSharp Image Cache or Azure Media Storage was enabled. my storage on configuration has not been created
Orchard Core version
2.1.4
To Reproduce
set up Env. Var. of azure app service as: OrchardCore__OrchardCore_Media_Azure__CreateContainer true , OrchardCore__OrchardCore_Media_Azure_ImageSharp_Cache__CreateContainer true
Go to 'admin portal.'
Click on 'Enable of Azure Media ImageSharp Image Cache'
the storage has not been created
Expected behavior
If the CreateContainer option is set to true an activating event will check on Startup for a valid connection string, and test that the container exists, creating if it does not. Set CreateContainer to false to disable this check if your container already exists.
Logs and screenshots
The text was updated successfully, but these errors were encountered:
it seems because of {{ ShellSettings.Name }}_imagecache for OrchardCore__OrchardCore_Media_Azure_ImageSharp_Cache__ContainerName.
if I only use imagecache , it worked
Have you provided the connection string? I had an issue, when I activated the Azure Media Storage module without setting the connection string in the first place - which bricked the whole system. To fix it, I needed to manually disable the module in the database.
Have you provided the connection string? I had an issue, when I activated the Azure Media Storage module without setting the connection string in the first place - which bricked the whole system. To fix it, I needed to manually disable the module in the database.
Describe the bug
Azure Media ImageSharp Image Cache or Azure Media Storage was enabled. my storage on configuration has not been created
Orchard Core version
2.1.4
To Reproduce
Expected behavior
If the CreateContainer option is set to true an activating event will check on Startup for a valid connection string, and test that the container exists, creating if it does not. Set CreateContainer to false to disable this check if your container already exists.
Logs and screenshots
The text was updated successfully, but these errors were encountered: