When I set up my site database on Azure then I have getting an error on my browser
Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
-> Umbraco.Core.Exceptions.BootFailedException: A connection string is configured but Umbraco could not connect to the database.
at Umbraco.Core.RuntimeState.DetermineRuntimeLevel(IUmbracoDatabaseFactory databaseFactory, ILogger logger)
at Umbraco.Core.Runtime.CoreRuntime.DetermineRuntimeLevel(IUmbracoDatabaseFactory databaseFactory, IProfilingLogger profilingLogger)
at Umbraco.Core.Runtime.CoreRuntime.Boot(IRegister register, DisposableTimer timer)
Boot failed when I set up database on Azure
When I set up my site database on Azure then I have getting an error on my browser
Are the site and database both hosted in Azure?
Yes, both are on Azure
Go to your app service and check the configuration section.
Any connection strings in the configuration tab will overwrite whatever you have in your web.config
If you look at the connection strings section in Advanced Edit mode your connection string should look similar to this
is working on a reply...