Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Azure Client with IP address 'XXX.XXX.XXX.XX' is not allowed to access the server

I have setup Sever, database and Firewall Setting (Rule) In windows Azure. I Have added The IP In firewall setting which is populating under the Windows Azure Firewall Tab.

When I am trying connect with Database using Manage from Azure Platform I am getting this error message.

Firewall check failed. Cannot open server 'XXXXXXXXX' requested by the login. Client with IP address 'XXXXXXXXX' is not allowed to access the server. To enable access, use the SQL Azure Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect.

And I am also Not able to connect via Sql Server Management Studio. Getting Same connection issue Error for My IP Address.

I am not using static IP but my IP haven't change during this process. I have tried lot Example but all are saying To add firewall rule That I had already done.

I have Added Firewall exception for port Number 1433.

But still this is not working Please let me know that what type of setting is still missing.

Thanks in advance.

like image 325
Pankaj Mishra Avatar asked Dec 17 '11 08:12

Pankaj Mishra


People also ask

Is not allowed to access the server to enable access use the Windows Azure Management?

You need to set up server-level firewall rules for your server in the Azure portal. Go to the database that you have created by clicking SQL databases in left hand menu and select set server firewall as following figure. Under the firewall settings click add client IP and save it.


1 Answers

with new version of windows azure only go to firewall settings and click on add client IP and you will be okey. see picture bellow

like image 150
Hussein Alrubaye Avatar answered Oct 25 '22 13:10

Hussein Alrubaye