Recall & Review
beginner
What is a Public IP address in Azure?
A Public IP address in Azure is an address that allows resources to communicate with the internet or other external networks. It is assigned to Azure resources like virtual machines or load balancers to enable inbound and outbound internet connectivity.
Click to reveal answer
beginner
What are the two types of Public IP addresses in Azure?
Azure offers two types of Public IP addresses: Dynamic and Static. Dynamic IP addresses can change when the resource is stopped and started again, while Static IP addresses remain fixed for the lifetime of the resource.
Click to reveal answer
intermediate
Why would you choose a Static Public IP address over a Dynamic one?
You choose a Static Public IP address when you need a fixed IP that does not change, such as for DNS records, firewall rules, or when clients need to reliably connect to your resource.
Click to reveal answer
beginner
How does Azure assign a Dynamic Public IP address?
Azure assigns a Dynamic Public IP address from a pool of available addresses when the resource is started. This IP can change if the resource is stopped and started again.
Click to reveal answer
intermediate
Can a Public IP address be associated with multiple Azure resources at the same time?
No, a Public IP address in Azure can only be associated with one resource at a time, such as a virtual machine, load balancer, or application gateway.
Click to reveal answer
Which type of Public IP address in Azure remains the same even after restarting the resource?
✗ Incorrect
Static Public IP addresses remain fixed and do not change when the resource restarts.
What is the main purpose of assigning a Public IP address to an Azure virtual machine?
✗ Incorrect
A Public IP address allows the VM to send and receive traffic from the internet.
If you stop and start a VM with a Dynamic Public IP, what happens to the IP address?
✗ Incorrect
Dynamic Public IP addresses can change when the resource is stopped and started.
Can you assign the same Public IP address to two different Azure resources at the same time?
✗ Incorrect
A Public IP address can only be associated with one resource at a time.
Which Azure service commonly uses Public IP addresses to distribute traffic?
✗ Incorrect
Azure Load Balancers use Public IP addresses to distribute incoming traffic to backend resources.
Explain what a Public IP address is in Azure and why it is important.
Think about how devices connect to the internet.
You got /3 concepts.
Describe the difference between Static and Dynamic Public IP addresses in Azure and when to use each.
Consider reliability and scenarios needing fixed addresses.
You got /3 concepts.