SOLVED

Regular Azure commands

Copper Contributor

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!

1 Reply
best response confirmed by Masih17 (Copper Contributor)
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

1 best response

Accepted Solutions
best response confirmed by Masih17 (Copper Contributor)
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

View solution in original post