Skip to content

Commit d8b820a

Browse files
authored
Update troubleshoot-custom-table-creation-errors.md
Edit review per CI 6619
1 parent ff37794 commit d8b820a

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,38 @@ ms.service: azure-monitor
77
ms.custom: Configure and Manage Log analytics tables
88
---
99

10-
# Troubleshoot Custom Table Creation Errors in Azure
10+
# Troubleshoot custom table creation errors in Azure
1111

12-
When attempting to create a custom table in Azure, users may encounter an error message indicating that properties of undefined cannot be read. This issue can arise due to temporary glitches or misconfigurations. Understanding the root cause and following the appropriate troubleshooting steps can help resolve this problem efficiently.
12+
Users might receiev an error message that indicates that properties of undefined cannot 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.
1313

14-
## Step-by-Step Instructions to Resolve Custom Table Creation Errors
14+
## Common issues and solutions
1515

16-
1. **Verify JSON File Validity**
17-
- Ensure that the JSON file used for table creation is correctly formatted and contains all necessary fields.
18-
- Use tools like *JSONLint* to validate the JSON structure.
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.
1918

20-
2. **Check Azure Logs**
21-
- Navigate to **Azure Monitor** and access the **Logs** section.
22-
- Review the ARM logs for any error messages related to the custom table creation process.
19+
### Instructions to resolve custom table creation errors
2320

24-
3. **Reattempt Table Creation**
25-
- Retry the table creation process using the Azure portal or Azure CLI.
26-
- If the error persists, consider using a different browser or clearing the browser cache.
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.
2724

28-
4. **Collect Diagnostic Information**
29-
- Gather HAR files and console logs to identify any frontend issues.
30-
- Use the Azure portal to capture network activity during the table creation attempt.
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.
3128

32-
5. **Consult Azure Documentation**
33-
- Refer to the [Azure Custom Tables Documentation](https://learn.microsoft.com/azure/monitoring-and-diagnostics/monitoring-custom-tables) for detailed guidance on creating custom tables.
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.
3432

35-
### Common Issues and Solutions
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.
3636

37-
- **Temporary Glitches**: Often, errors may be temporary. Reattempting the process after a short interval can resolve the issue.
38-
- **Configuration Errors**: Ensure all configurations and permissions are correctly set in Azure.
37+
5. Consult Azure documentation: For detailed guidance to create custom tables, see [Azure Custom Tables Documentation](https://learn.microsoft.com/azure/monitoring-and-diagnostics/monitoring-custom-tables).
3938

40-
## Reference
39+
## References
4140

42-
- [Azure Monitor Overview](https://learn.microsoft.com/azure/azure-monitor/overview)
41+
- [Azure Monitor Overview]([https://learn.microsoft.com/azure/azure-monitor/fundamentals/overview]
4342
- [Troubleshooting Azure Issues](https://learn.microsoft.com/azure/azure-supportability/troubleshooting-azure-issues)
4443

45-
If the issue persists after following the solution steps, please open a support case for further assistance.
44+
If the issue persists after you following these steps, open a support case for further assistance.

0 commit comments

Comments
 (0)