Skip to content

Commit 806adb2

Browse files
authored
Merge pull request #7173 from Azure/changov-patch-1
Export-AzureRmLogAnalytic* reference page update
2 parents c62662e + 5a96175 commit 806adb2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Export-AzureRmLogAnalyticRequestRateByInterval.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Export-AzureRmLogAnalyticRequestRateByInterval [-FromTime] <DateTime> [-GroupByO
2020
```
2121

2222
## DESCRIPTION
23-
This exports aggregated numbers of Microsoft.Compute API calls separated by Success, Failure, or Throttled displayed in time intervals.
24-
The logs can be further grouped by three parameters: GroupByOperationName, GroupByThrottlePolicy, or GroupByResourceName.
25-
Note that this cmdlet collects only CRP logs.
23+
Exports statistical data about the subscription's calls to the Microsoft.Compute API by Success, Failure, or Throttled status, in predefined time intervals. The logs can be further grouped by three parameters: GroupByOperationName, GroupByThrottlePolicy, or GroupByResourceName.
24+
Note that this cmdlet collects only Compute Resource Provider logs; moreover, data about the Disk and Snapshot resource types is not yet available.
25+
26+
For an overview of the Compute Resource Provider's API throttling, see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits.
2627

2728
## EXAMPLES
2829

src/ResourceManager/Compute/Commands.Compute/help/Export-AzureRmLogAnalyticThrottledRequests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This exports the total number of throttled Microsoft.Compute API calls.
2424
The logs can be further aggregated by three options: GroupByOperationName, GroupByThrottlePolicy, or GroupByResourceName.
2525
Note that this cmdlet collects only CRP logs.
2626

27+
For an overview of the Compute Resource Provider's API throttling, see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits.
28+
2729
## EXAMPLES
2830

2931
### Example 1

0 commit comments

Comments
 (0)