I need guidance on how to manage traffic from multiple custom domains in Cloudflare (non-Enterprise plan) to a single Azure Storage Account that hosts multiple SPAs — each served under a different domain:
app1.example.com→mystorageaccount.z6.web.core.windows.net/app1/app2.example.com→mystorageaccount.z6.web.core.windows.net/app2/
Both SPAs are hosted under separate folders in the same Azure Storage Account (mystorageaccount) with static website hosting enabled.
What I need help with:
- What's the best way to handle this kind of routing with Cloudflare — especially on a non-Enterprise plan?
- Can this be achieved using Cloudflare Workers for path rewriting and header adjustments?
Thanks.