Skip to content

Commit 57bdc0d

Browse files
author
Amson Liu
authored
Merge pull request #9355 from amsliu/v-liuamson-CI6623
New article for CI 6623.
2 parents 537da00 + be029b5 commit 57bdc0d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Troubleshoot Deleting Migrated Custom Tables in Log Analytics
3+
description: Troubleshooting guide to deleting migrated custom tables in Log Analytics.
4+
ms.date: 07/24/2025
5+
ms.reviewer: v-liuamson; v-gsitser
6+
ms.service: azure-monitor
7+
ms.custom: Configure and manage Log Analytics tables
8+
---
9+
10+
# Troubleshoot deleting migrated custom tables in Log Analytics
11+
12+
Users might experience issues when they try to delete custom log tables in Log Analytics if the tables were migrated. This guide provides a solution to effectively resolve these issues.
13+
14+
## Common issues and solutions
15+
16+
- **API Access Issues**: Make sure that you have the necessary permissions to use the API.
17+
- **Table Not Found**: Verify the correct table name and workspace details.
18+
19+
### Solution: Use Azure Log Analytics API
20+
21+
To delete a migrated custom table, follow these steps by using the Azure Log Analytics API:
22+
23+
1. Navigate to the [Azure portal](https://portal.azure.com), and log in to your Azure account.
24+
2. Access the **Log Analytics workspaces** section, and select the workspace that contains the table that you want to delete.
25+
3. Use the **Tables - Delete** API to remove the table. For detailed instructions, refer to the ["References" section](#references).
26+
4. After you run the API call, check the workspace to verify that the table is successfully deleted.
27+
28+
## References
29+
30+
- [Azure Log Analytics API documentation](/rest/api/loganalytics/)
31+
32+
If the issue persists after you follow these steps, open a support case for further assistance.

support/azure/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ items:
123123
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-log-table-creation.md
124124
- name: Troubleshoot performance logs not populating in Azure Government
125125
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md
126+
- name: Troubleshoot deleting migrated custom tables in Log Analytics
127+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md
126128
- name: Log Analytics workspaces
127129
items:
128130
- name: Error code 0x80090016 - keyset doesn't exist

0 commit comments

Comments
 (0)