Skip to content

Commit 2034c9d

Browse files
Merge pull request #312042 from asudbring/tsk554550-sfi-bastion
Bastion SKU and freshness: Update private endpoint SQL PowerShell tutorial
2 parents 391eb13 + 0c80622 commit 2034c9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abell
66
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
77
ms.service: azure-private-link
88
ms.topic: tutorial
9-
ms.date: 01/06/2025
9+
ms.date: 02/20/2026
1010
ms.author: abell
1111
ms.custom: template-tutorial, fasttrack-edit, devx-track-azurepowershell
1212
---
@@ -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)