Skip to content

Commit eedea80

Browse files
committed
docs: Replace hardcoded values with placeholders in CLI deploy bastion include prose
1 parent d736c66 commit eedea80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/networking/includes/azure-virtual-network/deploy-bastion-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Azure Bastion uses your browser to connect to virtual machines in your virtual n
3030
--address-prefix 10.0.1.0/26
3131
```
3232
33-
1. Create a public IP address for Bastion. This IP address is used to connect to the Bastion host from the internet. Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public IP address named **public-ip** in the **test-rg** resource group:
33+
1. Create a public IP address for Bastion. This IP address is used to connect to the Bastion host from the internet. Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public IP address named **public-ip** in the **\<resource-group\>** resource group:
3434
3535
```azurecli-interactive
3636
# Variable declarations

0 commit comments

Comments
 (0)