Can we deploy a mysql container from docker hub to Azure appservice ?

varun 20 Reputation points
2023-05-19T05:01:42.8433333+00:00

I'm trying to deploy a multi container application, my docker compose file contains a mysql database and my keycloak application.

But the application is not able to connect to the database, can someone advise if mysql docker container works inside azure app service?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ben Gimblett 4,560 Reputation points Microsoft Employee
    2023-05-19T09:22:29.8333333+00:00

    Hi varun - thanks for your question. The short answer is yes App Service supports this for Linux (please note it's currently a preview feature) and there's a "getting started" tutorial here that demonstrates the concept. See here.

    Did you check spin up the docker compose file locally to check the correct ports are open etc etc?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.