Cloudflare CDN
May 17, 2022
I wanted to expose an existing Azure Storage Account container via Cloudflare's CDN. Looking into this, I needed to write a Cloudflare worker in JavaScript to get this to work. I then needed to use Terraform to provision the worker for each environment.
Worker Script
The following was created as …