1

I am trying to access Azure SQL Database , using java. Our code will be staying in MS Appcenter. Since the DB firewall is not letting the Appcenter to access the database, I am trying to use API. Can someone help me provide me steps / sample code to get it started?

2

1 Answer 1

1
  1. You will need to enable firewall of Azure SQL Database to allow connection from azure (as you are hosting it in the MS Appcenter). In order to do that read document

  2. Once that is enabled, you can use documentation Quickstart to see how you can connect from it from application. Above document is in java language but you can find similar document for other languages also.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.