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
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.
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