Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Can anyone help me fix this issue?
Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
-> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> Microsoft.Azure.Storage.StorageException: This request is not authorized to perform this operation. at Microsoft.Azure.Storage.Core.Executor.Executor.
Thanks
Jon
is use azure blob storage for media? you can see following keys in web.config
https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/
check what you have access or move it to use local folder
Hi Jonathan Roberts,
Any of the below points can be fixed this issue, it works for me
1) Remove the Binding and add a new one
2) Remove/Create/Restart the AppPool.
3) Delete all the Files inside AppData>Temp
4) Rebuild the Nuget Cache from the Settings Tab.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 8 - BootFailed
Hi,
Can anyone help me fix this issue?
Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
-> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> Microsoft.Azure.Storage.StorageException: This request is not authorized to perform this operation. at Microsoft.Azure.Storage.Core.Executor.Executor.
Thanks
Jon
is use azure blob storage for media? you can see following keys in web.config
https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/
check what you have access or move it to use local folder
Hi Jonathan Roberts,
Any of the below points can be fixed this issue, it works for me
1) Remove the Binding and add a new one
2) Remove/Create/Restart the AppPool.
3) Delete all the Files inside AppData>Temp
4) Rebuild the Nuget Cache from the Settings Tab.
is working on a reply...