Skip to content

Commit ad5abee

Browse files
authored
Merge pull request #113003 from kanshiG/patch-80
Fix the spelling mistake
2 parents 0c86267 + 1da3313 commit ad5abee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cosmosdb-monitor-resource-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For detailed information about how to create a diagnostic setting by using the A
149149
```Kusto
150150
AzureDiagnostics
151151
| where ResourceProvider=="MICROSOFT.DOCUMENTDB" and Category=="PartitionKeyStatistics"
152-
| project SubscriptionId, regionName_s, databaseName_s, collectionname_s, partitionkey_s, sizeKb_s, ResourceId
152+
| project SubscriptionId, regionName_s, databaseName_s, collectionName_s, partitionKey_s, sizeKb_d, ResourceId
153153
```
154154
155155
## Next steps

0 commit comments

Comments
 (0)