You are deploying an Azure Virtual Machine named VM-WebProd. You create a Standard SKU public IP address to associate with the network interface of VM-WebProd. Which two characteristics describe this Standard SKU public IP address? (Select two.)
- It is secure by default and blocks inbound traffic until explicitly permitted by a network security group (NSG).Answer
- It supports only the static allocation method.Answer
- CIt supports both static and dynamic allocation methods.
- DIt allows all inbound traffic by default without a network security group (NSG) requirement.
Answer
The Standard SKU public IP address supports only the static allocation method and is secure by default, meaning inbound traffic is blocked until explicitly allowed by a network security group (NSG).
Standard SKU public IP addresses in Azure are secure by default, meaning inbound traffic is blocked unless specifically permitted by a Network Security Group (NSG). Additionally, they only support the static allocation method, ensuring that the IP address does not change throughout the resource's lifecycle.
Step-by-Step Solution
Key Concept
Standard SKU public IP address features including static allocation and secure-by-default behavior.