You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-explorer/web-customize-settings.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
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.
4
4
ms.topic: how-to
5
-
ms.date: 01/14/2025
5
+
ms.date: 05/13/2025
6
6
---
7
7
8
8
# Customize settings in the Azure Data Explorer web UI
9
9
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.
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:
26
26
27
27
1. In the **Settings** > **Editing** window, select **Set query recommendations**.
28
28
@@ -48,18 +48,21 @@ To learn how to set timeout limits outside of the web UI, see [Set timeout limit
48
48
49
49
## Export and import environment settings
50
50
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.
52
55
53
56
### Export environment settings
54
57
55
58
1. In the **Settings** > **General** window, select **Export**.
56
59
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.
58
61
59
62
1. Select **Clear local state** to revert your environment to its original state. This setting deletes all your cluster connections and closes open tabs.
60
63
61
64
> [!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.
63
66
64
67
### Import environment settings
65
68
@@ -75,14 +78,14 @@ The export and import actions help you protect your work environment and relocat
75
78
76
79
## Highlight error levels
77
80
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).
79
82
80
83
### Turn on error level highlighting
81
84
82
85
To turn on error level highlighting:
83
86
84
87
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.
86
89
87
90
:::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.":::
88
91
@@ -96,7 +99,7 @@ For highlighted error levels, the column must be of [data type](/kusto/query/sca
96
99
97
100
* If the column is of type `long` or `int`:
98
101
* 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.
100
103
* If the column is of type `string`:
101
104
* The column name can optionally be *Level* to improve performance.
102
105
* The column can only include the following values:
@@ -117,10 +120,10 @@ Under **Settings** > **Share Dashboards Across Tenants**, toggle to **On**.
117
120
:::image type="content" source="media/web-customize-settings/dashboard-sharing.png" alt-text="Screenshot of enabling dashboard sharing in settings.":::
118
121
119
122
> [!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.
122
124
123
125
## Related content
124
126
127
+
*[Access your Azure Data Explorer web UI data anywhere](web-sync.md)
125
128
*[Query data in the web UI](web-ui-query-overview.md)
126
129
*[Visualize data with Azure Data Explorer dashboards](azure-data-explorer-dashboards.md)
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