We have configure Azure CDN for multisite webapp all the image content loads through Azure CDN perfectly, Now we don't want the trafic won't goes to CDN to load the images instead of going to CDN but load directly from origin server how can we get this

Chandu 0 Reputation points
2023-11-20T04:51:37.07+00:00

I have stopped the Endpoint but after stopping the images are not loading. How can we get this done?

Azure Content Delivery Network
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 39,451 Reputation points Microsoft Employee
    2023-11-20T05:57:34.4366667+00:00

    @Chandu

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    Can you provide more details on your requirement?

    Data Reference:

    • Bypass cache: Don't cache and ignore origin-provided cache-directive headers.
    • For the Bypass cache setting, the cache duration gets automatically set to 0 seconds, which isn't a modifiable value.
    • Path: This condition matches the path of the URL, excluding the domain name, and supports the wildcard symbol (*). For example, /myfile.html, /my/folder/**, and /my/images/.jpg. The maximum length is 260 characters

    Cheers,

    Kapil

    0 comments No comments