Skip to content

Commit 03f1374

Browse files
Apply suggestions from code review
Co-authored-by: Jak Koke <[email protected]>
1 parent 1f5dd7a commit 03f1374

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/bastion/kerberos-authentication-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,11 @@ Once you have enabled Kerberos on your Bastion resource, you can verify that it'
406406
]
407407
}
408408
```
409+
409410
The following resources have been defined in the template:
410411
- Deploys the following Azure resources:
411-
- [**Microsoft.Network/virtualNetworks**](../templates/microsoft.network/virtualnetworks): create an Azure virtual network.
412-
- [**Microsoft.Network/bastionHosts**](../templates/microsoft.network/bastionHosts): create a Standard SKU Bastion with a public IP and Kerberos feature enabled
412+
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks): create an Azure virtual network.
413+
- [**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionHosts): create a Standard SKU Bastion with a public IP and Kerberos feature enabled
413414
- Create a Windows 10 ClientVM and a Windows Server 2019 ServerVM
414415
- Have the DNS Server of the VNET point to the private IP address of the ServerVM (domain controller).
415416
- Runs a Custom Script Extension on the ServerVM to promote it to a domain controller with domain name: `bastionkrb.test`.

0 commit comments

Comments
 (0)