Skip to content

Commit e542884

Browse files
committed
revised specific details for the identities for querying
1 parent 5a6a8f9 commit e542884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/log-analytics/log-analytics-cross-workspace-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To reference another workspace in your query, use the *workspace* identifier. F
2828

2929

3030
## Identifying resources
31-
Identifying a workspace can be done in several ways:
31+
Identifying a workspace can be performed one of several ways:
3232

3333
* Resource name - is a human-readable name of the workspace, sometimes referred to as *component name*.
3434

@@ -45,11 +45,11 @@ Identifying a workspace can be done in several ways:
4545
>Because Azure subscription names are not unique, this identifier might be ambiguous.
4646
>
4747
48-
* workspace ID - is a GUID, the unique, immutable, public identifier of the workspace.
48+
* workspace ID - A workspace ID is the unique, immutable, identifier assigned to each workspace represented as a globally unique identifier (GUID).
4949

5050
`workspace("b438b4f6-912a-46d5-9cb1-b44069212ab4").Update | count`
5151

52-
* Azure Resource ID – the Azure-defined identity of the workspace. For workspaces, the format is: `/subscriptions/<subscriptionId>/resourcegroups/<resourceGroup>/providers/microsoft.OperationalInsights/workspaces/<componentName>`.
52+
* Azure Resource ID – the Azure-defined unique identity of the workspace. You use this when the resource name is ambiguous. For workspaces, the format is: `/subscriptions/<subscriptionId>/resourcegroups/<resourceGroup>/providers/microsoft.OperationalInsights/workspaces/<componentName>`.
5353

5454
For example:
5555
```

0 commit comments

Comments
 (0)