You are deploying Azure Bastion to a virtual network named Corp-VNet. You have created the required subnet named AzureBastionSubnet with a /26 prefix size. You need to configure a Network Security Group (NSG) and associate it with AzureBastionSubnet to support Azure Bastion operations. Which two of the following security rules must be added to the NSG to allow Azure Bastion to function correctly? (Select two.)
- An inbound security rule that allows HTTPS traffic on TCP port 443 from the GatewayManager service tagCevap
- An outbound security rule that allows RDP and SSH traffic on TCP ports 3389 and 22 to the VirtualNetwork service tagCevap
- CAn inbound security rule that allows RDP and SSH traffic on TCP ports 3389 and 22 from the Internet service tag
- DAn outbound security rule that allows RDP and SSH traffic on TCP ports 3389 and 22 to the Internet service tag
Cevap
The correct configurations are: an inbound security rule allowing HTTPS traffic on TCP port 443 from GatewayManager, and an outbound security rule allowing RDP and SSH traffic on TCP ports 3389 and 22 to the VirtualNetwork.
To support Azure Bastion, the associated Network Security Group (NSG) must allow inbound HTTPS traffic from the control plane (GatewayManager) and outbound RDP/SSH traffic to the target virtual machines in the VirtualNetwork.
Adım Adım Çözüm
Anahtar Kavram
Azure Bastion Subnet Network Security Group (NSG) Rules