AZ-104 Implement and Manage Virtual Networking Practice Question
Remote administrators work from home laptops and need secure access to Azure VMs in a virtual network. There is no branch office device to configure, and each administrator should connect individually using Azure-side VPN authentication. Which option should be implemented?
⚠ Common exam trap
Candidates often confuse point-to-site VPN with site-to-site VPN or VNet peering, assuming any 'connection' between networks works, but only point-to-site supports individual client authentication without a branch device.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
A point-to-site VPN connection to an Azure VPN gateway.
A point-to-site (P2S) VPN connection allows individual remote clients to connect securely to an Azure virtual network using an Azure VPN gateway. This solution requires no on-premises device, supports per-user authentication (e.g., Azure AD, certificate, or RADIUS), and is ideal for ad-hoc remote access from home laptops.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
VNet peering between the administrators' home networks and Azure.
Why it's wrong here
VNet peering is a networking object that connects two virtual networks within Azure, enabling private IP connectivity between their resources. Administrators' home networks are not Azure virtual networks—they are on-premises networks with no VNet resource to peer—so you cannot peer them to an Azure VNet at all. Even if you tried to create a software VPN or a virtual network gateway on the home side, that would be a Site-to-Site VPN architecture, not VNet peering, and it would still require a router or gateway device at each home.
When this WOULD be correct
A question requiring connectivity between two Azure virtual networks in different regions or subscriptions, where you need to route traffic privately and without a VPN gateway.
- ✓
A point-to-site VPN connection to an Azure VPN gateway.
Why this is correct
Point-to-site VPN is designed for individual client devices such as administrator laptops. It does not require a branch router or firewall, and it provides encrypted access into the Azure virtual network over the internet. This matches the need for per-user remote access to Azure VMs without standing up an on-premises VPN device.
- ✗
An ExpressRoute circuit from each administrator's home internet connection.
Why it's wrong here
ExpressRoute is a dedicated private connection from an enterprise on-premises network to Azure, typically provisioned through a service provider with circuit bandwidth commitments and a physical or virtual cross-connect. It is designed for branch offices or data centers, not for individual home internet connections, and each administrator would need their own circuit with a provider—an impractical and expensive solution. ExpressRoute also does not inherently provide per-user authentication or per-device remote access; it simply extends a network, and it would fail to meet the secure, scalable remote-access requirement for home laptops.
When this WOULD be correct
A company has a branch office with a router that can connect to an ExpressRoute provider, and they need high-bandwidth, low-latency, and reliable connectivity to Azure for multiple users in that office. The question would specify a physical location with networking equipment.
- ✗
A service endpoint enabled on the VM subnet.
Why it's wrong here
Service endpoints do not provide a remote-access path into a virtual network; they are an Azure networking feature that restricts outbound traffic from a subnet to specific PaaS services (such as Azure Storage or SQL Database) over the Microsoft backbone. Enabling a service endpoint on the VM subnet would only affect how VMs reach those PaaS resources, and it does not create any inbound VPN tunnel from a remote laptop to the VMs. Therefore, it cannot solve secure remote administration from home.
When this WOULD be correct
A question requiring secure, private access from an Azure VNet to an Azure Storage account, bypassing the public internet, with the constraint that the storage account uses a service endpoint and firewall rules to allow only traffic from that VNet.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.
✓A point-to-site VPN connection to an Azure VPN gateway.Correct answer▾
Why this is correct
Point-to-site VPN is designed for individual client devices such as administrator laptops. It does not require a branch router or firewall, and it provides encrypted access into the Azure virtual network over the internet. This matches the need for per-user remote access to Azure VMs without standing up an on-premises VPN device.
✗VNet peering between the administrators' home networks and Azure.Wrong answer — click to see why▾
Why this is wrong here
VNet peering connects virtual networks within Azure, not remote user devices. It does not provide VPN connectivity for individual administrators from their home laptops.
★ When this WOULD be the correct answer
A question requiring connectivity between two Azure virtual networks in different regions or subscriptions, where you need to route traffic privately and without a VPN gateway.
Why candidates choose this
Candidates may confuse VNet peering with VPN connectivity, thinking it can extend the network to remote users, or they may mistakenly believe peering supports client connections.
✗An ExpressRoute circuit from each administrator's home internet connection.Wrong answer — click to see why▾
Why this is wrong here
ExpressRoute provides dedicated private connectivity from an on-premises location to Azure, but it requires a physical circuit and a router at the customer site, which is not available for individual home laptops. It does not support per-user VPN authentication from remote laptops.
★ When this WOULD be the correct answer
A company has a branch office with a router that can connect to an ExpressRoute provider, and they need high-bandwidth, low-latency, and reliable connectivity to Azure for multiple users in that office. The question would specify a physical location with networking equipment.
Why candidates choose this
Candidates may think ExpressRoute offers the most secure and reliable connection, and they might overlook the requirement for individual remote access without on-premises hardware, assuming ExpressRoute can be used for any remote connectivity.
✗A service endpoint enabled on the VM subnet.Wrong answer — click to see why▾
Why this is wrong here
Service endpoints provide secure connectivity from a virtual network to Azure PaaS services (e.g., Storage, SQL) over the Azure backbone, not remote user access to VMs. They do not support individual VPN connections from home laptops.
★ When this WOULD be the correct answer
A question requiring secure, private access from an Azure VNet to an Azure Storage account, bypassing the public internet, with the constraint that the storage account uses a service endpoint and firewall rules to allow only traffic from that VNet.
Why candidates choose this
Candidates may confuse service endpoints with VPN or remote access solutions, thinking they provide general secure connectivity from external sources to Azure resources, when they actually only extend VNet identity to PaaS services.
Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Quick reference
AAA Protocol Comparison
| Protocol | Port(s) | Encryption | Transport | Primary Use |
|---|---|---|---|---|
| RADIUS | 1812 / 1813 | Password only | UDP | Network access control |
| TACACS+ | 49 | Full packet | TCP | Device administration |
| Diameter | 3868 | Full session | TCP / SCTP | Carrier / mobile networks |
| 802.1X | — | EAP-based | Layer 2 | Port-based access control |
TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.
Go deeper
Related to this question
Learn chapter
VPN Gateway and ExpressRoute
Key term
Virtual network
A virtual network is a software-based network that connects computers, servers, and devices over the internet or within a cloud environment, simulating a physical network without requiring dedicated hardware.
Key term
Azure VPN Gateway
A cloud-based virtual private network gateway in Microsoft Azure that securely connects on-premises networks to Azure virtual networks over encrypted tunnels.
About these practice questions
This AZ-104 question is part of Courseiva's 1,049-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.