Hello
Yes, you can use Azure services in order to achieve the same result. Azure Front Door and Azure CDN will help you improve the performance and delivery of your website content to your customers.
Azure Front Door is a global service that enables you to optimize the delivery of your web applications. It provides features such as load balancing, SSL offloading, and application acceleration to enhance your website's performance. You can create routing rules with Azure Front Door to direct traffic to specific backends based on factors like geolocation.
To handle Chinese traffic, you can set up a backend with a specific configuration that allows traffic from China. This backend can be hosted in a different location with a firewall configured to allow traffic from China.
Azure CDN helps you improve the delivery of your website content by caching it on edge servers located closer to your customers. This reduces latency and improves the overall performance of your website.
To use Azure CDN, you need to create an Azure CDN profile that specifies the pricing and caching policies for you. You can then create a CDN endpoint associated with a specific Azure resource.
Once you have set up your Azure Front Door and Azure CDN resources, you can configure your DNS records to point to your Front Door endpoint. This allows Azure Front Door to direct traffic from China to the nearest Azure CDN edge server where your website content is cached and delivered with optimized speed.
I hope I help you.