Change from VM to other service

Thomas Sjödin Dahl 21 Reputation points
2022-02-17T10:54:15.62+00:00

Hi,

I've got a running project in a Azure VM.
LAMP installed with a PHP application using a MySQL database.
Till here all good.

I'm interested in other Azure services, because I lack of Linux knowledge/experience.

I've tried to create a Web App Service and a Azure Database for MySQL but loading times are not as low as in the VM.
I understand that the loading times won't be the same, but try to get as close as possible.

Not sure what the best options or solution would be, nor if I'm in the right direction or if I should try with other services for this.

Any clue?
Thanks.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,125 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
713 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 96,361 Reputation points MVP
    2022-02-17T18:56:46.937+00:00

    Hi @Thomas Sjödin Dahl ,

    the performance of Azure Database for MySQL depends on the options of Compute + storage you chose.
    The performance of the Azure Web APP depends on the Sku + size you chose.

    I don't know which selection you did.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.