Skip to content

Commit b8e69ff

Browse files
committed
update
1 parent 6982ff2 commit b8e69ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-network/routing-preference-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure routing preference for a public IP address - Azure PowerShell
33
titlesuffix: Azure Virtual Network
4-
description: Learn how to create a public IP with an Internet traffic routing preference using Azure PowerShell.
4+
description: Learn how to Configure routing preference for a public IP address using Azure PowerShell.
55
services: virtual-network
66
documentationcenter: na
77
author: KumudD

articles/virtual-network/tutorial-routing-preference-virtual-machine-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This article shows you how to create a virtual machine with a public IP that is
2727
2828
## Register the feature for your subscription
2929
The Routing Preference feature is currently in preview. You must register the feature for your subscription using Azure PowerShell as follows:
30-
```azurepowershell
31-
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
32-
```
30+
```azurepowershell
31+
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
32+
```
3333

3434
## Sign in to Azure
3535

0 commit comments

Comments
 (0)