Skip to content

Commit f44c80a

Browse files
author
Michael Bender
committed
updates to pre-reqs
1 parent 133e586 commit f44c80a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/private-link/create-network-security-perimeter-cli.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Get started with network security perimeter by creating a network security perim
2121
- The [latest Azure CLI](/cli/azure/install-azure-cli), or you can use Azure Cloud Shell in the portal.
2222
- This article requires version 2.38.0 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
2323
- After upgrading to the latest version, you can import the network security perimeter commands using `az extension add --name nsp`.
24+
- Re-register the Microsoft.Network resource provider with the following command:
25+
26+
```azure
27+
az provider register --namespace Microsoft.Network
28+
```
2429
2530
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
2631
@@ -47,7 +52,7 @@ To get started, connect to [Azure Cloud Shell](https://shell.azure.com) or use y
4752
# List all subscriptions
4853
az account set --subscription "Azure Subscription"
4954
50-
# Register the Microsoft.Network resource provider
55+
# Re-register the Microsoft.Network resource provider
5156
az provider register --namespace Microsoft.Network
5257
```
5358

0 commit comments

Comments
 (0)