0
0
Azurecloud~5 mins

Public IP addresses in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AStatic
BDynamic
CTemporary
DEphemeral
What is the main purpose of assigning a Public IP address to an Azure virtual machine?
ATo secure the VM from all traffic
BTo increase the VM's CPU power
CTo allow the VM to communicate with the internet
DTo store data persistently
If you stop and start a VM with a Dynamic Public IP, what happens to the IP address?
AIt is deleted permanently
BIt stays the same
CIt becomes static automatically
DIt may change
Can you assign the same Public IP address to two different Azure resources at the same time?
ANo
BYes, always
COnly if they are in different regions
DOnly for load balancers
Which Azure service commonly uses Public IP addresses to distribute traffic?
AAzure Blob Storage
BLoad Balancer
CAzure Functions
DAzure SQL Database
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.