I have an external static file that sits in an Azure Cloud Storage account. It is publicly accessible from anywhere on the internet.
I am wondering if it’s possible for this file to be served from a URI on the domain I have in Cloudflare. For example, where sitemap.xml is the name of the static file sitting in my azure cloud storage account and example.com is the domain I manage in Cloudflare:
I guess I lied about it being totally static. It updates occasionally, a couple of times per week. It’s my website’s sitemap.xml. Whenever a new URL on our site is created, it’s added to the sitemap.xml.
Let’s say I insisted on serving the external file from my domain like I originally asked in the question. Is it even possible with cloudflare to do so?