Skip to content

Commit 2f440eb

Browse files
committed
updated article
1 parent fd39e93 commit 2f440eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Identifying a workspace can be performed one of several ways:
3737
>[!NOTE]
3838
>Identifying a workspace by its name assumes it is unique across all accessible subscriptions. If you have multiple applications with the specified name, the query fails because of the ambiguity. In this case you must use one of the other identifiers.
3939
40-
* Qualified Name - is the “full name” of the workspace, composed of the subscription name, resource group and component name in this format: */<subscriptionName>/<resourceGroup>/<componentName>*.
40+
* Qualified Name - is the “full name” of the workspace, composed of the subscription name, resource group and component name in this format: */subscriptionName/resourceGroup/componentName*.
4141

4242
`workspace('contoso/contosoretail/development').requests | count `
4343

@@ -49,7 +49,7 @@ Identifying a workspace can be performed one of several ways:
4949

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

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>*.
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)