Closed v-jiaodi closed 1 year ago
Not a blocker. The DNS lookup for "localhost" failed when MSFTVPN was enabled. I have not seen this behavior.
@v-jiaodi
Does it reproduce consistently? If it reproduces consistently, what happens when you perform nslookup localhost
in a cmd shell?
@weikanglim It can be reproduced consistently. When executing nslookup localhost
in a cmd shell, get the message as follow:
I have the same issue on Windows 11. I was able to work around it with: auth login --use-device-code false
Describe the issue: Failed to
azd auth login
When using MSFTVPN network on WindowsThe error message as follows:
In addition, when not using VPN, it can work normally Repro steps:
azd auth login
.Environment: OS: Windows Template: all templates. Azd version: 0.8.0-beta.2-daily.2713284 (commit https://github.com/Azure/azure-dev/commit/cb28058af1e7139be4381532f6b1167d9cd948fb)
Expected behavior:
azd auth login
can pass on Windows.@rajeshkamal5050 for notification.