How can you make an Azure SQL server publicly accessible? -


i know can modify firewall rules azure sql server allow connections specific ip address, there way specify wildcards allow ip addresses?

not sql wild cards .but can below .

example :

adding below allows ips in range after 49.205

49.205.0.0 49.205.0.0 

adding below allows whole world access db.

0.0.0.0 0.0.0.0 

note:
makes server less secure,as allowed ip addresses feature 1 way protect database against unauthorized usage


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -