@Gaurav D , There is no way to sync/migrate your on-prem Azure AD environment to Azure AD Domain Services. Azure AD Domain Services is a PaaS instance where two DCs get created in the backend and maintained by Azure. Only few limited functionalities are provided by this service to help you go on supporting your legacy apps that use LDAP or Kerberos.
You can read more on Azure AD Domain Services here.
Now coming, when you setup Azure AD DS service, it only syncs with the current Azure AD Tenant and it pulls details from there. The following options are available:
- You can sync your on-prem domain with Azure AD initially and then let the objects from AAD sync to Azure AD Domain Services instance.
- the best way would be to create a new VM in Azure and install the Azure AD Domain Services role in it and make it a normal DC as you currently have in your on-prem Datacenter.
In case you go by the first option I provided, you would still need to deploy a VM and connect it to the VNET that the Azure AD DS service is a part of and on that VM you can install the RSAT tools and manage the Azure AD DS, in other words manage your domain. Also, how to integrate it with OCI, we are not sure as that being a third party product. But I can say the steps would be similar to how you set it up with your on-prem DC, just that the networking is what you would have to take care.
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.