"Login with ad credentials (preview)" option not available on "Management" tab under sub-section "Azure Active Directory" while creating a new azure VM

Abhishek Ranjan 1 Reputation point
2020-02-11T13:22:16.28+00:00

I want to create a new azure VM (windows server 2019 datacenter) with enabling the preview feature "Login with ad credentials (preview)" on "Management" tab under sub-section "Azure Active Directory". I don't see this option available for my azure account/subscription.

see the right portion of the image2831-image.png

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,588 questions
{count} votes

6 answers

Sort by: Most helpful
  1. FrankHu-MSFT 976 Reputation points
    2020-02-19T22:17:42.557+00:00

    @Anonymous can you please provide the other settings that you've configured for your azure vm?

    Per the docs there are other requirements: https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows#requirements

    In addition to that, as it's a preview feature it could be that the feature has not been rolled out to your region yet or the region you are trying to deploy.

    If you would like more support and for this feature to be rolled out into production more quickly, please submit your feedback against the Azure VM feedback forums here : https://feedback.azure.com/forums/216843-virtual-machines

    And if there's enough communal support for this feature, the product team will look into further support into this feature more quickly.

    Thanks,

    • Frank Hu
    0 comments No comments

  2. Gokul .G 1 Reputation point
    2020-06-11T12:07:56.477+00:00

    Hi AbhishekRanjan-4446,

    I am facing the same issue. Did you figure out the solution?

    0 comments No comments

  3. Mahesh Mahi 46 Reputation points
    2020-09-07T18:13:06.097+00:00

    Was there any further update on this? I am also facing the same issue.

    0 comments No comments

  4. Rajat Badjatya 1 Reputation point
    2020-09-26T21:29:35.73+00:00

    At the portal I also faced the same issue in my free trial, I used azure CLI

    az vm extension set \
    --publisher Microsoft.Azure.ActiveDirectory.LinuxSSH \
    --name AADLoginForLinux \
    --resource-group myResourceGroup \
    --vm-name myVM

    command to install the Azure Active Directory login VM extension which basically enables the AAD login option for your VM.

    0 comments No comments

  5. Gautam Sharma 1 Reputation point
    2021-02-16T12:37:19.347+00:00

    I am facing the same issues, i tried to create VM in different region, but still AAD login option not available.

    0 comments No comments