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