Lets say we have 2 azure application configurations (TeamConfig and CommonConfig) and one client application (ClientApp).
Case 1: Can ClientApp use both TeamConfig and CommonConfig at the same time?
Case 2: Can TeamConfig link directly to CommonConfig?
Side note: I have seen the possibility that TeamConfig can import from CommonConfig. But, what I am looking for is a dynamic link and not a import. When CommonConfig is updated it is automatically updated all the way down to the ClientApp.