Skip to content

Commit 7360358

Browse files
author
Amson Liu
authored
Merge pull request #9350 from amsliu/v-liuamson-CI6619
New article for CI 6619.
2 parents 091b8b7 + 071a0d5 commit 7360358

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Troubleshoot Custom Table Creation Errors in Azure
3+
description: Troubleshooting guide for custom table creation errors in Azure.
4+
ms.date: 07/23/2025
5+
ms.reviewer: v-liuamson; v-gsitser
6+
ms.service: azure-monitor
7+
ms.custom: Configure and Manage Log analytics tables
8+
---
9+
10+
# Troubleshoot custom table creation errors in Azure
11+
12+
Users might receive an error message that indicates that properties of undefined data can't be read when they try to create a custom table in Microsoft Azure. This issue can occur because of temporary glitches or misconfigurations. This article helps you determine the root cause of the errors and troubleshoot this issue efficiently.
13+
14+
## Common issues and solutions
15+
16+
- **Temporary Glitches**: Often, errors are temporary. You might be able to resolve the issue by trying the process again after a short time.
17+
- **Configuration Errors**: Make sure that all configurations and permissions are correctly set in Azure.
18+
19+
### Instructions to resolve custom table creation errors
20+
21+
1. Verify JSON file validity:
22+
1. Make sure that the JSON file that's used for table creation is correctly formatted and contains all the required fields.
23+
1. Use tools such as *JSONLint* to validate the JSON structure.
24+
25+
2. Check the Azure logs:
26+
1. Navigate to **Azure Monitor**, and access the **Logs** section.
27+
1. Review the ARM logs for any error messages that are related to the custom table creation process.
28+
29+
3. Try again to create tables:
30+
1. Run the table creation process again by using the Azure portal or Azure CLI.
31+
1. If the error persists, consider using a different browser or clearing the browser cache.
32+
33+
4. Collect diagnostic information:
34+
1. Gather HAR files and console logs to identify any front-end issues.
35+
1. Use the Azure portal to capture network activity during the table creation process.
36+
37+
5. Consult Azure documentation: For detailed guidance on custom tables, see [Manage tables in a Log Analytics workspace](/azure/azure-monitor/logs/manage-logs-tables?tabs=azure-portal).
38+
39+
## References
40+
41+
- [Azure Monitor Overview](/azure/azure-monitor/fundamentals/overview)
42+
- [Create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request)
43+
44+
If the issue persists after you following these steps, open a support case for further assistance.

support/azure/azure-monitor/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ items:
113113
href: app-insights/agent/change-analysis-troubleshoot.md
114114
- name: Log Analytics
115115
items:
116+
- name: Configure and Manage Log analytics tables
117+
items:
118+
- name: Troubleshoot custom table creation errors in Azure
119+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md
116120
- name: Log Analytics workspaces
117121
items:
118122
- name: Error code 0x80090016 - keyset doesn't exist

0 commit comments

Comments
 (0)