Skip to content

Commit 391eb13

Browse files
Merge pull request #312051 from asudbring/tsk554552-sfi-bastion
Bastion SKU and freshness: Update private endpoint CLI article
2 parents 3985a12 + 21a8e4c commit 391eb13

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: private-link
55
author: abell
66
ms.service: azure-private-link
77
ms.topic: quickstart
8-
ms.date: 03/25/2025
8+
ms.date: 02/20/2026
99
ms.author: abell
1010
ms.custom: mode-api, devx-track-azurecli, template-quickstart
1111
#Customer intent: As someone who has a basic network background but is new to Azure, I want to create a private endpoint by using the Azure CLI.
@@ -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)