How can I allow unknown users to access my SQL (Azure) DB?

后端 未结 5 1291
清歌不尽
清歌不尽 2020-12-23 12:59

Apparently one must explicitly specify (whitelist) the IP addresses that will be allowed access to a SQL Azure DB. I want, though, to have N-gazillion* users that will acces

5条回答
  •  独厮守ぢ
    2020-12-23 13:52

    It would be advisable to have some sort of middle ware access the db and not your clients directly.

    However if you want any IP to be able to connect to the db just add this entry to the firewall list:

    Azure Portal -> Databases -> Servers -> Configure and add the following rule:

    enter image description here

提交回复
热议问题