We have a Azure Web App rendering aspx website, we now added a parameter to the url to drive the content(Depending on the source ie Google Ads, Facebook or browser) to be displayed, will CDN handle this ?
We have a Azure Web App rendering aspx website, we now added a parameter to the url to drive the content(Depending on the source ie Google Ads, Facebook or browser) to be displayed, will CDN handle this ?
@DeonSmith-6202, Azure standard CDN cannot handle this dynamic application configuration. Azure CDN serves content from the nearest POP locations. It communicates with Webapp using the provided URL in the backend configuration. You will be not able to control the headers in this communication apart from those granular caching headers.
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.
5 people are following this question.