Skip to content

Commit e73aa83

Browse files
Merge pull request #2475 from MicrosoftDocs/main638692562653512345sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 8966d6e + 2faa2a5 commit e73aa83

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

data-explorer/cluster-encryption-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Your cluster security settings allow you to enable disk encryption on your clust
1515
> * Enabling disk encryption can take up to 20 minutes during which the cluster will be unavailable.
1616
> * Legacy virtual machine (VM) sizes such as the Dv2 family are not supported. For more information, see [Finding supported VM sizes](/azure/virtual-machines/windows/disks-enable-host-based-encryption-powershell).
1717
18-
1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under the **Settings** heading, select **Security**.
18+
1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under **Settings + networking**, select **Security**.
1919

20-
:::image type="content" source="media/manage-cluster-security/security-encryption-at-rest.png" alt-text="Screenshot of security page, showing disk encryption at rest being turned on.":::
20+
:::image type="content" source="media/cluster-encryption-disk/security-encryption-at-rest.png" alt-text="Screenshot of security page, showing disk encryption at rest being turned on.":::
2121

2222
1. In the **Security** window, select **On** for the **Disk encryption** security setting.
2323

data-explorer/context/context.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ContextObject
22
brand: azure
33
uhfHeaderId: azure
4-
breadcrumb_path: /azure/data-explorer/breadcrumb/toc.yml
5-
toc_rel: /azure/data-explorer/toc.yml
4+
breadcrumb_path: ../breadcrumb/toc.yml
5+
toc_rel: ../toc.yml

data-explorer/integrate-data-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following tables summarizes the available data connectors, tools, and integr
4545
| [Azure Functions](integrate-overview.md#azure-functions) | **Export**<br /><br />**Ingestion** | | | First party | Workflow integrations |
4646
| [Azure IoT Hubs](integrate-overview.md#azure-iot-hubs) | **Ingestion** | :heavy_check_mark: | | First party | IoT data |
4747
| [Azure Stream Analytics](integrate-overview.md#azure-stream-analytics) | **Ingestion** | :heavy_check_mark: | | First party | Event processing |
48-
| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** |:heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing |
48+
| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** | :heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing |
4949
| [Fluent Bit](integrate-overview.md#fluent-bit) | **Ingestion** | | | [Open source](https://github.com/fluent/fluent-bit) | Logs, Metrics, Traces |
5050
| [Logstash](integrate-overview.md#logstash) | **Ingestion** | | | [Open source](https://github.com/Azure/logstash-output-kusto/) | Logs |
5151
| [NLog](integrate-overview.md#nlog) | **Ingestion** | :heavy_check_mark: | :heavy_check_mark: | First party, [Open source](https://github.com/Azure/azure-kusto-nlog-sink) | Telemetry, Logs, Metrics |

data-explorer/kusto/query/replace-regex-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: replace_regex()
33
description: Learn how to use the replace_regex() function to replace all regex matches with another string.
44
ms.reviewer: alexans
55
ms.topic: reference
6-
ms.date: 08/11/2024
6+
ms.date: 12/04/2024
77
---
88
# replace_regex()
99

@@ -24,7 +24,7 @@ Replaces all [regular expression](regex.md) matches with a specified pattern.
2424
| Name | Type | Required | Description |
2525
|--|--|--|--|
2626
| *source*| `string` | :heavy_check_mark: | The text to search and replace.|
27-
| *lookup_regex*| `string` | :heavy_check_mark: | The [regular expression](regex.md) to search for in *text*. The expression can contain capture groups in parentheses.|
27+
| *lookup_regex*| `string` | :heavy_check_mark: | The [regular expression](regex.md) to search for in *text*. The expression can contain capture groups in parentheses. To match over multiple lines, use the `m` or `s` flags. For more information on flags, see [Grouping and flags](regex.md#grouping-and-flags). |
2828
| *rewrite_pattern*| `string` | :heavy_check_mark: | The replacement regex for any match made by *matchingRegex*. Use `\0` to refer to the whole match, `\1` for the first capture group, `\2` and so on for subsequent capture groups.|
2929

3030
## Returns
58 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)