I have an Azure Subscription linked to my AAD directory (AAD 'Dev'), and I have resources associated with this directory. However, I have a separate AAD test tenant (let's call it AAD 'Test') which some Visual Studio Teams SDK templates assume that the 'Test' directory and the 'Dev' resource directory are the same, or there is a subscription associated with the Test directory. In my case, it is not.
My understanding is that the relation between AAD and Azure Subscription is a 1-M or 1-1 relationship, but M-1 is not supported. This means I cannot use the same subscription for two AADs.
If I assign the subscription to the test tenant (Test), what will happen to the resources running in the 'Dev' directory? Will they be interrupted? Any suggestions are appreciated.