0

Because of my machine IP gets changed dynamically (get ip using website whatismyip.com ) I could not able to access and set Server-Level Firewall Rules to sql azure database.

I tried to add range also 0.0.0.0 to 255.255.255.255 but it is not working.

Is there any work around to access SQL Azure?

getting error: enter image description here

Community
  • 1
  • 1
Neo
  • 15,491
  • 59
  • 215
  • 405

2 Answers2

1

I wrote a post a while ago on how to access the SQL Azure instance using point-to-site VPN provided by Azure Virtual Network. It does not require anything to be open on the SQL Azure side. Here is a link to it: http://rtumaykin-it.blogspot.com/2015/01/using-linux-iptables-port-forwarding.html

Here is how to create a Virtual network and VPN: https://azure.microsoft.com/documentation/articles/vpn-gateway-point-to-site-create/

Hope this solution can help.

Dene
  • 578
  • 5
  • 9
Roman Tumaykin
  • 1,921
  • 11
  • 11
-1

SQL Azure requires you to add your public IP address to be added to restriction so that you can access it. Go to whatismyip.com , fetch the address you get there and paste it in the Azure Management portal to the allowed IP List.

Ankit
  • 6,388
  • 8
  • 54
  • 79