An Azure service that is used to provision Windows and Linux virtual machines.
I found the following:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have deployed an Azure virtual machine with Windows Server 2019 Datacenter and our apps installed on it to provide a cloud solution of our apps to clients. The virtual server is configured as a standalone (or isolated) domain controller (DC) as well and domain users have been created as well. All the related configurations have been done.
This is working well for our the client. We are now intending to publish this solution to Azure Commercial Marketplace - that is, publish Azure VM image. The challenging part is to automate the process of creating and configuring a standalone DC, because DC names will be variable. The following are the objectives:
I hope, the above makes sense?
I am aware that the alternative is to have an Azure VM deployed as Azure Active Directory (AAD) enabled, create a generalised image using sysprep and publish it to Azure commercial marketplace. With this approach, customers can sign in to Azure VM with their Azure AD accounts, if I have got it right.
The reason, why we are pursuing for the method of publishing VM image used as a standalone DC because, we have already deployed a VM for a client, which is live and working well for the client and we are familiar with this method now.
Could someone please refer to documentation and/or advise to help us in automating the process of creating and configuring an Azure VM as a standalone DC?
Best regards,
Misbah
An Azure service that is used to provision Windows and Linux virtual machines.
Additional Microsoft Entra services and features related to identity, access, and network security
I found the following:
Thanks for sharing your findings! Those two links are definitely a good start. There's also an ARM template here for deploying two domain controllers, and another here for deploying just one DC.