Azure-docs: How long does it take to make the newly uploaded blob file be available to all CDN locations?

Created on 29 Aug 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

Assume its a new file. The file No two file in the container has the same name. When I upload this file, how long does it take to make the newly uploaded blob file be available to all CDN locations? I guess it doesn't happen instantly. So what is the exact about of time? Thank you!


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 assigned-to-author azure-cdsvc product-question triaged

Most helpful comment

we don't proactively push new files to the CDN when they're uploaded. When a request hits a CDN PoP, the CDN checks it's cache to serve the content, if the content is not there or it's TTL is expired it goes and pulls the content from the origin, then caches it and serves it.

All 3 comments

we don't proactively push new files to the CDN when they're uploaded. When a request hits a CDN PoP, the CDN checks it's cache to serve the content, if the content is not there or it's TTL is expired it goes and pulls the content from the origin, then caches it and serves it.

@arefinsami, Does that answers your question? Let me know if you have any further questions.

Thank you very much for the quick response. That answers my question.

Was this page helpful?
0 / 5 - 0 ratings