Skip to content

Commit 5631856

Browse files
Merge pull request #2659 from MicrosoftDocs/main638858423381257034sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 9d04d2e + 90bf0b4 commit 5631856

File tree

6 files changed

+73
-12
lines changed

6 files changed

+73
-12
lines changed
33.1 KB
Loading
7.81 KB
Loading
31.9 KB
Loading

data-explorer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ items:
304304
href: add-query-visualization.md
305305
- name: Customize settings in the web UI
306306
href: web-customize-settings.md
307+
- name: Access the web UI anywhere
308+
href: web-sync.md
307309
- name: Explore the sample gallery
308310
href: web-ui-samples-query.md
309311
- name: Explore the results grid

data-explorer/web-customize-settings.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 'Customize settings in the Azure Data Explorer web UI'
3-
description: In this guide, you'll learn how to customize your settings in the Azure Data Explorer web UI.
3+
description: In this guide, you learn how to customize your settings in the Azure Data Explorer web UI.
44
ms.topic: how-to
5-
ms.date: 01/14/2025
5+
ms.date: 05/13/2025
66
---
77

88
# Customize settings in the Azure Data Explorer web UI
99

10-
This article will guide you through the process of customizing settings in the [Azure Data Explorer web UI](https://dataexplorer.azure.com/home). You'll learn how to export and import environment settings, highlight error levels, and change datetime to specific time zone. This can help you protect your work environment and relocate it to other browsers and devices, as well as make it easier to identify errors.
10+
This article guides you through the process of customizing settings in the [Azure Data Explorer web UI](https://dataexplorer.azure.com/home). You learn how to export and import environment settings, highlight error levels, and change datetime to specific time zone. It can help you protect your work environment and relocate it to other browsers and devices, as well as make it easier to identify errors.
1111

1212
## Prerequisites
1313

@@ -22,7 +22,7 @@ Select the settings icon :::image type="icon" source="media/web-customize-settin
2222

2323
## Set query recommendations
2424

25-
The query editor provides suggestions and warnings as you write your queries. The suggestions and warnings may be related to performance, correctness, or general best practices. To customize your suggestions and warnings, do the following steps:
25+
The query editor provides suggestions and warnings as you write your queries. The suggestions and warnings might be related to performance, correctness, or general best practices. To customize your suggestions and warnings, do the following steps:
2626

2727
1. In the **Settings** > **Editing** window, select **Set query recommendations**.
2828

@@ -48,18 +48,21 @@ To learn how to set timeout limits outside of the web UI, see [Set timeout limit
4848

4949
## Export and import environment settings
5050

51-
The export and import actions help you protect your work environment and relocate it to other browsers and devices. The export action will export all your settings, cluster connections, and query tabs to a JSON file that can be imported into a different browser or device.
51+
The export and import actions help you protect your work environment and relocate it to other browsers and devices. The export action exports all your settings, cluster connections, and query tabs to a JSON file that can be imported into a different browser or device.
52+
53+
> [!NOTE]
54+
> To sync your profile data to the cloud, see [Access your Azure Data Explorer web UI data anywhere](web-sync.md). Once enabled, exporting, and importing is no longer available.
5255
5356
### Export environment settings
5457

5558
1. In the **Settings** > **General** window, select **Export**.
5659

57-
1. The **adx-export.json** file will be downloaded to your local storage.
60+
1. The **adx-export.json** file is downloaded to your local storage.
5861

5962
1. Select **Clear local state** to revert your environment to its original state. This setting deletes all your cluster connections and closes open tabs.
6063

6164
> [!NOTE]
62-
> **Export** only exports query related data. No dashboard data will be exported within the **adx-export.json** file.
65+
> **Export** only exports query related data. No dashboard data is exported within the **adx-export.json** file.
6366
6467
### Import environment settings
6568

@@ -75,14 +78,14 @@ The export and import actions help you protect your work environment and relocat
7578
7679
## Highlight error levels
7780

78-
Azure Data Explorer tries to interpret the severity or verbosity level of each row in the results panel and color them accordingly. It does this by matching the distinct values of each column with a set of known patterns ("Warning", "Error", and so on).
81+
Azure Data Explorer tries to interpret the severity or verbosity level of each row in the results panel and color them accordingly. It does so by matching the distinct values of each column with a set of known patterns (Warning, Error, and so on).
7982

8083
### Turn on error level highlighting
8184

8285
To turn on error level highlighting:
8386

8487
1. Select the **Settings** icon next to your user name.
85-
1. Select the **Appearance** tab and toggle the **Enable error level highlighting** option to the right.
88+
1. Select the **Appearance** tab and toggle the **Enable error level highlighting** option.
8689

8790
:::image type="content" source="media/web-customize-settings/enable-error-level-highlighting.png" alt-text="Screenshot showing how to enable error-level highlighting in the settings.":::
8891

@@ -96,7 +99,7 @@ For highlighted error levels, the column must be of [data type](/kusto/query/sca
9699

97100
* If the column is of type `long` or `int`:
98101
* The column name must be *Level*
99-
* Values may only include numbers between 1 and 5.
102+
* Values can only include numbers between 1 and 5.
100103
* If the column is of type `string`:
101104
* The column name can optionally be *Level* to improve performance.
102105
* The column can only include the following values:
@@ -117,10 +120,10 @@ Under **Settings** > **Share Dashboards Across Tenants**, toggle to **On**.
117120
:::image type="content" source="media/web-customize-settings/dashboard-sharing.png" alt-text="Screenshot of enabling dashboard sharing in settings.":::
118121

119122
> [!IMPORTANT]
120-
> If a tenant admin enables cross-tenant sharing and later disables cross-tenant sharing, all dashboards shared while the feature was active will remain accessible.
121-
123+
> If a tenant admin enables cross-tenant sharing and later disables cross-tenant sharing, all dashboards shared while the feature was active remain accessible.
122124
123125
## Related content
124126

127+
* [Access your Azure Data Explorer web UI data anywhere](web-sync.md)
125128
* [Query data in the web UI](web-ui-query-overview.md)
126129
* [Visualize data with Azure Data Explorer dashboards](azure-data-explorer-dashboards.md)

data-explorer/web-sync.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Access your Azure Data Explorer web UI data anywhere
3+
description: This guide teaches you how to access your Azure Data Explorer Web UI Data from anywhere using syncing.
4+
ms.topic: how-to
5+
ms.date: 05/13/2025
6+
#customer-intent: As a user, I want to learn how to sync my Azure Data Explorer web UI data so that I can access it from anywhere.
7+
---
8+
9+
# Access your Azure Data Explorer web UI data anywhere
10+
11+
This article describes how to sync your Azure Data Explorer web UI profile to the cloud, enabling a consistent experience across devices and browsers. When you sync, your browser's settings, tabs, and connections are stored in the cloud, making them accessible through the [Azure Data Explorer web UI](https://dataexplorer.azure.com/home) from anywhere. Synced data is now associated with your account rather than the specific machine, enabling a consistent experience across devices.
12+
13+
## Prerequisites
14+
15+
* A Microsoft account or a Microsoft Entra user identity. An Azure subscription isn't required.
16+
17+
## Considerations
18+
19+
Before enabling sync, consider the following points:
20+
21+
* The first browser where syncing is enabled becomes the primary data source, overriding data in other browsers.
22+
* Data is account-specific and can't be shared across different user accounts on the same machine.
23+
* Syncing uploads your current device's data to the cloud, replacing local data on other browsers or devices with the cloud-stored version.
24+
* Synced data is stored in your tenant's region. If no Azure region exists in the tenant's region, data is stored in an Azure region in Europe.
25+
* Syncing is irreversible; once enabled:
26+
* Data is no longer stored exclusively on your device
27+
* [Exporting and importing](web-customize-settings.md#export-and-import-environment-settings) of your work environment under settings is no longer available
28+
29+
## Sync user profile
30+
31+
To sync your profile data, follow these steps:
32+
33+
1. From the tab bar, select **Sync off**.
34+
35+
1. From the **Sync user profile to cloud** dialog box, select **Turn sync on**.
36+
37+
:::image type="content" source="media/web-sync/sync-on.png" alt-text="Screenshot of the Sync user profile to cloud dialog box with the Turn-on sync button highlighted.":::
38+
39+
1. In the **Turn on sync to cloud** dialog box, select **Confirm**.
40+
41+
>[!CAUTION]
42+
> Syncing your profile to the cloud is irreversible. Once you confirm, your data is stored in the cloud and no longer on your device.
43+
44+
:::image type="content" source="media/web-sync/sync-on-confirmation.png" alt-text="Screenshot of the Turn-on sync to cloud dialog box with the Confirm button highlighted.":::
45+
46+
1. In the tab bar, verify that the status shows **Sync on**. Additionally, ensure that the **Sync on** status shows on other browsers or devices when signed into the same account.
47+
48+
:::image type="content" source="media/web-sync/sync-on-status.png" alt-text="Screenshot of the tab bar with the Sync on status highlighted.":::
49+
50+
>[!NOTE]
51+
> If the status doesn't display as expected, ensure that you're logged into the same account used for syncing.
52+
53+
## Related content
54+
55+
* [Azure Data Explorer web UI query overview](web-ui-query-overview.md)
56+
* [Customize settings in the Azure Data Explorer web UI](web-customize-settings.md)

0 commit comments

Comments
 (0)