AZ-104 · Question #632
You have an Azure subscription that contains 10 virtual machines and the resources shown in the following table. You need to ensure that Bastion1 can support 100 concurrent SSH users. The solution mus
The correct answer is D. Upgrade Bastion1 to the Standard SKU. When you configure Azure Bastion using the Basic SKU, two instances are created. If you use the Standard SKU, you can specify the number of instances. This is called host scaling. Each instance can support 20 concurrent RDP connections and 40 concurrent SSH connections for medium
Question
Options
- AResize the subnet of Bastion1
- BConfigure host scaling.
- CCreate a network security group (NSG)
- DUpgrade Bastion1 to the Standard SKU
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- C4% (1)
- D80% (20)
Explanation
When you configure Azure Bastion using the Basic SKU, two instances are created. If you use the Standard SKU, you can specify the number of instances. This is called host scaling. Each instance can support 20 concurrent RDP connections and 40 concurrent SSH connections for medium workloads. Once the concurrent sessions are exceeded, an additional scale unit (instance) is required. https://learn.microsoft.com/en-us/azure/bastion/configuration-settings#instance
Community Discussion
No community discussion yet for this question.