On Azure portal - MySQL in App

Graham, Laurie 0 Reputation points
2023-06-03T00:46:55.03+00:00

I am taking a course and my assignment says to go to the Azure portal, to the resource and then the website that I had previously created. My textbook says to find "MySQL in App" inside the settings section. I don't see it. Have no idea why not.

Azure Database for MySQL
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,587 Reputation points Microsoft Employee Moderator
    2023-06-03T21:12:51.3333333+00:00

    Hi,@Graham, Laurie Welcome to the Microsoft Q&A platform, thanks for posting the question

    I Understand you are having trouble finding "MySQL in App" inside the settings section of your Azure portal resource.

    "MySQL in App" is a feature of Azure App Service that allows you to run MySQL databases in the same environment as your web app. I think you are using a Linux-based Web App, MySQL in-app is not available for Linux App Service plans.

    You could either create a Windows-based Web App or use a Docker container to host both, your application and a MySQL database on Web Apps then you can find MySQL in App as shown below.

    IUser's image

    I hope this information helps

    Regards

    Geetha

    1 person found this answer helpful.

Your answer

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