Skip to content

Commit 8a6cf87

Browse files
asudbringCopilot
andcommitted
Add --sku Basic to CLI bastion create; fix prose Standard->Basic
Co-authored-by: Copilot <[email protected]>
1 parent 84f2492 commit 8a6cf87

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/virtual-network/quickstart-create-virtual-network.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Azure Bastion uses your browser to connect to virtual machines in your virtual n
165165
New-AzPublicIpAddress @ip
166166
```
167167
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**:
169169
170170
```azurepowershell-interactive
171171
$bastion = @{
@@ -356,7 +356,8 @@ Azure Bastion uses your browser to connect to virtual machines in your virtual n
356356
--public-ip-address public-ip \
357357
--resource-group test-rg \
358358
--vnet-name vnet-1 \
359-
--location eastus2
359+
--location eastus2 \
360+
--sku Basic
360361
```
361362
362363
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

Comments
 (0)