Feature Request
As per Azure Docs,
The CDN is a potential single point of failure for an application. It has a lower availability SLA than blob storage (which can be used to deliver content directly) so you may need to consider implementing a fallback mechanism for critical content.
Fallback to blob storage can be added if CDN is not available.