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
Copy file name to clipboardExpand all lines: articles/bastion/kerberos-authentication-portal.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to configure Bastion to use Kerberos authentication via t
5
5
author: cherylmc
6
6
ms.service: bastion
7
7
ms.topic: how-to
8
-
ms.date: 03/08/2022
8
+
ms.date: 08/03/2022
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -18,44 +18,42 @@ This article shows you how to configure Azure Bastion to use Kerberos authentica
18
18
> During Preview, the Kerberos setting for Azure Bastion can be configured in the Azure portal only.
19
19
>
20
20
21
-
## <aname="prereq"></a>Prerequisites
21
+
## Prerequisites
22
22
23
23
* An Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). To be able to connect to a VM through your browser using Bastion, you must be able to sign in to the Azure portal.
24
24
25
25
* An Azure virtual network. For steps to create a VNet, see [Quickstart: Create a virtual network](../virtual-network/quick-create-portal.md).
26
26
27
-
## <aname="vnet"></a>Update VNet DNS servers
27
+
## Update VNet DNS servers
28
28
29
29
In this section, the following steps help you update your virtual network to specify custom DNS settings.
30
30
31
31
1. Sign in to the [Azure portal](https://portal.azure.com).
32
32
1. Go to the virtual network for which you want to deploy the Bastion resources.
33
33
1. Go to the **DNS servers** page for your VNet and select **Custom**. Add the IP address of your Azure-hosted domain controller and **Save**.
34
34
35
-
:::image type="content" source="./media/kerberos-authentication-portal/dns-servers.png" alt-text="Screenshot of DNS servers page." lightbox="./media/kerberos-authentication-portal/dns-servers.png":::
35
+
## Deploy Bastion
36
36
37
-
## <aname="deploy"></a>Deploy Bastion
37
+
1. Begin configuring your bastion deployment using the steps in [Tutorial: Deploy Bastion using manual configuration settings](tutorial-create-host-portal.md). Configure the settings on the **Basics** tab. Then, at the top of the page, click **Advanced** to go to the Advanced tab.
38
38
39
-
In this section, the following steps help you deploy Bastion to your virtual network.
39
+
1. On the **Advanced** tab, select **Kerberos**.
40
40
41
-
1. Deploy Bastion to your VNet using the steps in [Tutorial: Deploy Bastion using manual configuration settings](tutorial-create-host-portal.md). Configure the settings on the **Basics** tab. Then, select the **Advanced** tab.
41
+
:::image type="content" source="./media/kerberos-authentication-portal/select-kerberos.png" alt-text="Screenshot of select bastion features." lightbox="./media/kerberos-authentication-portal/select-kerberos.png":::
42
42
43
-
1. On the **Advanced** tab, select **Kerberos**. Then select the **Review + create** and **Create** to deploy Bastion to your virtual network.
44
-
45
-
:::image type="content" source="./media/kerberos-authentication-portal/select-kerberos.png" alt-text="Screenshot of Advanced tab." lightbox="./media/kerberos-authentication-portal/select-kerberos.png":::
43
+
1. At the bottom of the page, select **Review + create**, then **Create** to deploy Bastion to your virtual network.
46
44
47
45
1. Once the deployment completes, you can use it to sign in to any reachable Windows VMs joined to the custom DNS you specified in the earlier steps.
48
46
49
-
## <aname="modify"></a>To modify an existing Bastion deployment
47
+
## To modify an existing Bastion deployment
50
48
51
49
In this section, the following steps help you modify your virtual network and existing Bastion deployment for Kerberos authentication.
52
50
53
-
1.[Update the DNS settings](#vnet) for your virtual network.
51
+
1.[Update the DNS settings](#update-vnet-dns-servers) for your virtual network.
54
52
1. Go to the portal page for your Bastion deployment and select **Configuration**.
55
53
1. On the Configuration page, select **Kerberos authentication**, then select **Apply**.
56
54
1. Bastion will update with the new configuration settings.
57
55
58
-
## <aname="verify"></a>To verify Bastion is using Kerberos
56
+
## To verify Bastion is using Kerberos
59
57
60
58
Once you have enabled Kerberos on your Bastion resource, you can verify that it's actually using Kerberos for authentication to the target domain-joined VM.
0 commit comments