Your company is setting up a secure hybrid cloud environment in Azure. You have deployed a virtual network named `Prod-VNet-01` in the East US 2 region. The virtual network contains multiple virtual machines that host a line-of-business application.
You need to deploy Azure Bastion to enable secure administrative access to the virtual machines. You must ensure that the subnet used by Azure Bastion is secured with a Network Security Group (NSG) before the Bastion host starts receiving traffic.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
- 1Create a subnet named `AzureBastionSubnet` in `Prod-VNet-01` with an address prefix of .
- 2Create a Network Security Group (NSG) configured with the mandatory rules for Azure Bastion, and associate it with the `AzureBastionSubnet`.
- 3Deploy the Azure Bastion host in `Prod-VNet-01` and associate it with the `AzureBastionSubnet` and a new Standard SKU static public IP address.
Cevap
To configure Azure Bastion, first create a subnet named AzureBastionSubnet with an address prefix of . Next, create a Network Security Group (NSG) configured with the mandatory rules for Azure Bastion, and associate it with the AzureBastionSubnet. Finally, deploy the Azure Bastion host and associate it with the AzureBastionSubnet and a Standard SKU static public IP address.
To deploy Azure Bastion, you must follow a specific sequence. First, create a dedicated subnet named exactly AzureBastionSubnet with a prefix size of or larger. Second, create a Network Security Group (NSG) with the correct rules and associate it with the AzureBastionSubnet. Third, deploy the Azure Bastion host and associate it with both the subnet and a Standard SKU static public IP address.
Adım Adım Çözüm
Anahtar Kavram
Deploying and securing Azure Bastion requires a dedicated subnet named AzureBastionSubnet of size or larger, an associated NSG with mandatory rules, and a Standard SKU static public IP address.
Tahmini Süre:2m 0s