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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -