Azure resource visibility issue
Rahul
1
Reputation point
I recently created one VM(vm2) with all respective resources.
Now the VM is not visible in resource manager but other corresponding resources are. Also that VM is visible when i checked using powershell
Get-AzVM -Name vm2 -Status
ResourceGroupName Name Location VmSize OsType NIC Provisioning Zone PowerState MaintenanceAllowed
RG1 vm2 eastus Standard_D1_v2 Windows vm2519 Succeeded Info Not Available
Requesting for some help on this issue
Sign in to answer