From d53594f9fed34c4df0667ac07dd90b058efab436 Mon Sep 17 00:00:00 2001
From: Meira Josephy <144697924+mjosephym@users.noreply.github.com>
Date: Thu, 5 Dec 2024 10:53:36 +0200
Subject: [PATCH 1/2] Update count-distinct-aggregation-function.md
moniker
---
.../kusto/query/count-distinct-aggregation-function.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data-explorer/kusto/query/count-distinct-aggregation-function.md b/data-explorer/kusto/query/count-distinct-aggregation-function.md
index 1435b231ba..25675ff5bf 100644
--- a/data-explorer/kusto/query/count-distinct-aggregation-function.md
+++ b/data-explorer/kusto/query/count-distinct-aggregation-function.md
@@ -51,7 +51,7 @@ This example shows how many types of storm events happened in each state.
:::moniker range="azure-data-explorer"
> * Function performance can be degraded when operating on multiple data sources from different clusters.
-::: moniker-end
+
> [!div class="nextstepaction"]
> Run the query
::: moniker-end
From 11e725c819c192d22a2362560f18cd20f82340b2 Mon Sep 17 00:00:00 2001
From: Meira Josephy <144697924+mjosephym@users.noreply.github.com>
Date: Thu, 5 Dec 2024 10:58:25 +0200
Subject: [PATCH 2/2] Update
data-explorer/kusto/query/count-distinct-aggregation-function.md
---
.../kusto/query/count-distinct-aggregation-function.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data-explorer/kusto/query/count-distinct-aggregation-function.md b/data-explorer/kusto/query/count-distinct-aggregation-function.md
index 25675ff5bf..e5a84fb42f 100644
--- a/data-explorer/kusto/query/count-distinct-aggregation-function.md
+++ b/data-explorer/kusto/query/count-distinct-aggregation-function.md
@@ -50,7 +50,7 @@ Long integer value indicating the number of unique values of *expr* per summary
This example shows how many types of storm events happened in each state.
:::moniker range="azure-data-explorer"
-> * Function performance can be degraded when operating on multiple data sources from different clusters.
+Function performance can be degraded when operating on multiple data sources from different clusters.
> [!div class="nextstepaction"]
> Run the query