0
votes

I'm trying to get from azure some information about computers.

What I want to get back is the list of Azure wokapceId, SourceComputerId, Resource group for each machine.

I used the ServiceMapComputer_CL table in log analytics to get this data.

I noticed that the workspaceId and TenantId are the same but I need to confirm this as there is nothing in the documentation that documents this point.

Thanks in advance.

1

1 Answers

1
votes

No, there are not the same thing.

workspaceId is used to identified the log analytics workspace, details are here.

TenantId is used to identified Azure AD, details are here.