<?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>topic Re: Unable to install Windows OneAgent (extension) on Azure Virtual Machine in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279680#M2052</link>
    <description>&lt;P&gt;Thanks. Seems working for us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;az vm extension set `&lt;BR /&gt;--resource-group &amp;lt;resource-group&amp;gt; `&lt;BR /&gt;--vm-name &amp;lt;vm-name. `&lt;BR /&gt;--name "oneAgentWindows" `&lt;BR /&gt;--publisher "dynatrace.ruxit" `&lt;BR /&gt;--settings '{"token": &amp;lt;token&amp;gt;, "tenantId": &amp;lt;tenant&amp;gt;, "hostGroup": &amp;lt;hostgroup&amp;gt;, "server": &amp;lt;server&amp;gt;, "installerArguments":"SKIP_OS_SUPPORT_CHECK=true"}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 03:16:19 GMT</pubDate>
    <dc:creator>Jet</dc:creator>
    <dc:date>2025-06-18T03:16:19Z</dc:date>
    <item>
      <title>Unable to install Windows OneAgent (extension) on Azure Virtual Machine</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279031#M2046</link>
      <description>&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;We are attempting to install Dynatrace OneAgents on Azure Windows VMs using the extension but have been unsuccessful. We tried installing the OneAgent extension both via the Azure Portal and the Azure CLI, but neither method worked. We followed the instructions in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-integrations/azure-vm#azure-vm-installation--azure-cli-2-0" target="_blank" rel="noopener noreferrer"&gt;Dynatrace documentation&lt;/A&gt;.&lt;/P&gt;&lt;P class=""&gt;However, the extension installations work correctly for Azure App Services, Azure Virtual Machine Scale Sets (Windows Server 2019), and Azure Linux VMs.&lt;/P&gt;&lt;P class=""&gt;On an affected Azure Virtual Machine, we found the following error in the Windows Event Log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;"Product: Dynatrace OneAgent – OneAgent cannot be installed on an unsupported platform. If you want to install OneAgent anyway, use the flag&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SKIP_OS_SUPPORT_CHECK=true."&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;We are using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Windows 11 Enterprise multi-session (23H2)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Windows 11 Pro N (23H2).&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Manual installation seems working. Amy chance to install OneAgent as VM extension and pass parameter&amp;nbsp;&lt;EM&gt;SKIP_OS_SUPPORT_CHECK=true&lt;/EM&gt; ?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 15:29:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279031#M2046</guid>
      <dc:creator>Jet</dc:creator>
      <dc:date>2025-06-10T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install Windows OneAgent (extension) on Azure Virtual Machine</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279563#M2050</link>
      <description>&lt;P&gt;Have you tried incorporating the necessary &lt;A href="https://docs.dynatrace.com/docs/ingest-from/dynatrace-oneagent/installation-and-operation/windows/installation/customize-oneagent-installation-on-windows#skipping-operating-system-support-check" target="_self"&gt;flag&lt;/A&gt; into the installer arguments? I believe going through the CLI gives you the ability to add the 'installerArguments' parameter. An &lt;A href="https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-integrations/azure-vm#configure-network-zones" target="_self"&gt;example&lt;/A&gt; of doing this is available in the docs for adding in a network zone (see line #6). It would stand to reason that you could put the SKIP_OS_SUPPORT_CHECK in there.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 20:28:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279563#M2050</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-06-16T20:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install Windows OneAgent (extension) on Azure Virtual Machine</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279680#M2052</link>
      <description>&lt;P&gt;Thanks. Seems working for us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;az vm extension set `&lt;BR /&gt;--resource-group &amp;lt;resource-group&amp;gt; `&lt;BR /&gt;--vm-name &amp;lt;vm-name. `&lt;BR /&gt;--name "oneAgentWindows" `&lt;BR /&gt;--publisher "dynatrace.ruxit" `&lt;BR /&gt;--settings '{"token": &amp;lt;token&amp;gt;, "tenantId": &amp;lt;tenant&amp;gt;, "hostGroup": &amp;lt;hostgroup&amp;gt;, "server": &amp;lt;server&amp;gt;, "installerArguments":"SKIP_OS_SUPPORT_CHECK=true"}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 03:16:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Unable-to-install-Windows-OneAgent-extension-on-Azure-Virtual/m-p/279680#M2052</guid>
      <dc:creator>Jet</dc:creator>
      <dc:date>2025-06-18T03:16:19Z</dc:date>
    </item>
  </channel>
</rss>

