An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hi IT 110,
Good day, i hope you are doing great!
Thank you for sharing those details and additional troubleshooting steps!
The behavior and errors you’re seeing align with two key considerations:
1. Free Trial Subscription Limitations:
The “HTTP error 400” you’re hitting during VNet peering can occur in Azure Free Trial subscriptions, which have restricted resource permissions and may not fully support operations like cross-subscription peering, hub-spoke peering, or certain service-managed VNets (like Microsoft Entra Domain Services). If your aadds-vnet is in a service-managed resource group (created automatically by Entra Domain Services), Azure may block direct edits or peerings initiated via the portal, causing the “Batch response item http error 400” on both attempts.
Recommended action: Try initiating the peering only from the ServerA-vnet side (not from the managed aadds-vnet). If it still fails, you’ll need to upgrade your subscription from Free Trial to Pay-As-You-Go. After upgrading, the peering setup typically succeeds because full network access is restored.
Reference:
- Azure subscription and service limits, quotas, and constraints
- Troubleshoot virtual network peering issues
2. Connectivity to Gateway, DNS, and DHCP IPs:
The default gateway (10.1.0.1), Azure’s internal DHCP (168.63.129.16), and DNS IPs won’t respond to ICMP (ping) — this is normal in Azure environments. These internal services are part of Azure’s host infrastructure and not reachable by ping, though DNS and DHCP functionality still operate correctly behind the scenes.
To validate network connectivity instead of ICMP, use PsPing or TcpPing on ports like 3389 (RDP) or 53 (DNS).
Reference:
i hope this clarify your concern, please do let me know if you need anything on this.
If the provided information answers your query, do click "Upvote" and "Accept Answer", it will help others who might be facing similar challenges.
Thanks,
Harish.