I'm developing a web application using the Azure platform. I chose to use the PostgreSQL database with PostGIS extension, because the application comes down to a WebGis and PostGis is the one that best suits me. I'm using Azure's WebApp feature, where I even have PHP as a language. I would like to know the best way for me to be able to use the application and integrate it into this database.
Ps: I created an Ubuntu Virtual Machine 14.04 and installed PostgreSQL on it, but I do not know how to do this integration, and the tests I tried did not work. Is this the best way? If so how do I make this connection between the two resources.
Thank you!