What additional resource is required by an Azure virtual machine?
What additional resource is required by an Azure virtual machine?
An Azure virtual machine requires a virtual network for essential networking capabilities. Without a virtual network, the VM cannot obtain an IP address nor connect to other resources, making it fundamental for the operation and configuration of the VM. Other resources like a public IP address are optional and depend on specific use cases, but a virtual network is a mandatory requirement.
Its not necessary to have a public IP, but need virtual network.
default required---> virtual network additional(extra) required---> public ip adres so answer is right
without a vNet you can't access your VM
A VNET is required/created when creating a VM. You can have VM’s that do not have PIP’s
This was on exam. 9/30/23
'additional' is the key soo, public ip
It can be answer a and D aswell. So what answer should we choose on the exam? An Azure virtual machine (VM) typically requires several additional resources to operate effectively. Here are some of the key resources that are commonly associated with an Azure VM: Storage Account: For storing the virtual hard disks (VHDs) associated with the VM, including the OS disk, data disks, and temporary disk. Azure Managed Disks can also be used for this purpose. Virtual Network (VNet): To provide networking capabilities such as connectivity to other Azure resources, on-premises networks, and the internet. Public IP Address: If the VM needs to be accessible from the internet, a public IP address will be required.
I think this problem statement is not good.... On 07/12/2023, I answered A. We do not have to add a public IP address, but you must add a virtual network.
A is correct.
Answers are; a virtual network gateway The virtual network gateway needs to be located in a dedicated subnet in the Azure virtual network. This dedicated subnet is known as a gateway subnet and must be named GatewaySubnet. Note: a virtual network (answer D) is also required.
who did come up with that answer ? Seriously ...
Exactly - you don't need "additional" vnet to add a VM....what were they smoking? But you do need a network to...well...do pretty much anything? But not a new one.
Virtual network is must!!
A VNet is used to provide the VM with DHCP and Security Group services. A VM would be unable to obtain an IP address without it. In the same manner that a V1Vm could not be created without a cloud service, an Azure VM cannot be created without a vnet.
https://learn.microsoft.com/en-us/azure/virtual-network/network-overview
You need a virtual network to configure a VM
Answers are; a virtual network gateway The virtual network gateway needs to be located in a dedicated subnet in the Azure virtual network. This dedicated subnet is known as a gateway subnet and must be named GatewaySubnet. Note: a virtual network (answer D) is also required.
D is correct. A virtual machine (VM) is automatically assigned a private IP address from a range that you specify. See - https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-networks-static-private-ip-arm-pportal
However I'm not sure. The question is about the public IP