tfsaggregator / aggregator-cli

A new version of Aggregator aiming at Azure DevOps (ex Visual Studio Team Services)
https://tfsaggregator.github.io/
Apache License 2.0
73 stars 32 forks source link

less azure resources on multiple instances #241

Open SecDWizar opened 3 years ago

SecDWizar commented 3 years ago

Feature Request

Installed two instances with the same functions, one for production usage and another for development, There are double created resource for both (storage, ai, ...).

Can I use the same resources for both instances (except the function itself of course)? I don't see support for this in install.instance

giuliov commented 3 years ago

No, install.instance always create a new App Service. If you want to share more, simply use rules; add a suffix, say -dev, to a rule's clone and map it.