An Azure service that is used to provision Windows and Linux virtual machines.
Hello Dwagyne,
Thank you for reaching out.
I understand that your Windows VM is no longer visible in the tenant portal and that you are unable to connect to it through RDP.
To help us determine whether this is a visibility issue, access issue, or if the VM has been moved or deleted, could you please provide the following details:
1.Confirm that you are signed in to the correct Azure Directory (Tenant) and Subscription. You can verify this from the Directory + Subscription selector in the Azure portal.
2.Check whether the VM is visible through Azure CLI or PowerShell:
az vm list -o table
az vm show --name <VMName> --resource-group <ResourceGroupName>
PowerShell
Get-AzVM -Name <VMName> -ResourceGroupName <ResourceGroupName>
- Please let us know the results of the above commands:
- If the VM is returned by the commands but not visible in the portal, this may indicate a portal, filtering, or permissions-related issue.
- If the VM is not returned, we will need to investigate whether the VM was deleted, moved, or is outside the current subscription scope.
Once we receive the requested information and command outputs, we will continue our investigation and assist you with the next steps.