Hi everyone,
I was wondering if there's any example of deploying resources with multiple instances (eg, an Azure App Service with multiple instances in multiple locations), with instances depending on each other?
For example, for Azure, you need to create an App Service Plan for App Services; I was wondering if there's an example I can checkout that creates multiple plans and then uses those plans to create multiple apps.
I want to see how naming is handled in these situations