Skip to content

Commit f15161c

Browse files
committed
updated includes + removed ARM
1 parent 781340d commit f15161c

File tree

2 files changed

+6
-86
lines changed

2 files changed

+6
-86
lines changed

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

Lines changed: 0 additions & 79 deletions
This file was deleted.

includes/network-security-perimeter-add-preview.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
author: mbender
66
ms.service: azure-private-link
77
ms.topic: include
8-
ms.date: 11/04/2024
9-
ms.author: mbender> -ms
8+
ms.date: 03/05/2025
9+
ms.author: mbender-ms
1010
ms.custom: include file, ignite-2024
1111
---
1212

@@ -22,17 +22,16 @@ ms.custom: include file, ignite-2024
2222

2323
- To re-register the `Microsoft.Network` resource provider, use the following Azure PowerShell command:
2424

25-
```azurepowershell-interactive
26-
# Register the Microsoft.Network resource provider
27-
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
28-
```
25+
```azurepowershell-interactive
26+
# Register the Microsoft.Network resource provider
27+
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
28+
```
2929
3030
- To re-register the `Microsoft.Network` resource provider, use the following Azure CLI command:
3131
3232
```azurecli-interactive
3333
# Register the Microsoft.Network resource provider
3434
az provider register --namespace Microsoft.Network
3535
```
36-
3736
3837
For more information on re-registering resource providers, see [Azure resource providers and types](/azure/azure-resource-manager/management/resource-providers-and-types).

0 commit comments

Comments
 (0)