Skip to content

Commit ee3e1f2

Browse files
Merge pull request #2523 from MicrosoftDocs/main638734901041416212sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b0f84cb + 753c283 commit ee3e1f2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

data-explorer/kusto/includes/cached-group-membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ms.topic: include
33
ms.date: 10/27/2024
44
---
55

6-
Checking group memberships can be resource-intensive. Since group memberships don't change frequently, the results of membership checks are cached. The caching duration varies and is influenced by factors such as the membership result (whether the principal is a member or not), the type of principal (user or application), among others. The maximum caching duration can extend up to three hours, while the minimum duration is 30 minutes.
6+
Checking group memberships can be resource-intensive. Since group memberships dont change frequently, the membership check results are cached. The caching duration varies and determines how quickly changes to group memberships are updated. Adding a user to a group can take up to 30 minutes to propagate. Removing a user from a group can take up to three hours.

data-explorer/kusto/management/data-export/export-data-to-an-external-table.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ The following properties are supported as part of the export to external table c
3737
| Property | Type | Description | Default |
3838
|--|--|--|--|
3939
| `sizeLimit` | `long` | The size limit in bytes of a single storage artifact written before compression. A full row group of size `parquetRowGroupSize` is written before checking whether this row group reaches the size limit and should start a new artifact. Valid range: 100 MB (default) to 1 GB. | |
40-
| `distributed` | `bool` | Disable or enable distributed export. Setting to false is equivalent to `single` distribution hint. | Default is `true`. |
41-
| `distribution` | `string` | Distribution hint (`single`, `per_node`, `per_shard`). See more details in [Distribution settings](#distribution-settings) | Default is `per_node`. |
40+
| `distributed` | `bool` | Disable or enable distributed export. Setting to false is equivalent to `single` distribution hint. | `true` |
41+
| `distribution` | `string` | Distribution hint (`single`, `per_node`, `per_shard`). See more details in [Distribution settings](#distribution-settings) | `per_node` |
4242
| `distributionKind` | `string` | Optionally switches to uniform distribution when the external table is partitioned by string partition. Valid values are `uniform` or `default`. See more details in [Distribution settings](#distribution-settings) | |
43-
| `concurrency` | *Number* | Hints the system how many partitions to run in parallel. See more details in [Distribution settings](#distribution-settings) | The default value is 16. |
44-
| `spread` | *Number* | Hints the system how to distribute the partitions among nodes. See more details in [Distribution settings](#distribution-settings) | The default value is `Min(64, number-of-nodes)`. |
45-
| `parquetRowGroupSize` | `int` | Relevant only when data format is Parquet. Controls the row group size in the exported files. This value takes precedence over `sizeLimit`, meaning a full row group will be exported before checking whether this row group reaches the size limit and should start a new artifact. | Default row group size is 100,000 records. |
43+
| `concurrency` | *Number* | Hints the system how many partitions to run in parallel. See more details in [Distribution settings](#distribution-settings) | 16 |
44+
| `spread` | *Number* | Hints the system how to distribute the partitions among nodes. See more details in [Distribution settings](#distribution-settings) | `Min(64, number-of-nodes)` |
45+
| `parquetRowGroupSize` | `int` | Relevant only when data format is Parquet. Controls the row group size in the exported files. This value takes precedence over `sizeLimit`, meaning a full row group will be exported before checking whether this row group reaches the size limit and should start a new artifact. | 100,000 |
4646

4747
### Distribution settings
4848

data-explorer/kusto/management/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ items:
848848
items:
849849
- name: .export to storage
850850
href: data-export/export-data-to-storage.md
851-
- name: .export totable
851+
- name: .export to table
852852
href: data-export/export-data-to-an-external-table.md
853853
- name: .export to SQL
854854
href: data-export/export-data-to-sql.md

data-explorer/kusto/query/current-principal-is-member-of-function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Checks group membership or principal identity of the current principal running t
2828
>
2929
> - To avoid throttling from Microsoft Entra ID, the `current_principal_is_member_of()` function only works with string literals. Using values that aren't string literals will result in an error in order to avoid a potentially large number of queries to Microsoft Entra ID.
3030
> - [!INCLUDE [Cached Group Membership](../includes/cached-group-membership.md)]
31+
> - For more information on Group Membership cache behavior, see [Access control overview](../access-control/index.md).
3132
3233
## Returns
3334

0 commit comments

Comments
 (0)