You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sites go down in Umbraco cloud, they are not auto restarted. This could be fixed by enabling Azure Auto Heal which will restart problematic sites. This would reduce downtime for websites on the platform.
The text was updated successfully, but these errors were encountered:
Yes - I don't know if it's related, but when the worker-role is moved between hosts - which has been happening a lot recently - the sites also appear to be left in a shut-down state, and wait for the first request to initiate a cold-start. Because they have been moved, this means there is some compile action required, and this can be quite a lengthy delay for the unfortunate soul who lucks out on that - and leads to a bit of aggro with clients.
The IIS Application Initialization module is installed in Azure for app services, but you need to use the middleware and configure your web app to use it:
Issue description
When sites go down in Umbraco cloud, they are not auto restarted. This could be fixed by enabling Azure Auto Heal which will restart problematic sites. This would reduce downtime for websites on the platform.
The text was updated successfully, but these errors were encountered: