aggregator-cli icon indicating copy to clipboard operation
aggregator-cli copied to clipboard

less azure resources on multiple instances

Open SecDWizar opened this issue 4 years ago • 1 comments

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

SecDWizar avatar Jun 23 '21 15:06 SecDWizar

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.

giuliov avatar Jun 25 '21 09:06 giuliov