I am separating/Isolating environments in Azure into resource groups, e.g., X_Test_RG, X_Prod_RG, etc..
Here is the architecture that I am using so far:
All the VMs within the resource group (in and outside DevTest lab) need to be connected to the domain in order for products to contact each others.
I managed to create one environment by using Azure Active Directory Domain Services (AD DS) and called the domain X.Dev.xxxx.onmicrosoft.com.
Thus, it is easy to add all machines to the domain, and it is simple to modify the group of users within the domain.
However, it seems that you can only create one AD DS per Azure AD.
What is the best suggestion to solve this kind of problem ?
It is important that VMs are connected to the same domain.