Skip to content

Commit 8ba6d81

Browse files
Merge pull request #222411 from pritamso/Broken-link-fix-Minewiskan
Broken link removed
2 parents 9833370 + 24c67cb commit 8ba6d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/analysis-services/analysis-services-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In the query builder, expand **LogManagement** > **AzureDiagnostics**. AzureDiag
160160

161161
#### Example 1
162162

163-
The following query returns durations for each query end/refresh end event for a model database and server. If scaled out, the results are broken out by replica because the replica number is included in ServerName_s. Grouping by RootActivityId_g reduces the row count retrieved from the Azure Diagnostics REST API and helps stay within the limits as described in [Log Analytics Rate limits](https://dev.loganalytics.io/documentation/Using-the-API/Limits).
163+
The following query returns durations for each query end/refresh end event for a model database and server. If scaled out, the results are broken out by replica because the replica number is included in ServerName_s. Grouping by RootActivityId_g reduces the row count retrieved from the Azure Diagnostics REST API and helps stay within the limits as described in Log Analytics Rate limits.
164164

165165
```Kusto
166166
let window = AzureDiagnostics

0 commit comments

Comments
 (0)