After configuring Kentico to use an Azure CDN (Verizon), images are still not using the endpoint URL. After setting up the CDN in Azure we then added the different CDN keys to the web config:@add key=@CMSAzurePublicContainer@ value=@true@ /@
@add key=@CMSAzureCDNEndpoint@ value=@https://xxxx.azureedge.net@ /@
@add key=@CMSAzureCDNCacheMinutes@ value=@60@ /@
Is there something else we are missing here? We've tried this both locally and in staging (hosted externally).
↧