Is there a guide on how to deploy a Umbraco 8 site to Azure?
I deployed it the following way and got an error, can anyone please help? in Azure free trial account:
create an Azure SQL DB server.
create a bacpac file using "export data-tier application" under tasks
use SSMS connects to the Azure SQL DB server
import the bacpac file created in step 2
in VS 2017, publish the project to Azure (App service)
configure the connection string so the site can access the DB
then I run the site and get an error as follow
[BootFailedException: Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
-> Umbraco.Core.Exceptions.BootFailedException: Could not check the upgrade state.
at Umbraco.Core.RuntimeState.DetermineRuntimeLevel(IUmbracoDatabaseFactory databaseFactory, ILogger logger)
anyone has an idea about this or have a better way to deploy v8 site to Azure? thanks a lot
errors when deployment umbraco 8 to Azure
Hi,
Is there a guide on how to deploy a Umbraco 8 site to Azure? I deployed it the following way and got an error, can anyone please help? in Azure free trial account:
then I run the site and get an error as follow
anyone has an idea about this or have a better way to deploy v8 site to Azure? thanks a lot
cheers cooper
anyone have any ideas about this?
Hi cooper, did you check the log files. What it says?
I know it has been a year, but I have the same problem. Have you been able to solve it?
is working on a reply...