Skip to content

Commit 629e96c

Browse files
Merge pull request #249233 from halkazwini/lb-bastion-note
Fix Bastion pricing note
2 parents fb8a7f6 + 389620f commit 629e96c

5 files changed

+0
-14
lines changed

articles/load-balancer/quickstart-load-balancer-standard-internal-cli.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ Create a virtual network by using [az network vnet create](/cli/azure/network/vn
5959
In this example, you create an Azure Bastion host. The Azure Bastion host is used later in this article to securely manage the virtual machines and test the load balancer deployment.
6060

6161
> [!IMPORTANT]
62-
6362
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
6463
65-
>
66-
6764
### Create a bastion public IP address
6865

6966
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public IP address for the Azure Bastion host.

articles/load-balancer/quickstart-load-balancer-standard-internal-portal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ In this section, you create a virtual network, subnet, and Azure Bastion host.
123123
> [!IMPORTANT]
124124
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
125125
126-
>
127-
128126
1. Select the **Review + create** tab or select the **Review + create** button.
129127

130128
1. Select **Create**.

articles/load-balancer/quickstart-load-balancer-standard-internal-powershell.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,8 @@ $gwpublicip = New-AzPublicIpAddress @gwpublicip
9595
* Use [New-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/new-azvirtualnetworksubnetconfig) to associate the NAT gateway to the subnet of the virtual network
9696

9797
> [!IMPORTANT]
98-
9998
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
10099
101-
>
102-
103100
```azurepowershell-interactive
104101
105102
## Create NAT gateway resource ##

articles/load-balancer/quickstart-load-balancer-standard-public-cli.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,8 @@ Create a network security group rule using [az network nsg rule create](/cli/azu
182182
In this section, you'll create the resources for Azure Bastion. Azure Bastion is used to securely manage the virtual machines in the backend pool of the load balancer.
183183

184184
> [!IMPORTANT]
185-
186185
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
187186
188-
>
189-
190187
### Create a public IP address
191188

192189
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public ip address for the bastion host. The public IP is used by the bastion host for secure access to the virtual machine resources.

articles/load-balancer/quickstart-load-balancer-standard-public-powershell.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,8 @@ Use a NAT gateway to provide outbound internet access to resources in the backen
164164
* Use [New-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/new-azvirtualnetworksubnetconfig) to associate the NAT gateway to the subnet of the virtual network
165165

166166
> [!IMPORTANT]
167-
168167
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
169168
170-
>
171-
172169
```azurepowershell-interactive
173170
## Create public IP address for NAT gateway ##
174171
$ip = @{

0 commit comments

Comments
 (0)