An organization hosts a web application where static assets are updated periodically. To force client browsers and CDN edge servers to retrieve the latest version of an asset, the application appends a version parameter as a query string to the asset URL, such as `/assets/logo.png?v=2`. You deploy an Azure CDN Standard from Akamai endpoint to distribute these assets. You need to ensure that when a new version of an asset is released with an updated query string parameter, the CDN retrieves the updated asset from the origin server. For subsequent requests with the same version query string, the CDN must serve the cached asset from the edge cache to minimize origin load. Which query string caching behavior should you configure on the Azure CDN endpoint?
- Cache every unique URLCevap
- BIgnore query strings
- CBypass caching
- DSet the caching behavior to override and specify a TTL of zero