India users unable to access Azure VM based in East US

Gino Sullivan 5 Reputation points
2025-04-18T16:07:50.8+00:00

Users based in India, even when remoted into to a US machine, are unable to log into the East region Azure VM using their 365 credentials. No error is given, it just keeps prompting for their password. After three times, it disconnects. No US users face this issue when accessing the VM from the same US machine.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,851 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gino Sullivan 5 Reputation points
    2025-04-21T22:36:51.58+00:00

    This issue ended up being resolved. Despite their passwords previously working, resetting it for each user from India needing access resolved the issue.

    1 person found this answer helpful.

  2. Vinodh247 33,696 Reputation points MVP Moderator
    2025-04-18T16:32:42.2166667+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    This issue appears to be related to Conditional Access Policies, geolocation restrictions, or authentication context within AAD / Entra ID. Here are the most likely root causes and steps to troubleshoot:


    1. Conditional Access Policy Blocking Indian IPs

    Even if users are remoted into a US machine, their sign-in telemetry (for AAD auth) may still show as originating from India due to:

    • AAD using original IP address of the initiating user.

    VPNs or remote tools that tunnel credentials from source.

    Action:

    Go to Azure AD > Sign-in logs.

    Filter by the affected user.

    Check “Conditional Access” status and any policy failures.

    Review the “Location” and “Client App” used.


    1. MFA / Security Defaults Enforcement

    If Indian users are required to perform MFA (due to location, risk-based policy, etc.) and MFA fails or times out, it may appear as a silent failure.

    Action:

    Ensure that MFA is working for these users.

    Check the MFA status and enforce re-registration if needed.


    1. AAD Join / Hybrid Join Issues

    If the VM is AAD joined or Hybrid joined, the login attempt uses Workplace Join mechanisms. These can fail silently when:

    Timezone or regional settings are mismatched.

    The user’s device is not properly registered or compliant.

    Intune/MDM policies restrict sign-in based on compliance status.

    Action:

    Verify the VM's join status: dsregcmd /status from the VM.

    Check if device-based access restrictions exist in Conditional Access.


    1. Credential Caching / Local Profile Problems

    If the user has never logged into the VM before, they need to authenticate with Azure AD. This process may not work correctly if there is no lineofsight to Azure AD or if the login context is restricted.

    Action:

    Have a US-based user create the profile first.

    Then try remote sign-in from India through the US VM.


    1. Network or Geo-IP Issues

    If Microsoft’s authentication services are resolving the user’s location as India, certain policies might block the attempt even if the access is through a US machine.

    Action:

    Use whatismyipaddress.com or iplocation.net from the US machine after India user connects. Confirm the origin IP of the auth request.

    Review Named locations in Conditional Access.


    Short-Term Fixes

    • Temporarily disable Conditional Access policies or relax location-based restrictions.
    • Exclude the affected users from specific policies.
    • Enable report-only mode for CA policies to gather telemetry without blocking.

    Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.