Skip to content

Commit 7f1d26b

Browse files
author
amsliu
committed
New article for CI 6623
1 parent 24a4ff2 commit 7f1d26b

File tree

3 files changed

+34
-10
lines changed

3 files changed

+34
-10
lines changed

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/new.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
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: Step-by-step guide on how to resolve issues with deleting migrated custom tables in Log Analytics.
4+
ms.date: 07/16/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+
When attempting to delete a custom log table in Log Analytics, users may encounter issues due to the table being migrated. This guide provides a solution to effectively resolve this problem.
13+
14+
## Common Issues and Solutions
15+
16+
- **API Access Issues**: Ensure you have the necessary permissions to use the API.
17+
- **Table Not Found**: Confirm 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 using the Azure Log Analytics API:
22+
23+
1. **Access Azure Portal**: Navigate to the [Azure Portal](https://portal.azure.com) and login to your Azure account.
24+
2. **Locate Log Analytics Workspace**: Access the **Log Analytics workspaces** section and select the workspace containing the table you wish to delete.
25+
3. **Use API for Deletion**: Use the **Tables - Delete** API to remove the table. Refer to the [Azure Log Analytics API documentation](https://learn.microsoft.com/azure/azure-monitor/logs/api/tables-delete) for detailed instructions.
26+
4. **Verify Deletion**: After executing the API call, confirm that the table has been successfully deleted by checking the workspace.
27+
28+
## Reference
29+
30+
- [Azure Log Analytics API Documentation](https://learn.microsoft.com/azure/azure-monitor/logs/api/tables-delete)
31+
32+
If the issue persists after following the solution steps, please open a support case for further assistance.

support/azure/azure-monitor/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ items:
9595
items:
9696
- name: Configure and Manage Log analytics tables
9797
items:
98-
- name: New
99-
href: log-analytics/configure-and-manage-log-analytics-tables/new.md
98+
- name: Troubleshoot Deleting Migrated Custom Tables in Log Analytics
99+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md
100100
- name: Log Analytics workspaces
101101
items:
102102
- name: Error code 0x80090016 - keyset doesn't exist

0 commit comments

Comments
 (0)