<?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: Integrate OneAgent on Linux Alpine Azure app services in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188518#M576</link>
    <description>&lt;P&gt;Gerald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like the download is working fine. But the installation seems to fail.&lt;/P&gt;&lt;P&gt;Still receiving the same error when trying with the &amp;amp;&amp;amp; /tmp/installer.sh (tried different paths).&lt;/P&gt;&lt;P&gt;Always receive: sh: can't open '/home/installer.sh': No such file or directory.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 13:28:42 GMT</pubDate>
    <dc:creator>TarsForiers</dc:creator>
    <dc:date>2022-06-15T13:28:42Z</dc:date>
    <item>
      <title>Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188400#M571</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our application team is trying to integrate OneAgent on a docker image used in the Azure app service.&lt;/P&gt;
&lt;P&gt;We're using the following website as a reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-cloud-platforms/microsoft-azure-services/integrate-oneagent-on-web-app-for-containers" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-cloud-platforms/microsoft-azure-services/integrate-oneagent-on-web-app-for-containers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Option 2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For SaaS deployments:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;copy&lt;/SPAN&gt;&lt;SPAN&gt;download&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;PRE&gt;RUN curl -o /tmp/installer.sh -s https://&amp;lt;your-environment-ID&amp;gt;.live.dynatrace.com/api/v1/deployment/installer/agent/unix/paas-sh/latest?Api-Token=&amp;lt;DT_PAAS_TOKEN&amp;gt;&amp;amp;&lt;SPAN class=""&gt;arch&lt;/SPAN&gt;=x86 &amp;amp;&amp;amp; sh /tmp/installer.sh /home

ENV LD_PRELOAD /home/dynatrace/oneagent/agent/lib64/liboneagentproc.so&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error: sh: can't open '/tmp/installer.sh': No such file or directory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached you can find the screenshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="docker.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6140iBD95437180D2FE44/image-size/large?v=v2&amp;amp;px=999" role="button" title="docker.png" alt="docker.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:37:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188400#M571</guid>
      <dc:creator>TarsForiers</dc:creator>
      <dc:date>2022-06-20T09:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188401#M572</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to add your environment ID between https:// and .live.dynatrace.com&lt;/P&gt;
&lt;P&gt;For example, https://&lt;STRONG&gt;abc123&lt;/STRONG&gt;.live.dynatrace.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gerald&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:14:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188401#M572</guid>
      <dc:creator>gerald_</dc:creator>
      <dc:date>2022-06-14T10:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188402#M573</link>
      <description>&lt;P&gt;Hello Gerald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. I've made the id invisible in the screenshot.&amp;nbsp; Sorry for the confusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Tars&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:18:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188402#M573</guid>
      <dc:creator>TarsForiers</dc:creator>
      <dc:date>2022-06-14T10:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188403#M574</link>
      <description>&lt;P&gt;Ok, what if you just run the curl command without invoking the installer.sh script? Maybe the download doesn't work.&lt;/P&gt;
&lt;P&gt;Just run sudo curl ... without &amp;amp;&amp;amp; /tmp/installer.sh ....&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:23:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188403#M574</guid>
      <dc:creator>gerald_</dc:creator>
      <dc:date>2022-06-14T10:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188411#M575</link>
      <description>&lt;P&gt;Hello Gerald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, the build has been succeeded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:15:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188411#M575</guid>
      <dc:creator>TarsForiers</dc:creator>
      <dc:date>2022-06-14T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188518#M576</link>
      <description>&lt;P&gt;Gerald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like the download is working fine. But the installation seems to fail.&lt;/P&gt;&lt;P&gt;Still receiving the same error when trying with the &amp;amp;&amp;amp; /tmp/installer.sh (tried different paths).&lt;/P&gt;&lt;P&gt;Always receive: sh: can't open '/home/installer.sh': No such file or directory.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:28:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188518#M576</guid>
      <dc:creator>TarsForiers</dc:creator>
      <dc:date>2022-06-15T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188519#M577</link>
      <description>&lt;P&gt;Tars, what's the output of &lt;FONT face="courier new,courier"&gt;ls -l /tmp/installer.sh&lt;/FONT&gt; ?&lt;/P&gt;
&lt;P&gt;Maybe the file is missing the execution flag.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:36:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188519#M577</guid>
      <dc:creator>gerald_</dc:creator>
      <dc:date>2022-06-15T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188574#M578</link>
      <description>&lt;P&gt;Gerald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late response. Says that there is no such file or directory.&lt;/P&gt;&lt;P&gt;See the attached screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TarsForiers_0-1655364939892.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6113iF8AB6636627162F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TarsForiers_0-1655364939892.png" alt="TarsForiers_0-1655364939892.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 07:35:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/188574#M578</guid>
      <dc:creator>TarsForiers</dc:creator>
      <dc:date>2022-06-16T07:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate OneAgent on Linux Alpine Azure app services</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/190486#M579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52189"&gt;@TarsForiers&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13518"&gt;@gerald_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the same issue. Have you found a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:08:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Integrate-OneAgent-on-Linux-Alpine-Azure-app-services/m-p/190486#M579</guid>
      <dc:creator>Kevinvdg</dc:creator>
      <dc:date>2022-07-13T12:08:43Z</dc:date>
    </item>
  </channel>
</rss>

