Skip to content

Commit 28819ff

Browse files
author
Seth
committed
WAF - naming cleanup
1 parent 005a423 commit 28819ff

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/network/bastionHost.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module bastionSubnet 'br/public:avm/res/network/virtual-network/subnet:0.1.2' =
3232
name: take('bastionSubnet-${vnetName}', 64)
3333
params: {
3434
virtualNetworkName: vnetName
35-
name: 'AzureBastionSubnet'
35+
name: 'AzureBastionSubnet' // this name required as is for Azure Bastion Host subnet
3636
addressPrefixes: subnetAddressPrefixes
3737
enableTelemetry: enableTelemetry
3838
}
File renamed without changes.

0 commit comments

Comments
 (0)