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/bastion-create-host-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Bastion is available in the following Azure public regions:
31
31
32
32
This section helps you create a new Azure Bastion resource from the Azure portal.
33
33
34
-
1.From the home page in the [Azure portal](https://portal.azure.com), click **+ Create a resource**.
34
+
1.On the [Azure portal](https://portal.azure.com) menu or from the **Home** page, select **Create a resource**.
35
35
36
36
1. On the **New** page, in the *Search the Marketplace* field, type **Bastion**, then click **Enter** to get to the search results.
37
37
@@ -62,7 +62,7 @@ This section helps you create a new Azure Bastion resource from the Azure portal
62
62
63
63
If you create a bastion host in the portal by using an existing VM, various settings will automatically default corresponding to your virtual machine and/or virtual network.
64
64
65
-
1. Open the [Azure portal](https://portal.azure.com). Navigate to your virtual machine, then click **Connect**.
65
+
1. Open the [Azure portal](https://portal.azure.com). Go to your virtual machine, then click **Connect**.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-howto-point-to-site-classic-azure-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Before you begin, verify that you have an Azure subscription. If you don't alrea
86
86
87
87
If you don't already have a virtual network (VNet), create one. Screenshots are provided as examples. Be sure to replace the values with your own. To create a VNet by using the Azure portal, use the following steps:
88
88
89
-
1.Sign in to the [Azure portal](https://portal.azure.com)and select **Create a resource**. The **New** page opens.
89
+
1.On the [Azure portal](https://portal.azure.com)menu or from the **Home** page, select **Create a resource**. The **New** page opens.
90
90
91
91
2. In the **Search the marketplace** field, enter *virtual network* and select **Virtual network** from the returned list. The **Virtual network** page opens.
92
92
@@ -114,7 +114,7 @@ If you don't already have a virtual network (VNet), create one. Screenshots are
114
114
115
115
In this step, you create a gateway subnet and a dynamic routing gateway. In the Azure portal for the classic deployment model, you create the gateway subnet and the gateway through the same configuration pages. Use the gateway subnet for the gateway services only. Never deploy anything directly to the gateway subnet (such as VMs or other services).
116
116
117
-
1. In the Azure portal, navigate to the virtual network for which you want to create a gateway.
117
+
1. In the Azure portal, go to the virtual network for which you want to create a gateway.
118
118
119
119
2. On the page for your virtual network, select **Overview**, and in the **VPN connections** section, select **Gateway**.
120
120
@@ -207,7 +207,7 @@ To create a P2S connection from a different client computer than the one used to
207
207
>
208
208
>
209
209
210
-
1. To connect to your VNet, on the client computer, navigate to **VPN connections** in the Azure portal and locate the VPN connection that you created. The VPN connection has the same name as your virtual network. Select **Connect**. If a pop-up message about the certificate appears, select **Continue** to use elevated privileges.
210
+
1. To connect to your VNet, on the client computer, go to **VPN connections** in the Azure portal and locate the VPN connection that you created. The VPN connection has the same name as your virtual network. Select **Connect**. If a pop-up message about the certificate appears, select **Continue** to use elevated privileges.
211
211
212
212
2. On the **Connection** status page, select **Connect** to start the connection. If you see the **Select Certificate** screen, verify that the displayed client certificate is the correct one. If not, select the correct certificate from the drop-down list, and then select **OK**.
213
213
@@ -274,7 +274,7 @@ You can revoke a client certificate by adding the thumbprint to the revocation l
274
274
275
275
1. Retrieve the client certificate thumbprint. For more information, see [How to: Retrieve the Thumbprint of a Certificate](https://msdn.microsoft.com/library/ms734695.aspx).
276
276
2. Copy the information to a text editor and remove its spaces so that it's a continuous string.
277
-
3.Navigate to the classic virtual network. Select **Point-to-site VPN connection**, then select **Manage certificate** to open the **Certificates** page.
277
+
3.Go to the classic virtual network. Select **Point-to-site VPN connection**, then select **Manage certificate** to open the **Certificates** page.
278
278
4. Select **Revocation list** to open the **Revocation list** page.
279
279
5. Select **Add certificate** to open the **Add certificate to revocation list** page.
280
280
6. In **Thumbprint**, paste the certificate thumbprint as one continuous line of text, with no spaces. Select **OK** to finish.
0 commit comments