<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Fusionauth on azure app service for containers]]></title><description><![CDATA[<p dir="auto">Hey, I want to host fusionauth from docker image on azure app service for containers. I have adjusted the docker-compose file. Here it is:</p>
<pre><code>version: '3'

services:
  fusionauth:
    image: fusionauth/fusionauth-app:latest
    environment:
      DATABASE_URL: jdbc:postgresql://***.postgres.database.azure.com:5432/fusionauth
      DATABASE_ROOT_USERNAME: postgres
      DATABASE_ROOT_PASSWORD: ***
      DATABASE_USERNAME: fusionauth
      DATABASE_PASSWORD: ***
      FUSIONAUTH_APP_MEMORY: 512M
      FUSIONAUTH_APP_RUNTIME_MODE: development
      FUSIONAUTH_APP_URL: http://fusionauth:9011
      SEARCH_TYPE: database
      FUSIONAUTH_APP_SILENT_MODE: false

    restart: unless-stopped
    ports:
      - 80:9011
      - 443:9011
    volumes:
      - fusionauth_config:/usr/local/fusionauth/config

volumes:
  fusionauth_config:
</code></pre>
<p dir="auto">I'm able to log in but getting this proxy warning. <img src="/community/forum/assets/uploads/files/1681456564955-3f510561-21be-4d4e-b39e-ee0724a3c14e-image.png" alt="3f510561-21be-4d4e-b39e-ee0724a3c14e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Does anybody is familiar with hosting it on azure and can advice how I can tune in the app service configuration for it to work? I have read, that we need to route all traffic through proxy, is there other way? What is the best setup for this in the Azure environment?</p>
<p dir="auto">Thanks,<br />
Rafal</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2367/fusionauth-on-azure-app-service-for-containers</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 00:13:11 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2367.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Apr 2023 07:19:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fusionauth on azure app service for containers on Fri, 28 Apr 2023 13:35:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2385">@rafal-glebocki</a><br />
I'm working through the same issue.  I've setup an Application Gateway but it doesn't appear to be working.  Would you share your configuration?</p>
]]></description><link>https://fusionauth.io/community/forum/post/6099</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6099</guid><dc:creator><![CDATA[dlott]]></dc:creator><pubDate>Fri, 28 Apr 2023 13:35:17 GMT</pubDate></item><item><title><![CDATA[Reply to Fusionauth on azure app service for containers on Fri, 21 Apr 2023 10:28:23 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/20">@dan</a>, indeed I routed traffic through application gateway and it worked out <img src="https://fusionauth.io/community/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=rcgg4tg866g" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6083</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6083</guid><dc:creator><![CDATA[rafal.glebocki]]></dc:creator><pubDate>Fri, 21 Apr 2023 10:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to Fusionauth on azure app service for containers on Sun, 16 Apr 2023 13:10:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2385">@rafal-glebocki</a></p>
<p dir="auto">Welcome to the FusionAuth community!</p>
<p dir="auto">I'm not an Azure expert, but this stackoverflow question looks helpful: <a href="https://stackoverflow.com/questions/56022733/how-to-set-custom-headers-for-every-request-on-azure-app-service" rel="nofollow ugc">https://stackoverflow.com/questions/56022733/how-to-set-custom-headers-for-every-request-on-azure-app-service</a></p>
<p dir="auto">As mentioned in the FusionAuth error message, to get FusionAuth working correctly, you'll need to pass the required headers to it (otherwise the cookies it sets will not have the correct domain, among other things).</p>
]]></description><link>https://fusionauth.io/community/forum/post/6075</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6075</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Sun, 16 Apr 2023 13:10:38 GMT</pubDate></item></channel></rss>