Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

feature: optionally configure azure CDN #41

Open sinedied opened 4 years ago

sinedied commented 4 years ago

Description

Currently files are deployed on blob storage directly, making a default Angular website generated by ng CLI available, but with some limitations:

All these points could be addressed by configuring Azure CDN on top of the static website. Though as this incurs additional charges for the deployed website, maybe we would like to make this extra layer optional, prompting the user during initial setup?

Type of change

Please delete options that are not relevant.