Skip to content

Commit

Permalink
polish docs (#13615)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored Dec 1, 2020
1 parent 69b488e commit 277a23e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The **Invoke-AzOperationalInsightsQuery** cmdlet returns the search results base
You can access the status of the search in the Metadata property of the returned object.
If the status is Pending, then the search has not completed, and the results will be from the archive.
You can retrieve the results of the search from the Value property of the returned object.
Please check detail of general query limits here:
https://docs.microsoft.com/en-us/azure/azure-monitor/service-limits#log-queries-and-language.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# New-AzOperationalInsightsWorkspace

## SYNOPSIS
Creates a workspace.
Creates a workspace, or restore a soft-deleted workspace.

## SYNTAX

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

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

## EXAMPLES

Expand Down

0 comments on commit 277a23e

Please sign in to comment.