Skip to content

Commit 4d008ea

Browse files
committed
removed pre-req for Preview service
1 parent 8ab699d commit 4d008ea

5 files changed

+4
-20
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-private-link
88
ms.topic: quickstart
9-
ms.date: 03/07/2025
9+
ms.date: 03/17/2025
1010
ms.custom: subject-armqs, mode-arm, template-concept, devx-track-bicep
1111
#CustomerIntent: As a network administrator, I want to create a network security perimeter for an Azure resource in the Bicep, so that I can control the network traffic to and from the resource.
1212
---
@@ -25,8 +25,6 @@ You can also create a network security perimeter by using the [Azure portal](cre
2525

2626
- An Azure account with an active subscription. If you don't already have an Azure account, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2727

28-
[!INCLUDE [network-security-perimeter-add-preview](../../includes/network-security-perimeter-add-preview.md)]
29-
3028
## Review the Bicep file
3129

3230
This Bicep file creates a network security perimeter for an instance of Azure Key Vault.

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-private-link
88
ms.custom:
99
- ignite-2024
1010
ms.topic: quickstart
11-
ms.date: 11/06/2024
11+
ms.date: 03/17/2025
1212
#CustomerIntent: As a network administrator, I want to create a network security perimeter for an Azure resource using Azure CLI, so that I can control the network traffic to and from the resource.
1313
---
1414

@@ -28,11 +28,6 @@ Get started with network security perimeter by creating a network security perim
2828
- This article **requires version 2.38.0 or later** of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
2929
- After upgrading to the latest version of Azure CLI, import the network security perimeter commands using `az extension add --name nsp`.
3030

31-
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
32-
33-
34-
35-
3631
## Connect to your Azure account and select your subscription
3732

3833
To get started, connect to [Azure Cloud Shell](https://shell.azure.com) or use your local CLI environment.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ description: Learn how to create a network security perimeter for an Azure resou
55
author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-private-link
8-
ms.custom:
9-
- ignite-2024
108
ms.topic: quickstart
11-
ms.date: 11/04/2024
9+
ms.date: 03/17/2024
1210
#CustomerIntent: As a network administrator, I want to create a network security perimeter for an Azure resource in the Azure portal, so that I can control the network traffic to and from the resource.
1311
---
1412

@@ -24,8 +22,6 @@ Before you begin, make sure you have the following:
2422

2523
- An Azure account with an active subscription and access to the Azure portal. If you don't already have an Azure account, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2624

27-
[!INCLUDE [network-security-perimeter-add-preview](../../includes/network-security-perimeter-add-preview.md)]
28-
2925
## Sign in to the Azure portal
3026

3127
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-private-link
88
ms.topic: quickstart
9-
ms.date: 03/05/2024
9+
ms.date: 03/17/2024
1010
#CustomerIntent: As a network administrator, I want to create a network security perimeter for an Azure resource using Azure PowerShell, so that I can control the network traffic to and from the resource.
1111
---
1212

@@ -20,8 +20,6 @@ Get started with network security perimeter by creating a network security perim
2020

2121
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2222

23-
[!INCLUDE [network-security-perimeter-add-preview](../../includes/network-security-perimeter-add-preview.md)]
24-
2523
- Install the Az.Tools.Installer module:
2624

2725
```azurepowershell
@@ -70,7 +68,6 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
7068
Before you can create a network security perimeter, you have to create a resource group and a key vault resource.
7169
This example creates a resource group named `test-rg` in the WestCentralUS location and a key vault named `demo-keyvault-<RandomValue>` in the resource group with the following commands:
7270

73-
7471
```azurepowershell-interactive
7572
# Create a resource group
7673
$rgParams = @{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2626

2727
- An Azure account with an active subscription. If you don't already have an Azure account, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2828

29-
[!INCLUDE [network-security-perimeter-add-preview](../../includes/network-security-perimeter-add-preview.md)]
30-
3129
## Review the template
3230

3331
This template creates a private endpoint for an instance of Azure SQL Database.

0 commit comments

Comments
 (0)