Hi Philip Kong,
- The error message you are seeing - "Ouinno.com is not in our system" - not referring to your application domain or deployment; This is likely to mention the fact that your email domain (OUINNO.com) is not associated with the correct Azure Active Directory (AAD) tenant or azure membership in the China region.
- Azure is operated differently in China due to regulatory requirements. Microsoft Azure services in China are powered by 21vianet, which is completely different from the global Azure. This means:
- Azure is a separate portal in China: https://portal.azure.cn/
Accounts, services and membership should be specially installed within the Azure operated by 21vianet.
- Unless you create a separate account in Azure China, your global azure credentials (like your
ouinno.com
email) do not function automatically. - To make your app accessible in China using CDN, here are steps to follow: Check if your target audiences are in the mainland China. If yes, it is best to directly deploy its application to China regions (such as Eastern China or North China) for optimal performance.
- Create an Azure China account (if you are not already): Use this official link: https://www.azure.cn/en-us/free/ This will be a completely different atmosphere from your current Azure Global Account.
- Azure deploys your app for China app services: Reference: https://learn.microsoft.com/en-us/azure/china/resources-developer-guide
By exporting/importing settings or codebase, you may need to migrate your app from global azure to China. - Azure Use China CDN: Reference: Azure CDN in China Azure CDN setup in China should be done through China portal (https://portal.azure.cn), and endpoints should be combined with Azure China resources.
- Be sure to configure DNS records (eg CNAME) to indicate your China CDN and points once set.
- Alternative Options: If Azure is not possible to migrate in China, you can also detect licensed third-party CDN providers in China, such as Cloudflare with China Network or Alibaba Cloud CDN, which are integrated with ICP-licensed services. https://learn.microsoft.com/en-us/azure/china/
if you have any further concerns or queries, please feel free to reach out to us.