Skip to content

Commit ff37794

Browse files
author
amsliu
committed
formatting update
1 parent 553520f commit ff37794

1 file changed

Lines changed: 14 additions & 19 deletions

File tree

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

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,24 @@ When attempting to create a custom table in Azure, users may encounter an error
1313

1414
## Step-by-Step Instructions to Resolve Custom Table Creation Errors
1515

16-
### 1. Verify JSON File Validity
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.
1719

18-
- Ensure that the JSON file used for table creation is correctly formatted and contains all necessary fields.
19-
- Use tools like *JSONLint* to validate the JSON structure.
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.
2023

21-
### 2. Check Azure Logs
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.
2227

23-
- Navigate to **Azure Monitor** and access the **Logs** section.
24-
- Review the ARM logs for any error messages related to the custom table creation process.
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.
2531

26-
### 3. Reattempt Table Creation
27-
28-
- Retry the table creation process using the Azure portal or Azure CLI.
29-
- If the error persists, consider using a different browser or clearing the browser cache.
30-
31-
### 4. Collect Diagnostic Information
32-
33-
- Gather HAR files and console logs to identify any frontend issues.
34-
- Use the Azure portal to capture network activity during the table creation attempt.
35-
36-
### 5. Consult Azure Documentation
37-
38-
- 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.
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.
3934

4035
### Common Issues and Solutions
4136

0 commit comments

Comments
 (0)