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!
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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.
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.