Skip to content

Commit 9157e1f

Browse files
Portal nav changes, text only.
1 parent fc5fefd commit 9157e1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/bastion/bastion-create-host-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Bastion is available in the following Azure public regions:
3131

3232
This section helps you create a new Azure Bastion resource from the Azure portal.
3333

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**.
3535

3636
1. On the **New** page, in the *Search the Marketplace* field, type **Bastion**, then click **Enter** to get to the search results.
3737

@@ -62,7 +62,7 @@ This section helps you create a new Azure Bastion resource from the Azure portal
6262

6363
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.
6464

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**.
6666

6767
![VM Connect](./media/bastion-create-host-portal/vmsettings.png)
6868
1. On the right sidebar, click **Bastion**, then **Use Bastion**.

articles/vpn-gateway/vpn-gateway-howto-point-to-site-classic-azure-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Before you begin, verify that you have an Azure subscription. If you don't alrea
8686

8787
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:
8888

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.
9090

9191
2. In the **Search the marketplace** field, enter *virtual network* and select **Virtual network** from the returned list. The **Virtual network** page opens.
9292

@@ -114,7 +114,7 @@ If you don't already have a virtual network (VNet), create one. Screenshots are
114114

115115
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).
116116

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.
118118

119119
2. On the page for your virtual network, select **Overview**, and in the **VPN connections** section, select **Gateway**.
120120

@@ -207,7 +207,7 @@ To create a P2S connection from a different client computer than the one used to
207207
>
208208
>
209209
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.
211211

212212
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**.
213213

@@ -274,7 +274,7 @@ You can revoke a client certificate by adding the thumbprint to the revocation l
274274

275275
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).
276276
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.
278278
4. Select **Revocation list** to open the **Revocation list** page.
279279
5. Select **Add certificate** to open the **Add certificate to revocation list** page.
280280
6. In **Thumbprint**, paste the certificate thumbprint as one continuous line of text, with no spaces. Select **OK** to finish.

0 commit comments

Comments
 (0)