what type of ip address is assigned to a virtual machine in windows azure by default
Answers
You can assign IP addresses to Azure resources to communicate with other Azure resources, your on-premises network, and the Internet. There are two types of IP addresses you can use in Azure: public and private.
Public IP addresses are used for communication with the Internet, including Azure public-facing services.
Private IP addresses are used for communication within an Azure virtual network (VNet), a cloud service, and your on-premises network when you use a VPN gateway or ExpressRoute circuit to extend your network to Azure.
Answer:
The correct answer to this question is a public IP address.
Explanation:
Given - The IP address is assigned to a virtual machine in windows azure by default
To Find - what type of IP address is assigned to a virtual machine in windows azure by default?
A public IP address is assigned to a virtual machine in windows azure by default.
A newly formed VM in Microsoft Azure is automatically assigned a dynamic public IP address unless we alter it to be static. Internet contact with Azure VM is made possible through public IP.
IP addresses are allocated to VM interfaces based on the network to which they are attached. One major internal IPv4 address is assigned to each VM interface from the subnet's main IPv4 address range.
#SPJ2