Skip to content

Commit

Permalink
Merge pull request #2475 from MicrosoftDocs/main638692562653512345syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Dec 8, 2024
2 parents 8966d6e + 2faa2a5 commit e73aa83
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data-explorer/cluster-encryption-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Your cluster security settings allow you to enable disk encryption on your clust
> * Enabling disk encryption can take up to 20 minutes during which the cluster will be unavailable.
> * 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).
1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under the **Settings** heading, select **Security**.
1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under **Settings + networking**, select **Security**.

:::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.":::
:::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.":::

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

Expand Down
4 changes: 2 additions & 2 deletions data-explorer/context/context.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### YamlMime:ContextObject
brand: azure
uhfHeaderId: azure
breadcrumb_path: /azure/data-explorer/breadcrumb/toc.yml
toc_rel: /azure/data-explorer/toc.yml
breadcrumb_path: ../breadcrumb/toc.yml
toc_rel: ../toc.yml
2 changes: 1 addition & 1 deletion data-explorer/integrate-data-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following tables summarizes the available data connectors, tools, and integr
| [Azure Functions](integrate-overview.md#azure-functions) | **Export**<br /><br />**Ingestion** | | | First party | Workflow integrations |
| [Azure IoT Hubs](integrate-overview.md#azure-iot-hubs) | **Ingestion** | :heavy_check_mark: | | First party | IoT data |
| [Azure Stream Analytics](integrate-overview.md#azure-stream-analytics) | **Ingestion** | :heavy_check_mark: | | First party | Event processing |
| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** |:heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing |
| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** | :heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing |
| [Fluent Bit](integrate-overview.md#fluent-bit) | **Ingestion** | | | [Open source](https://github.com/fluent/fluent-bit) | Logs, Metrics, Traces |
| [Logstash](integrate-overview.md#logstash) | **Ingestion** | | | [Open source](https://github.com/Azure/logstash-output-kusto/) | Logs |
| [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 |
Expand Down
4 changes: 2 additions & 2 deletions data-explorer/kusto/query/replace-regex-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: replace_regex()
description: Learn how to use the replace_regex() function to replace all regex matches with another string.
ms.reviewer: alexans
ms.topic: reference
ms.date: 08/11/2024
ms.date: 12/04/2024
---
# replace_regex()

Expand All @@ -24,7 +24,7 @@ Replaces all [regular expression](regex.md) matches with a specified pattern.
| Name | Type | Required | Description |
|--|--|--|--|
| *source*| `string` | :heavy_check_mark: | The text to search and replace.|
| *lookup_regex*| `string` | :heavy_check_mark: | The [regular expression](regex.md) to search for in *text*. The expression can contain capture groups in parentheses.|
| *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). |
| *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.|

## Returns
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit e73aa83

Please sign in to comment.