Azure / ng-deploy-azure

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

feature: extract azure logic into a separate library #39

Open sinedied opened 4 years ago

sinedied commented 4 years ago

Description

Many of the Azure logic used in this tool (like login, subscription selection, resource group selection/creation, etc) could be extracted in a separate library, independant from the Angular schematics/builds.

By doing this, it could help bootstrapping other tools, like a standalone CLI to do the same deployment logic for React/Vue projects.

Type of change

Please delete options that are not relevant.