Skip to content

Commit

Permalink
Update azure-resources/CognitiveServices/AIsearch/kql/b376281d-bfec-4…
Browse files Browse the repository at this point in the history
…695-8f90-9a44544fdfa4.kql

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
ripadrao and Copilot authored Dec 18, 2024
1 parent e374ce2 commit 9efbc42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

resources
| where type == "microsoft.search/searchservices"
| extend properties['replicaCount']
| extend replicaCount = properties['replicaCount']
| where properties['replicaCount'] < 2
| project name, location, resourceGroup, subscriptionId, properties_replicaCount

0 comments on commit 9efbc42

Please sign in to comment.