DEV Community

Discussion on: Hosting an Angular App as a static website with Azure Function Proxies

Collapse
 
kevinboosten profile image
Kevin Boosten

Great article! I’m now in the phase of trying to find the best approach of hosting an angular app on Azure storage. At the moment I’m using Azure CDN in front of the storage account to handle rewrite rules, enforcing https and enabling caching an http/2. This works great, but still missing the security headers.
Also struggling with the best approach to add ip ruling to my non-prod CDN endpoints to make them only accessible “internally”. On storage account level you can configure ACL to allow/block certain IP’s. But this is not possible on CDN endpoint leven. Any ideas?