You have an Azure subscription that contains a resource group named RG1. Inside RG1, you create a virtual network named VNet1. VNet1 has a subnet named Subnet1 with an address space of . You need to deploy a resource in Subnet1 and configure it with a static IP address of . Is the statement true that you can assign the IP address to the resource?
Cevap: Cevap
Cevap
False
In any Azure subnet, the first four IP addresses and the last IP address are reserved by Azure for internal routing, DNS, and broadcast functions. For the subnet address space , the reserved IPs are , , , , and . Because is one of the reserved addresses, the statement is false.
Adım Adım Çözüm
Anahtar Kavram
Azure Subnet Reserved IP Addresses