Skip to content

Commit 277a23e

Browse files
authored
polish docs (#13615)
1 parent 69b488e commit 277a23e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/OperationalInsights/OperationalInsights/help/Invoke-AzOperationalInsightsQuery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The **Invoke-AzOperationalInsightsQuery** cmdlet returns the search results base
3030
You can access the status of the search in the Metadata property of the returned object.
3131
If the status is Pending, then the search has not completed, and the results will be from the archive.
3232
You can retrieve the results of the search from the Value property of the returned object.
33+
Please check detail of general query limits here:
34+
https://docs.microsoft.com/en-us/azure/azure-monitor/service-limits#log-queries-and-language.
3335

3436
## EXAMPLES
3537

src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsWorkspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# New-AzOperationalInsightsWorkspace
1010

1111
## SYNOPSIS
12-
Creates a workspace.
12+
Creates a workspace, or restore a soft-deleted workspace.
1313

1414
## SYNTAX
1515

@@ -21,7 +21,7 @@ New-AzOperationalInsightsWorkspace [-ResourceGroupName] <String> [-Name] <String
2121
```
2222

2323
## DESCRIPTION
24-
The **New-AzOperationalInsightsWorkspace** cmdlet creates a workspace in the specified resource group and location.
24+
The **New-AzOperationalInsightsWorkspace** cmdlet creates a workspace in the specified resource group and location. Or restore a soft-deleted workspace.
2525

2626
## EXAMPLES
2727

0 commit comments

Comments
 (0)