Skip to content

Commit 65af8f9

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/SupportArticles-docs-pr into kainawroth-troubleshooting-azuread
2 parents fe8e587 + 1f7b6b6 commit 65af8f9

8 files changed

Lines changed: 118 additions & 53 deletions

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-log-table-creation.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Troubleshoot Custom Log Table Creation in Azure
33
description: Troubleshooting guide for custom log table creation in Azure.
4-
ms.date: 07/23/2025
5-
ms.reviewer: v-liuamson; v-gsitser
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
68
ms.service: azure-monitor
79
ms.custom: Configure and Manage Log analytics tables
810
---
@@ -31,9 +33,11 @@ Users might receive an error message that states "Cannot read properties of unde
3133

3234
5. If the issue persists, try to refresh the Azure portal to make sure that all settings are updated.
3335

34-
## Reference
36+
## References
3537

3638
- [Create Custom Table in Azure](/azure/azure-monitor/vm/data-collection-log-json#create-custom-table)
3739
- [Data Collection Rule Best Practices](/azure/azure-monitor/data-collection/data-collection-rule-best-practices)
3840

39-
If the issue persists after you follow these steps, please open a support case for further assistance.
41+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
42+
43+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Troubleshoot Custom Table Creation Errors in Azure
33
description: Troubleshooting guide for custom table creation errors in Azure.
4-
ms.date: 07/23/2025
5-
ms.reviewer: v-liuamson; v-gsitser
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
68
ms.service: azure-monitor
79
ms.custom: Configure and Manage Log analytics tables
810
---
@@ -41,4 +43,6 @@ Users might receive an error message that indicates that properties of undefined
4143
- [Azure Monitor Overview](/azure/azure-monitor/fundamentals/overview)
4244
- [Create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request)
4345

44-
If the issue persists after you following these steps, open a support case for further assistance.
46+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
47+
48+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Troubleshoot Deleting Migrated Custom Tables in Log Analytics
33
description: Troubleshooting guide to deleting migrated custom tables in Log Analytics.
4-
ms.date: 07/24/2025
5-
ms.reviewer: v-liuamson; v-gsitser
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
68
ms.service: azure-monitor
79
ms.custom: Configure and manage Log Analytics tables
810
---
@@ -29,4 +31,6 @@ To delete a migrated custom table, follow these steps by using the Azure Log Ana
2931

3032
- [Azure Log Analytics API documentation](/rest/api/loganalytics/)
3133

32-
If the issue persists after you follow these steps, open a support case for further assistance.
34+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
35+
36+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Tables Aren't Populated in a DNS Solution that's Deployed to a Workspace
3+
description: Troubleshooting guide for tables that don't get populated after you deploy a DNS solution to a workspace.
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
8+
ms.service: azure-monitor
9+
ms.custom: Configure and manage Log Analytics tables
10+
---
11+
12+
# Tables aren't populated in a DNS solution that's deployed to a workspace
13+
14+
After you deploy a DNS solution to a workspace, you might experience an issue in which the deployment finishes successfully, but the tables don't get populated. This can occur if the table creation isn't defined in the ARM template or if there's insufficient data ingestion.
15+
16+
## Common issues and solutions
17+
18+
- **Issue**: The DNS solution deployment finishes, but tables aren't populated.
19+
- **Root cause**: Table creation might not be defined in the ARM template, or there may be no data ingestion.
20+
21+
## Resolution
22+
23+
To resolve the issue, follow these steps:
24+
25+
1. Verify the ARM template configuration:
26+
1. Check the DNS ARM template to make sure that it includes the definition for the table that you expect to be created.
27+
1. Navigate to the [Azure portal](https://portal.azure.com), and access the relevant resource group.
28+
1. Open the ARM template, and search for the table definition.
29+
30+
2. Check data ingestion:
31+
1. Verify that the Windows DNS Events via AMA Data Connector is installed and connected.
32+
1. Go to the **Azure Monitor** section in the Azure portal.
33+
1. Verify the data connector status, and make sure logs that are flowing into the workspace.
34+
35+
3. Manual table creation:
36+
1. If the table isn't created automatically, consider defining it manually within the ARM template.
37+
1. Use the Azure Resource Manager to update the template to have the required table definitions.
38+
39+
## References
40+
41+
- [Azure Monitor documentation](/azure/azure-monitor/)
42+
- [ARM template documentation](/azure/azure-resource-manager/templates/)
43+
44+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
45+
46+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Troubleshoot Performance Logs Not Populating in Azure Government
33
description: Troubleshooting guide for performance logs not populating in Azure Government.
4-
ms.date: 07/24/2025
5-
ms.reviewer: v-liuamson; v-gsitser
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
68
ms.service: azure-monitor
79
ms.custom: Configure and Manage Log analytics tables
810
---
@@ -35,4 +37,6 @@ Users might experience issues if performance logs don't populate in Azure Govern
3537
- [Log Analytics workspace overview](/azure/azure-monitor/logs/log-analytics-workspace-overview)
3638
- [Create and manage alerts in Azure](/azure/azure-monitor/alerts/alerts-overview)
3739

38-
If the issue persists after you follow these steps, open a support case for further assistance.
40+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
41+
42+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/understand-and-mitigate-high-data-consumption-log-analytics.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Understand and Mitigate High Data Consumption in Log Analytics
33
description: Provides instructions to resolve high data usage in Log Analytics.
4-
ms.date: 07/24/2025
5-
ms.reviewer: v-liuamson; v-gsitser
4+
ms.date: 09/30/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-gsitser, v-ryanberg, neghuman, vikamala
68
ms.service: azure-monitor
79
ms.custom: Configure and Manage Log analytics tables
810
---
@@ -42,4 +44,6 @@ This article discusses high data consumption that occurs in Log Analytics worksp
4244
- [Best Practices for Cost Management](/azure/azure-monitor/fundamentals/best-practices-cost)
4345
- [Cost Management for Logs](/azure/azure-monitor/logs/cost-logs)
4446
45-
If the issue persists after you follow the solution steps, open a support case for further assistance.
47+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
48+
49+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/toc.yml

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -102,43 +102,42 @@ items:
102102
href: app-insights/agent/status-monitor-v2-troubleshoot.md
103103
- name: Troubleshoot Azure Monitor's Change Analysis
104104
href: app-insights/agent/change-analysis-troubleshoot.md
105-
- name: Microsoft Entra authentication
106-
href: app-insights/troubleshoot-microsoft-entra-authentication.md
107-
108-
- name: Log Analytics
105+
- name: Log Analytics
106+
items:
107+
- name: Configure and Manage Log analytics tables
109108
items:
110-
- name: Configure and Manage Log analytics tables
111-
items:
112-
- name: Understand and mitigate high data consumption in Log Analytics
113-
href: log-analytics/configure-and-manage-log-analytics-tables/understand-and-mitigate-high-data-consumption-log-analytics.md
114-
- name: Troubleshoot custom table creation errors in Azure
115-
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md
116-
- name: Troubleshoot custom log table creation in Azure
117-
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-log-table-creation.md
118-
- name: Troubleshoot performance logs not populating in Azure Government
119-
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md
120-
- name: Troubleshoot deleting migrated custom tables in Log Analytics
121-
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md
122-
- name: Log Analytics workspaces
123-
items:
124-
- name: Error code 0x80090016 - keyset doesn't exist
125-
href: log-analytics/workspaces/error-code-0x80090016-keyset-does-not-exist.md
126-
- name: Workspace data export FAQ
127-
href: log-analytics/workspaces/workspace-data-export-faq.yml
128-
- name: Cost management
129-
items:
130-
- name: Understand cost and analyze usage report
131-
href: log-analytics/billing/understand-log-analytics-workspace-bill.md
132-
- name: Investigate unexpected cost increase
133-
href: log-analytics/billing/identify-service-cause-unexpected-costs.md
134-
- name: Set daily cap to avoid unexpected increase
135-
href: log-analytics/billing/set-up-a-daily-cap.md
136-
- name: Configure recommended alerts
137-
href: log-analytics/billing/workspace-recommended-alerts.md
138-
- name: Identify why daily cap exceeded
139-
href: log-analytics/billing/why-daily-cap-exceeded.md
140-
- name: Configure data retention
141-
href: log-analytics/billing/configure-data-retention.md
109+
- name: Understand and mitigate high data consumption in Log Analytics
110+
href: log-analytics/configure-and-manage-log-analytics-tables/understand-and-mitigate-high-data-consumption-log-analytics.md
111+
- name: Tables aren't populated in a DNS solution that's deployed to a workspace
112+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-dns-table-issues.md
113+
- name: Troubleshoot custom table creation errors in Azure
114+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-creation-errors.md
115+
- name: Troubleshoot custom log table creation in Azure
116+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-log-table-creation.md
117+
- name: Troubleshoot performance logs not populating in Azure Government
118+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md
119+
- name: Troubleshoot deleting migrated custom tables in Log Analytics
120+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md
121+
- name: Log Analytics workspaces
122+
items:
123+
- name: Error code 0x80090016 - keyset doesn't exist
124+
href: log-analytics/workspaces/error-code-0x80090016-keyset-does-not-exist.md
125+
- name: Workspace data export FAQ
126+
href: log-analytics/workspaces/workspace-data-export-faq.yml
127+
- name: Cost management
128+
items:
129+
- name: Understand cost and analyze usage report
130+
href: log-analytics/billing/understand-log-analytics-workspace-bill.md
131+
- name: Investigate unexpected cost increase
132+
href: log-analytics/billing/identify-service-cause-unexpected-costs.md
133+
- name: Set daily cap to avoid unexpected increase
134+
href: log-analytics/billing/set-up-a-daily-cap.md
135+
- name: Configure recommended alerts
136+
href: log-analytics/billing/workspace-recommended-alerts.md
137+
- name: Identify why daily cap exceeded
138+
href: log-analytics/billing/why-daily-cap-exceeded.md
139+
- name: Configure data retention
140+
href: log-analytics/billing/configure-data-retention.md
142141

143142

144143

support/power-platform/power-automate/desktop-flows/troubleshoot-desktop-flow-run-queue-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can view lifecycle events for desktop flows in the queue from the monitor ru
3333

3434
## Cause
3535

36-
When no machines are available, Power Automate creates a queue to hold the desktop flows waiting to be run. Once a machine is available, the next desktop flow run will be selected to run based on [priority](/power-automate/desktop-flows/monitor-desktop-flow-queues#setting-a-priority) and request time. If no machine is available after six hours since the time it was requested, the desktop flow will time out and fail with a `NoCandidateMachine` error code.
36+
When no machines are available, Power Automate creates a queue to hold the desktop flows waiting to be run. Once a machine is available, the next desktop flow run will be selected to run based on [priority](/power-automate/desktop-flows/monitor-desktop-flow-queues#setting-a-priority) and request time. If no machine is available after twelve hours since the time it was requested, the desktop flow will time out and fail with a `NoCandidateMachine` error code.
3737

3838
As mentioned in the error message, this error means that the orchestrator can't find an available machine to run the desktop flow. This error occurs before the execution of the desktop flow starts.
3939

0 commit comments

Comments
 (0)