Skip to content

Commit 5ab08c9

Browse files
Merge pull request #293755 from stegag/patch-68
Update vpn-gateway-p2s-advertise-custom-routes.md
2 parents 47769c8 + 754ec0a commit 5ab08c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: cherylmc
1414

1515
You may want to advertise custom routes to all of your point-to-site VPN clients. For example, when you have enabled storage endpoints in your VNet and want the remote users to be able to access these storage accounts over the VPN connection. You can advertise the IP address of the storage end point to all your remote users so that the traffic to the storage account goes over the VPN tunnel, and not the public Internet. You can also use custom routes in order to configure [forced tunneling](#forced-tunneling) for VPN clients.
1616

17-
:::image type="content" source="./media/vpn-gateway-p2s-advertise-custom-routes/custom-routes.png" alt-text="Diagram of advertising custom routes.":::
17+
:::image type="content" source="./media/vpn-gateway-p2s-advertise-custom-routes/custom-routes.png" alt-text="Diagram of advertising custom routes." lightbox="./media/vpn-gateway-p2s-advertise-custom-routes/custom-routes.png":::
1818

1919
## <a name="portal"></a>Azure portal
2020

@@ -29,7 +29,7 @@ You can advertise custom routes using the Azure portal on the point-to-site conf
2929

3030
## <a name="powershell"></a>PowerShell
3131

32-
To advertise custom routes, use the `Set-AzVirtualNetworkGateway cmdlet`. The following example shows you how to advertise the IP for the [Contoso storage account tables](https://contoso.table.core.windows.net).
32+
To advertise custom routes, use the `Set-AzVirtualNetworkGateway cmdlet`. The following example shows you how to advertise the IP for the Contoso storage account tables (contoso.table.core.windows.net).
3333

3434
1. Ping *contoso.table.core.windows.net* and note the IP address. For example:
3535

0 commit comments

Comments
 (0)