Cannot find windows vm in portal?

Daniel Qin 0 Reputation points
2023-07-26T03:05:36.8033333+00:00

i have been purchased on VM in us azure portal, but now i cannot find it in portal, also i cannot remove it.

i also cannot create support request in portal, cause i got an error:

门户在获取身份验证令牌时出错。呈现的体验可能会下降。
获取令牌的调用的其他信息:
扩展插件: Microsoft_Azure_Support
资源: self
详细信息: 登录用户无权提取扩展 "Microsoft_Azure_Support" 的令牌,因为该用户帐户不是租户 "f8cdef31-a31e-4b4a-93e4-5f571e91255a" 的成员。错误详细信息: invalid_grant: 50020 - [2023-07-26 03:02:09Z]: AADSTS50020: User account '{EmailHidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application 'c44b4083-3bb0-49c1-b47d-974e53cbdf3c'(Azure Portal) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.
Trace ID: c98b61ad-6b97-457b-affa-c00b43110500
Correlation ID: 1200d760-2257-4b63-a532-8cfb5d582829
Timestamp: 2023-07-26 03:02:09Z - Correlation ID: 1200d760-2257-4b63-a532-8cfb5d582829 - Trace ID: c98b61ad-6b97-457b-affa-c00b43110500

i can provide the vm ip address and my account name.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,487 Reputation points Moderator
    2023-07-26T03:45:54.0933333+00:00

    Hello Daniel Qin

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Can you try to list down all the VM's in your Azure Subscription using CLI and see if you are able to see the VM that you are not able to find in the Portal.

    To list all Azure VMs in a subscription using CLI, you can use the az vm list command. Here's an example:

    az vm list --query "[].{name:name}" -o table
    

    This command will return a table with the name of all VMs in the subscription. You can also add additional properties to the query to get more information about the VMs.

    Ref: https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-list

    Hope this helps.

    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.