Skip to content

Commit 87b86b4

Browse files
authored
Update troubleshoot-deleting-migrated-custom-tables.md
Edit review per CI 6623
1 parent 1745ca8 commit 87b86b4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
22
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.
3+
description: Troubleshooting guide to deleting migrated custom tables in Log Analytics.
44
ms.date: 07/23/2025
55
ms.reviewer: v-liuamson; v-gsitser
66
ms.service: azure-monitor
7-
ms.custom: Configure and Manage Log analytics tables
7+
ms.custom: Configure and manage Log Analytics tables
88
---
99

10-
# Troubleshoot Deleting Migrated Custom Tables in Log Analytics
10+
# Troubleshoot deleting migrated custom tables in Log Analytics
1111

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.
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.
1313

14-
## Common Issues and Solutions
14+
## Common issues and solutions
1515

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.
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.
1818

1919
### Solution: Use Azure Log Analytics API
2020

21-
To delete a migrated custom table, follow these steps using the Azure Log Analytics API:
21+
To delete a migrated custom table, follow these steps by using the Azure Log Analytics API:
2222

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 link in the [reference section](#reference) for detailed instructions.
26-
4. **Verify Deletion**: After executing the API call, confirm that the table has been successfully deleted by checking the workspace.
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](#reference).
26+
4. After you run the API call, check the workspace to verify that the table is successfully deleted.
2727

28-
## Reference
28+
## References
2929

30-
- [Azure Log Analytics API Documentation](/rest/api/loganalytics/)
30+
- [Azure Log Analytics API documentation](/rest/api/loganalytics/)
3131

32-
If the issue persists after following the solution steps, please open a support case for further assistance.
32+
If the issue persists after you follow these steps, open a support case for further assistance.

0 commit comments

Comments
 (0)