Skip to content

Commit 19d22f1

Browse files
Merge pull request #304340 from aatsang/patch-20
Update configuration-settings.md
2 parents 682daad + 94e8182 commit 19d22f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

articles/bastion/configuration-settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ You can configure this setting using the following methods:
8989
| Azure PowerShell | -PublicIpAddress| [cmdlet](/powershell/module/az.network/new-azbastion#parameters) |
9090
| Azure CLI | --public-ip create |[command](/cli/azure/network/public-ip) |
9191

92+
### Configure Public IP addresses with availability zones configured
93+
Refer to the table below for creating/using public IP addresses for zonal Bastion deployments:
94+
| | Bastion availability zones | Public IP availability zones |
95+
|:-------|:------|:-------|
96+
| Creating a new public IP | 1, 2, 3 | 1, 2, 3 |
97+
| | 1 | 1, 2, 3|
98+
|Using an existing public IP | 1, 2, 3 | 1, 2, 3|
99+
| | 1 | 1, 2, 3|
100+
| | 0 | all public IPs, zonal or not|
101+
102+
92103
## <a name="instance"></a>Instances and host scaling
93104

94105
An instance is an optimized Azure VM that is created when you configure Azure Bastion. It's fully managed by Azure and runs all of the processes needed for Azure Bastion. An instance is also referred to as a scale unit. You connect to client VMs via an Azure Bastion instance. When you configure Azure Bastion using the Basic SKU, two instances are created. If you use the Standard SKU or higher, you can specify the number of instances (with a minimum of two instances). This is called **host scaling**.

0 commit comments

Comments
 (0)