Skip to content

Commit 0f3e2ab

Browse files
authored
Apply suggestions from PR review
1 parent 6e319b8 commit 0f3e2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/bastion/bastion-nsg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ foreach ($rule in $rules) {
167167
$nsg.SecurityRules.Add($nsgRule)
168168
Set-AzNetworkSecurityGroup -NetworkSecurityGroup $nsg
169169
}
170+
```
170171

171172
### Target VM Subnet
172173
This is the subnet that contains the target virtual machine that you want to RDP/SSH to.

0 commit comments

Comments
 (0)