An Azure service that stores unstructured data in the cloud as blobs.
@Shane H I am sorry that you couldn't get much help from the community or from the support ticket. If you can share the support request ID, I can internally track it and connect with the support team, as needed.
However, I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!
Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept" the answer. Accepted answers show up at the top, resulting in improved discoverability for others.
Issue: Customer is using Azure WordPress with custom domain and Azure Blob storage CDN. On various css/font files and few .woff and .tff files, seeing CORS errors like:
"Access to font at 'https://<removed for privacy>-endpoint.azureedge.net/blob<removed some for privacy>b5a9b/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf' from origin 'https://www.<my custom domain as added in the Wordpress app service custom domain UI in Azure portal>.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
Solution: Customer shared -
"Add your custom domain (https qualified with and without www) and the Azure domain assigned to your WordPress app service to the CORS setting in Azure App Service settings.
Then in the storage account generated by Azure Wordpress (if you choose to let it setup Azure CDN - a checkbox when first setting up the service) I had to add CORS entries for both my custom domain and the Azure domain that gets auto-generated to the app service. I had allowed all methods and wildcard (*) "Allowed Headers" and "Exposed Headers" and set "Max Age" to 0."