Query Azure SQL database

Gaming Synergy 1 Reputation point
2020-10-16T21:05:05.343+00:00

Hi,

New to Azure, I am looking to query my Azure SQL database from my website (display a leaderboard from the data )

My website is hosted on a shared server with another provider and they do not have the SQL drivers installed that I have read are needed for PHP sqlsrv_connect() functions.

Are there any other methods I can try to access my data.

Thanks

Sean

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GVV Vinay 1 Reputation point
    2020-10-18T15:27:49.3+00:00

    Please provide more info on what technology you are using for your website?

    Create a database connector and make sure server IP has been added to Azure firewall so that you can query the DB.

    Are you able to query your database from your local machine?

    0 comments No comments

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.