Skip to content

Commit eabb464

Browse files
asudbringCopilot
andcommitted
Add --sku Basic to az network bastion create
Co-authored-by: Copilot <[email protected]>
1 parent 84f2492 commit eabb464

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/private-link/create-private-endpoint-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ az network bastion create \
9393
--name bastion \
9494
--public-ip-address public-ip \
9595
--vnet-name vnet-1 \
96-
--location eastus2
96+
--location eastus2 \
97+
--sku Basic
9798
```
9899

99100
It can take a few minutes for the Azure Bastion host to deploy.

0 commit comments

Comments
 (0)