Scaling storage over multiple regions

Copper Contributor

Hi,

 

I was recently experimenting with optimizing WordPress using static fronts hosted on Azure Storage Static Website. Now that I have a super fast frontend up-and-running, I was wondering how to best scale theses storages with CDN. Here's my simple architecture of the layout.

mvandam_0-1583138708494.png

What would be the best approach to ensure availability across the globe? I've also blogged about this setup at https://www.in2it.be/2020/02/scale-to-the-clouds/ if you want to have more background information. The site itself is available at https://wpazure.in2it.dev if you want to see the blazing-fast result of a WordPress site.

1 Reply

@mvandam You can use storage as the Origin of the CDN in Azure and instead of using the Storage endopoint you just replace the CDN endpoint. Here is a good quickstart to get you started. Quickstart: Integrate an Azure Storage account with Azure CDN | Microsoft Learn