<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Fixing Missing Azure Resource Logs: Troubleshooting Guide for Azure Native Dynatrace Integration in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Fixing-Missing-Azure-Resource-Logs-Troubleshooting-Guide-for/ta-p/285463</link>
    <description>&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;This guide provides troubleshooting steps to figure out why Azure resource logs are not appearing in Dynatrace when using the Azure Native Dynatrace service.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;The Azure Native Dynatrace Service has been deployed to the Azure Portal, and log forwarding is enabled. However, Azure logs are not showing up in Dynatrace. There are several potential root causes for this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;H3&gt;1. Unsupported Resource Types&lt;/H3&gt;
&lt;P&gt;Some Azure resource types may not support Azure Monitor logs and therefore won't have &lt;STRONG&gt;Diagnostic Settings&lt;/STRONG&gt; available. For example, a &lt;STRONG&gt;Managed Identity&lt;/STRONG&gt; (&lt;CODE&gt;Microsoft.ManagedIdentity/userAssignedIdentities&lt;/CODE&gt;) has a Monitoring blade, but it lacks the option for Diagnostic Settings.&lt;/P&gt;
&lt;P&gt;The up-to-date list of supported resource types for Azure Monitor is available in the official Microsoft documentation, which you can find at the following link: &lt;A class="ng-star-inserted" href="https://www.google.com/search?q=https://learn.microsoft.com/en-us/azure/azure-monitor/reference/resource-logs-schema" target="_blank" rel="noopener" data-hveid="0" data-ved="0CAAQ_4QMahcKEwjZ_62wp8GPAxUAAAAAHQAAAAAQZQ"&gt;https://learn.microsoft.com/en-us/azure/azure-monitor/reference/resource-logs-schema&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_1-1757063187643.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29968i2C2F167AF7BE1B25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_1-1757063187643.png" alt="PawelSiwek_1-1757063187643.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;2. Tag Filtering Rules&lt;/H3&gt;
&lt;P&gt;The Azure Native Dynatrace Service may be configured to exclude certain resources based on its &lt;STRONG&gt;tag filtering rules&lt;/STRONG&gt;. Double-check these rules to ensure the resources you expect to see logs for are not being filtered out.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_2-1757063344602.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29969iCA0D0B2C058D5690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_2-1757063344602.png" alt="PawelSiwek_2-1757063344602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;3. Diagnostic Settings Limit&lt;/H3&gt;
&lt;P&gt;Azure Portal allows a &lt;STRONG&gt;maximum of five Diagnostic Settings&lt;/STRONG&gt; per resource. If this limit is reached, the Azure Native Dynatrace Service cannot create an additional one, which prevents logs from being forwarded.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_3-1757063469925.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29970iC232A11EBB83F012/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_3-1757063469925.png" alt="PawelSiwek_3-1757063469925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;4. Read-Only Resource Locks&lt;/H3&gt;
&lt;P&gt;A resource may have a &lt;STRONG&gt;Read Only resource lock&lt;/STRONG&gt; configured. In this case, Diagnostic Settings cannot be created or modified, which prevents Dynatrace from collecting logs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_4-1757063545365.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29971i7796C8FEA9A47C23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_4-1757063545365.png" alt="PawelSiwek_4-1757063545365.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;5 . Azure Activity Logs for Specific Errors&lt;/H3&gt;
&lt;P&gt;For other Azure-specific errors, you can troubleshoot by reviewing &lt;STRONG&gt;Azure Activity logs&lt;/STRONG&gt;. The following DQL query can help you find issues related to the creation of Diagnostic Settings:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch logs
| filter audit.action == "MICROSOFT.INSIGHTS/DIAGNOSTICSETTINGS/WRITE"
| parse content, "JSON:json"
| parse json[properties][statusMessage], "JSON:statusMessage"
| fieldsAdd statusCode=json[properties][statusCode], 
resultType=json[resultType],
eventCategory=json[properties][eventCategory],
resourceId=json[resourceId],
action=json[identity][authorization][action],
role=json[identity][authorization][evidence][role],
principalId=json[identity][authorization][evidence][principalId],
message = coalesce(statusMessage[error][message],statusMessage[message])
|fieldsKeep timestamp,message, action, resultType, eventCategory,statusCode,  resourceId, role, principalId
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This query will help you identify any ongoing issues with the creation of Diagnostic Settings.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_5-1757063733756.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29972i47C769BF368429F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="PawelSiwek_5-1757063733756.png" alt="PawelSiwek_5-1757063733756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Get familiar with the documentation&lt;/STRONG&gt;: Review the official Dynatrace documentation for the Azure native integration at: &lt;CODE&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-platform/azure-native-integration" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-platform/azure-native-integration&lt;/A&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Open a support ticket&lt;/STRONG&gt;: If you are still not getting Azure logs ingested into Dynatrace, consider opening a support ticket. Be sure to provide the following information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;The type of resource for which you are missing logs (e.g., &lt;CODE&gt;microsoft.compute/virtualmachines&lt;/CODE&gt;).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Which Diagnostic Settings you have enabled.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The Azure resource ID for the Azure Native Dynatrace Service you are having a problem with.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 06:26:34 GMT</pubDate>
    <dc:creator>Pawel-Siwek</dc:creator>
    <dc:date>2025-09-12T06:26:34Z</dc:date>
    <item>
      <title>Fixing Missing Azure Resource Logs: Troubleshooting Guide for Azure Native Dynatrace Integration</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Fixing-Missing-Azure-Resource-Logs-Troubleshooting-Guide-for/ta-p/285463</link>
      <description>&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;This guide provides troubleshooting steps to figure out why Azure resource logs are not appearing in Dynatrace when using the Azure Native Dynatrace service.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;The Azure Native Dynatrace Service has been deployed to the Azure Portal, and log forwarding is enabled. However, Azure logs are not showing up in Dynatrace. There are several potential root causes for this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;H3&gt;1. Unsupported Resource Types&lt;/H3&gt;
&lt;P&gt;Some Azure resource types may not support Azure Monitor logs and therefore won't have &lt;STRONG&gt;Diagnostic Settings&lt;/STRONG&gt; available. For example, a &lt;STRONG&gt;Managed Identity&lt;/STRONG&gt; (&lt;CODE&gt;Microsoft.ManagedIdentity/userAssignedIdentities&lt;/CODE&gt;) has a Monitoring blade, but it lacks the option for Diagnostic Settings.&lt;/P&gt;
&lt;P&gt;The up-to-date list of supported resource types for Azure Monitor is available in the official Microsoft documentation, which you can find at the following link: &lt;A class="ng-star-inserted" href="https://www.google.com/search?q=https://learn.microsoft.com/en-us/azure/azure-monitor/reference/resource-logs-schema" target="_blank" rel="noopener" data-hveid="0" data-ved="0CAAQ_4QMahcKEwjZ_62wp8GPAxUAAAAAHQAAAAAQZQ"&gt;https://learn.microsoft.com/en-us/azure/azure-monitor/reference/resource-logs-schema&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_1-1757063187643.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29968i2C2F167AF7BE1B25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_1-1757063187643.png" alt="PawelSiwek_1-1757063187643.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;2. Tag Filtering Rules&lt;/H3&gt;
&lt;P&gt;The Azure Native Dynatrace Service may be configured to exclude certain resources based on its &lt;STRONG&gt;tag filtering rules&lt;/STRONG&gt;. Double-check these rules to ensure the resources you expect to see logs for are not being filtered out.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_2-1757063344602.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29969iCA0D0B2C058D5690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_2-1757063344602.png" alt="PawelSiwek_2-1757063344602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;3. Diagnostic Settings Limit&lt;/H3&gt;
&lt;P&gt;Azure Portal allows a &lt;STRONG&gt;maximum of five Diagnostic Settings&lt;/STRONG&gt; per resource. If this limit is reached, the Azure Native Dynatrace Service cannot create an additional one, which prevents logs from being forwarded.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_3-1757063469925.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29970iC232A11EBB83F012/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_3-1757063469925.png" alt="PawelSiwek_3-1757063469925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;4. Read-Only Resource Locks&lt;/H3&gt;
&lt;P&gt;A resource may have a &lt;STRONG&gt;Read Only resource lock&lt;/STRONG&gt; configured. In this case, Diagnostic Settings cannot be created or modified, which prevents Dynatrace from collecting logs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_4-1757063545365.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29971i7796C8FEA9A47C23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PawelSiwek_4-1757063545365.png" alt="PawelSiwek_4-1757063545365.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;5 . Azure Activity Logs for Specific Errors&lt;/H3&gt;
&lt;P&gt;For other Azure-specific errors, you can troubleshoot by reviewing &lt;STRONG&gt;Azure Activity logs&lt;/STRONG&gt;. The following DQL query can help you find issues related to the creation of Diagnostic Settings:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch logs
| filter audit.action == "MICROSOFT.INSIGHTS/DIAGNOSTICSETTINGS/WRITE"
| parse content, "JSON:json"
| parse json[properties][statusMessage], "JSON:statusMessage"
| fieldsAdd statusCode=json[properties][statusCode], 
resultType=json[resultType],
eventCategory=json[properties][eventCategory],
resourceId=json[resourceId],
action=json[identity][authorization][action],
role=json[identity][authorization][evidence][role],
principalId=json[identity][authorization][evidence][principalId],
message = coalesce(statusMessage[error][message],statusMessage[message])
|fieldsKeep timestamp,message, action, resultType, eventCategory,statusCode,  resourceId, role, principalId
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This query will help you identify any ongoing issues with the creation of Diagnostic Settings.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PawelSiwek_5-1757063733756.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29972i47C769BF368429F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="PawelSiwek_5-1757063733756.png" alt="PawelSiwek_5-1757063733756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Get familiar with the documentation&lt;/STRONG&gt;: Review the official Dynatrace documentation for the Azure native integration at: &lt;CODE&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-platform/azure-native-integration" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-platform/azure-native-integration&lt;/A&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Open a support ticket&lt;/STRONG&gt;: If you are still not getting Azure logs ingested into Dynatrace, consider opening a support ticket. Be sure to provide the following information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;The type of resource for which you are missing logs (e.g., &lt;CODE&gt;microsoft.compute/virtualmachines&lt;/CODE&gt;).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Which Diagnostic Settings you have enabled.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The Azure resource ID for the Azure Native Dynatrace Service you are having a problem with.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 06:26:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Fixing-Missing-Azure-Resource-Logs-Troubleshooting-Guide-for/ta-p/285463</guid>
      <dc:creator>Pawel-Siwek</dc:creator>
      <dc:date>2025-09-12T06:26:34Z</dc:date>
    </item>
  </channel>
</rss>

