Skip to content

Commit 2fdf367

Browse files
authored
Merge pull request #116192 from nayak-mahesh/patch-9
dash is missing in the command line
2 parents e146b06 + 7546ca6 commit 2fdf367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article shows you how to create a virtual machine with a public IP that is
2828
## Register the feature for your subscription
2929
The Routing Preference feature is currently in preview. Register the feature for your subscription as follows:
3030
```azurepowershell
31-
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
31+
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderNamespace Microsoft.Network
3232
```
3333

3434
## Create a resource group
@@ -153,4 +153,4 @@ When no longer needed, you can use the [Remove-AzResourceGroup](/powershell/modu
153153

154154
* Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
155155
* Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
156-
* Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).
156+
* Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).

0 commit comments

Comments
 (0)