Skip to content

Commit 25b13c7

Browse files
Merge pull request #10324 from ryanberg-aquent/CI-6950
AB#6950: Create Custom Tables in Azure Log Analytics (Troubleshoot file upload errors in Azure Log Analytics)
2 parents 5ab32d4 + 3f492c2 commit 25b13c7

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Troubleshoot File Upload Errors when Creating Custom Tables in Azure
3+
description: Troubleshooting guide for file upload errors when creating custom tables in Azure Log Analytics.
4+
ms.date: 12/08/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman
8+
ms.service: azure-monitor
9+
ms.custom: Configure and Manage Log analytics tables
10+
---
11+
12+
# Troubleshoot file upload errors when creating custom tables in Azure
13+
14+
Creating custom tables in Azure Log Analytics can sometimes present challenges, particularly when dealing with file uploads that result in errors. This article provides a step-by-step approach to troubleshoot and resolve issues related to creating custom tables.
15+
16+
## Symptoms
17+
18+
File upload errors occur when creating custom tables.
19+
20+
## Cause
21+
22+
The file format isn't supported by Azure for table creation.
23+
24+
## Resolution
25+
26+
Follow these steps to resolve this issue.
27+
28+
1. **Verify the file format**
29+
30+
Ensure the file you're attempting to upload is in a supported format. For more information, see [Azure Monitor Logs overview](/azure/azure-monitor/logs/data-platform-logs).
31+
32+
2. **Check the file size**
33+
34+
Confirm that the file size doesn't exceed the limits set by Azure. Large files may need to be split into smaller parts.
35+
36+
3. **Review documentation**
37+
38+
Familiarize yourself with [Add or delete tables and columns in Azure Monitor Logs](/azure/azure-monitor/logs/create-custom-table).
39+
40+
4. **Upload the file**
41+
42+
1. Navigate to the [Azure portal](https://portal.azure.com) and access your Log Analytics workspace.
43+
1. Select **Custom Logs** and follow the prompts to upload your file.
44+
45+
Monitor for any error messages and address them as per the guidance provided in the documentation.
46+
47+
## References
48+
49+
- [Azure Monitor Logs overview](/azure/azure-monitor/logs/data-platform-logs)
50+
- [Azure Monitor troubleshooting documentation](/troubleshoot/azure/azure-monitor/welcome-azure-monitor)

support/azure/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ items:
117117
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md
118118
- name: Troubleshoot custom log table creation in Azure
119119
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-log-table-creation.md
120+
- name: Troubleshoot file upload errors when creating custom tables in Azure
121+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-file-upload-errors.md
120122
- name: Troubleshoot performance logs not populating in Azure Government
121123
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md
122124
- name: Troubleshoot deleting migrated custom tables in Log Analytics

0 commit comments

Comments
 (0)