We have a website built in Umbraco 7.14.0, and hosted in Azure.
This utilises a CDN on Azure, linked to media in blob storage.
The website runs fine, and media is served correctly from the CDN.
However, when the web app is automatically restarted due to Azure maintenance, we get the following errors, and multiple automatic restarts until it corrects itself.
Error resolving media url from the CDN
System.Net.WebException: The operation has timed
out at System.Net.HttpWebRequest.GetResponse() at Our.Umbraco.AzureCDNToolkit.UrlHelperRenderExtensions.<>c__DisplayClass6_1.<UrlToCdnUrl>b__0() at Our.Umbraco.AzureCDNToolkit.UrlHelperRenderExtensions.TryFiveTimes(Action delegateAction) at Our.Umbraco.AzureCDNToolkit.UrlHelperRenderExtensions.UrlToCdnUrl(String cropUrl, Boolean htmlEncode, String currentDomain)
Has anyone else encountered this?
Any help appreciated
AzureCDNToolkit issues
We have a website built in Umbraco 7.14.0, and hosted in Azure. This utilises a CDN on Azure, linked to media in blob storage. The website runs fine, and media is served correctly from the CDN.
However, when the web app is automatically restarted due to Azure maintenance, we get the following errors, and multiple automatic restarts until it corrects itself.
Has anyone else encountered this? Any help appreciated
is working on a reply...