I've been experiencing some consistent booting issues with this version of Umbraco on Azure where the instances seem to get stuck in boot cycles and fail to fully start.
No errors are being thrown in the log file, but picking out the section of logging on each boot cycle, the reboot appears to happen after a new application url (localhost) is discovered:
The Web App in question failed to boot for around 8 hours then in the middle of the night did successfully boot itself, so is currently 'up', but next code deployment will likely bring it down again.
We have quite a number of other Umbraco instances running on Azure (all as single instances) with the same configuration/setup (all following the recommended configuration documentation post on Our Umbraco) including a very recent 8.11.1 instance, and none of these have shown this issue so wonder if it is releated to 8.12 specifically.
This particular instance actually started life as a 8.12.0 install which was then upgraded to 8.12.2 and I noticed that after the upgrade was pushed to the App Service the intsaller wizard failed to run, so did have to trigger it manually. This is something I've never come across before. 8.12 contained unattended upgrades but I've not yet enabled this. This could be unrelated to the original issue though.
I should also say this issue doesn't occur when running locally.
Has anyone else experienced this issue or have any ideas what might be happening? Any insights or help would be greatly appreciated.
Just to follow up on this incase anyone does experience something similar.
This ended up being caused by a combination of a hosting issue (slightly overloaded dev App Service Plan) and a particular way an Examine index was being accessed in an DI service (updated).
Booting issues on Azure - 8.12.2
Hello
I've been experiencing some consistent booting issues with this version of Umbraco on Azure where the instances seem to get stuck in boot cycles and fail to fully start.
No errors are being thrown in the log file, but picking out the section of logging on each boot cycle, the reboot appears to happen after a new application url (localhost) is discovered:
The Web App in question failed to boot for around 8 hours then in the middle of the night did successfully boot itself, so is currently 'up', but next code deployment will likely bring it down again.
We have quite a number of other Umbraco instances running on Azure (all as single instances) with the same configuration/setup (all following the recommended configuration documentation post on Our Umbraco) including a very recent 8.11.1 instance, and none of these have shown this issue so wonder if it is releated to 8.12 specifically.
This particular instance actually started life as a 8.12.0 install which was then upgraded to 8.12.2 and I noticed that after the upgrade was pushed to the App Service the intsaller wizard failed to run, so did have to trigger it manually. This is something I've never come across before. 8.12 contained unattended upgrades but I've not yet enabled this. This could be unrelated to the original issue though.
I should also say this issue doesn't occur when running locally.
Has anyone else experienced this issue or have any ideas what might be happening? Any insights or help would be greatly appreciated.
Many thanks
Lewis
Just to follow up on this incase anyone does experience something similar.
This ended up being caused by a combination of a hosting issue (slightly overloaded dev App Service Plan) and a particular way an Examine index was being accessed in an DI service (updated).
I could solve it by checking if all config files were present. After update to this version not all configs were copied by my deploy pipeline.
is working on a reply...