Skip to content

Commit a327e3d

Browse files
asudbringCopilot
andcommitted
Add -Sku Basic to New-AzBastion
Co-authored-by: Copilot <[email protected]>
1 parent 84f2492 commit a327e3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

articles/private-link/tutorial-private-endpoint-sql-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ $parameters3 = @{
8585
Name = 'myBastion'
8686
PublicIpAddress = $publicip
8787
VirtualNetwork = $vnet
88+
Sku = 'Basic'
8889
}
8990
New-AzBastion @parameters3
9091
```

0 commit comments

Comments
 (0)