Skip to content

Commit b20505c

Browse files
polishing doc notes
1 parent 05dfaff commit b20505c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/bastion/kerberos-authentication-portal.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -412,18 +412,17 @@ To setup Kerberos, deploy the `KerberosDeployment.json` ARM template by running
412412
New-AzResourceGroupDeployment -ResourceGroupName <your-rg-name> -TemplateFile "<path-to-template>\KerberosDeployment.json"`
413413
```
414414
This template does the following:
415-
- Deploys these Azure resources:
416-
- Vnet
417-
- Bastion, Bastion-ip
418-
- ClientVM, ServerVM
419-
- Have the DNS Server of the VNET point to the private IP address of the Server-vm (domain controller). This is required for the target ClientVM to successfully domain-join to the Domain Controller (ServerVM).
415+
- 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
419+
- Have the DNS Server of the VNET point to the private IP address of the ServerVM (domain controller).
420420
- Runs a Custom Script Extension on the ServerVM to promote it to a domain controller with domain name: `bastionkrb.test`.
421421
- Runs a Custom Script Extension on the ClientVM to have it:
422422
- **Restrict NTLM: Incoming NTLM traffic** = Deny all domain accounts (this is to ensure Kerberos is used for authentication).
423423
- Domain-join the `bastionkrb.test` domain.
424424

425-
Login to ClientVM using Bastion with Kerberos authentication:
426-
- Make sure to have the `Kerberos` feature enabled on the bastion.
425+
Now, login to ClientVM using Bastion with Kerberos authentication:
427426
- Login to ClientVM with Bastion using credentials: username = `[email protected]` and password = `<password-entered-during-deployment>`.
428427

429428

0 commit comments

Comments
 (0)