You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following resources have been defined in the template:
415
410
- Deploys the following Azure resources:
416
-
-Virtual Network
417
-
-A Standard SKU Bastion with a public IP and Kerberos feature enabled
418
-
-A Windows 10 ClientVM and a Windows Server 2019 ServerVM
411
+
-[**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks): create an Azure virtual network.
412
+
-[**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionHosts): create a Standard SKU Bastion with a public IP and Kerberos feature enabled
413
+
-Create a Windows 10 ClientVM and a Windows Server 2019 ServerVM
419
414
- Have the DNS Server of the VNET point to the private IP address of the ServerVM (domain controller).
420
415
- Runs a Custom Script Extension on the ServerVM to promote it to a domain controller with domain name: `bastionkrb.test`.
421
416
- Runs a Custom Script Extension on the ClientVM to have it:
422
417
-**Restrict NTLM: Incoming NTLM traffic** = Deny all domain accounts (this is to ensure Kerberos is used for authentication).
423
418
- Domain-join the `bastionkrb.test` domain.
424
419
420
+
## Deploy the template
421
+
To setup Kerberos, deploy the ARM template above by running the following PS cmd:
0 commit comments