Skip to content

Commit 55643dd

Browse files
Merge pull request #235221 from yossi-y/patch-9
Removed "name" as identifier
2 parents 53028b3 + 2d4c829 commit 55643dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/cross-workspace-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can identify a workspace in one of several ways:
5050
### Identify an application
5151
The following examples return a summarized count of requests made against an app named *fabrikamapp* in Application Insights.
5252
53-
You can identify an application in Application Insights with the `app(Identifier)` expression. The `Identifier` argument specifies the app by using one of the following names or IDs:
53+
You can identify an application in Application Insights with the `app(Identifier)` expression. The `Identifier` argument specifies the app by using one of the following IDs:
5454
5555
* **ID**: This ID is the app GUID of the application.
5656

0 commit comments

Comments
 (0)