|
| 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. |
0 commit comments