An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
UnknownHostException is a DNS-resolution failure on the Azure-hosted test engine, not an HTTP or proxy response. The local test succeeds because your workstation can resolve and reach the hostname; a default Azure Load Testing engine does not inherit your local DNS, hosts file, VPN, or proxy.
First inspect the expanded JMeter server-name value and uploaded CSV or property files to ensure the engine is not receiving a literal variable or malformed hostname. If the target is publicly reachable, confirm its public DNS record resolves from an unrelated network. If it is private, configure the load test for virtual-network injection into a dedicated subnet that can reach the endpoint. Link the required private DNS zone to that VNet, or configure the VNet’s custom DNS server to resolve the name, and allow DNS plus target-port traffic through NSGs, routes, and firewalls. Re-run one engine in debug mode before scaling out.