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: support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md
+14-19Lines changed: 14 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,29 +13,24 @@ When attempting to create a custom table in Azure, users may encounter an error
13
13
14
14
## Step-by-Step Instructions to Resolve Custom Table Creation Errors
15
15
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.
17
19
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.
20
23
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.
22
27
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.
25
31
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.
0 commit comments