Send data from server to AZURE using JSON

0

I have files php what they do is insert, show, delete data through json, but I have them mounted on another server, it worked when I used phpmyadmin but I changed to azure and I do not know how You have to perform to do these operations.

    
asked by DoubleM 20.12.2016 в 16:58
source

1 answer

1

Greetings dear! First things first, Azure and PhpMyAdmin are two completely different things.

PhpMyAdmin allows you to manage your MySQL databases through a web client.

On the other hand Azure is a Cloud platform in which you can have MYSQL databases, VM's, Websites and many more services in two different models: IAAS and PAAS. ( More about this ... ).

That said, you probably have to do the following:

  • Migrate your database Mysql to azure
  • Migrate your php code to Azure App Services
  • I hope it serves you!

        
    answered by 03.01.2017 в 19:52