We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e913f5b commit 59e38a2Copy full SHA for 59e38a2
articles/bastion/quickstart-deploy-terraform.md
@@ -117,7 +117,7 @@ Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual
117
$bastion_host_ip=$(terraform output -raw bastion_host_ip)
118
```
119
120
-1. Run [`Get-AzBastionHost`](/powershell/module/az.network/get-azbastion?view=azps-13.0.0) to view the Azure Bastion host.
+1. Run [`Get-AzBastionHost`](/powershell/module/az.network/get-azbastion) to view the Azure Bastion host.
121
122
```azurepowershell
123
Get-AzBastionHost -ResourceGroupName $resource_group_name -Name $bastion_host_name
0 commit comments