Mar 09 2022 03:11 AM
Hello,
I'm familiar with Az.LabServices Powershell Module.
But I want to know why regular Azure commands (Get-AzVm, Get-AzVirtualNetwork, etc) don't return any information about the Lab Services resources?
Is there any way to get information about the virtual machines, network, etc, only with regular Azure commands?
Thank you!
Mar 09 2022 11:34 AM
Solution@Masih17 the reason that you can't use the regular Azure commands is that those resources are in a different subscription (HOBO) that Lab Services owns and manages. The only access to those resources (vm, vnet, etc.) is what Lab Services allows through the labs.azure.com or using the Lab Services Rest API.
Thanks
Roger