joining an azure vm to a customers azure ad - azure

we have a customer that has office 365 azure AD. we are planning to host our application for them on an azure vm. Our application needs to be domain joined so that the customer can log into the app using there onpremise AD credentials.
how can we accomplish this?

I think you're searching for Azure connect which will integrate your on-premises directories with Azure Active Directory.
https://azure.microsoft.com/en-us/documentation/articles/active-directory-aadconnect/

Related

Joining new on-premises Windows 2019 Server to Azure AD

I have a new on-premise server with a fresh Windows Server 2019 install. We have an existing Azure AD that our users use for Office 365 and to log in to their computers which are joined to the Azure. How can I join the server to Azure AD so that users are synced to the on premises server? Specifically, I'd like users to add network shares using their Azure credentials for authentication. I've googled and read through a lot of manuals and I'm trying to avoid creating users on the server and then manually syncing each to Azure. Is there a way to just import and sync the users from Azure to the server or only use Azure for authentication?
Server uses:
Local network storage (users would need to add shares as "network drives" using their user account info)
SQL Server for an local network programs
Also, moving these two services to the cloud is not currently an option.
You can join your Server as a Hybrid Azure AD join and there is no Azure AD join for servers. If you join your machine to Azure AD there is no option to sync the users from Cloud to server.
If you have on-premises environment and Azure AD. You can use a tool called Azure AD connect and sync the users from on-premises to Cloud. There is no direct tool to synchronize the users from Cloud to on-premises.
Hybrid Azure AD join where the machine is joined to both on-premises AD and Azure AD . Kindly check this link for Azure AD join.

How to configure one Azure ADDS for all inherit Azure accounts under the same subscription?

We have a Visual Studio Enterprise Subscription – MPN subscription. Therefore, we can create several Azure accounts under the same subscription in the same tenet. So, Basically we have an one root Azure account and several Azure accounts which are inherited to the root Azure account In my environment, I have configured Azure ADDS under my root Azure account. I have several VMs in another Azure account under the same subscription as I described above. My requirement is to connect those Azure VMs to the Azure ADDS in the root Azure account. Is there any way to do it? I know how to do it when Azure ADDS and Azure VMs in the same account.
As you aware Azure Active Directory Domain services integrates with your existing Azure AD tenant. This integration lets users sign in to service and applications connected to the managed domain using their existing credentials. Joining the VM hosted in another Tenant is not applicable . You have mentioned different Azure Account if it is a different Tenant then there is no possibility at this time.

Where can i find a simple resource on how to Migrate windows server AD to Azure cloud

I want to migrate my Organization's Windows Server AD to Azure cloud (Azure Active directory domain services)
I can't seem to find any good documentation from Microsoft.
You can migrate your on-prem physical servers to Azure as per the document
Azure AD Domain services and Azure Active directory services are two different things in Azure.
You will get more details from the document.

Azure Active Directory tenant for a stand-alone Azure Installation with Domain Services

we have an Infrastructure for one customer in Azure which require many configurations like MFA with VPN and Remote Desktop (this one is the reason why I'm confused with Azure AD).
The installation should be only in Azure, that's mean there is no local AD which could be synced to it.
I've created an seperated Azure Directory for them and configured an AD DS inside it so I can join the Azure VMs to it.
My problem here is I was asked to configure MFA for remote desktop users along with the VPN connection. The requirement the MFA that I should install an local NPS with MFA Extenstion and the local AD users should be synced with Azure AD. Which in my case it's not possible to do it since there is no local Network for this customer.
This problem as I understood is because that we don't have permissions to administrate Azure AD DS Active Directory and by this we can't register the NPS with MFA Extension with it. here are some Links related to this topic:
Request to Support NPS/RADIUS for Azure AD Domain Services
Integrate Remote Desktop Gateway with Azure MFA
Integrate VPN with Azure MFA
My question here is:
1) the seperated Azure AD for this tenant is a good Idea? Is it not better to just create an Azure AD Domain Services inside our Company Azure AD and sync the required groups to it? what is the best practice for this situation?
2) In order to use the Azure MFA here, what should I do? is there any other option in Azure to implement such a scenario?
I will be glad for any help or explaination.

Custom authentication in Azure AD

I am working on application where authentication is done by Web service which further calls our organisation AD service to authenticate.
Now I want to move my application to Azure but problem is my web service is not exposed outside organisation. So I can't use web service on Azure to authticate.
Then I searched for Azure AD and found that Azure AD it self provides authenticate and store users data to their data center.
How can I integrate my organisation AD account to Azure AD ?
You are probably looking for Azure AD Connect. See
Integrate your on-premises directories with Azure Active Directory

Resources