Skip to content

Commit 59e38a2

Browse files
committed
updates2
1 parent e913f5b commit 59e38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/bastion/quickstart-deploy-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual
117117
$bastion_host_ip=$(terraform output -raw bastion_host_ip)
118118
```
119119

120-
1. Run [`Get-AzBastionHost`](/powershell/module/az.network/get-azbastion?view=azps-13.0.0) to view the Azure Bastion host.
120+
1. Run [`Get-AzBastionHost`](/powershell/module/az.network/get-azbastion) to view the Azure Bastion host.
121121

122122
```azurepowershell
123123
Get-AzBastionHost -ResourceGroupName $resource_group_name -Name $bastion_host_name

0 commit comments

Comments
 (0)