After deploying to azure I get an HTTP error 500.30. When I run the application using the dotnet command in the azure console I get the following error:
I haven't had this issue in Umbraco version 8. I suspect I might be forgetting a config or maybe it is not possible to run a website from a package.
For anyone who runs into this issue. The fix was to change the pipeline to zipDeploy instead of runFromPackage as run From Package makes the wwwroot read-only.
Umbraco 10 AzureBlobStorage file not found exception on boot
Hi y'all!
I am trying to run a Umbraco 10 site as an Azure web app in zip mode. I configured the blob storage as described on https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/
After deploying to azure I get an HTTP error 500.30. When I run the application using the dotnet command in the azure console I get the following error:
I haven't had this issue in Umbraco version 8. I suspect I might be forgetting a config or maybe it is not possible to run a website from a package.
For anyone who runs into this issue. The fix was to change the pipeline to zipDeploy instead of runFromPackage as run From Package makes the wwwroot read-only.
is working on a reply...