You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/quickstart-create-virtual-network.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Azure Bastion uses your browser to connect to virtual machines in your virtual n
165
165
New-AzPublicIpAddress @ip
166
166
```
167
167
168
-
1. Use the [New-AzBastion](/powershell/module/az.network/new-azbastion) command to create a new Standard SKU Bastion host in **AzureBastionSubnet**:
168
+
1. Use the [New-AzBastion](/powershell/module/az.network/new-azbastion) command to create a new Basic SKU Bastion host in **AzureBastionSubnet**:
169
169
170
170
```azurepowershell-interactive
171
171
$bastion = @{
@@ -356,7 +356,8 @@ Azure Bastion uses your browser to connect to virtual machines in your virtual n
356
356
--public-ip-address public-ip \
357
357
--resource-group test-rg \
358
358
--vnet-name vnet-1 \
359
-
--location eastus2
359
+
--location eastus2 \
360
+
--sku Basic
360
361
```
361
362
362
363
It takes about 10 minutes to deploy the Bastion resources. You can create virtual machines in the next section while Bastion deploys to your virtual network.
0 commit comments