Hi, everyone, I have an issue with connecting to Azure database that I created. I created Azure database and when I trying to connect to it when I installing Umbraco I "Could not connect to database". I check all my permissions and as I see it's correct...
I also check
Firewall settings (I have no any firewall settings on Azure)
Connection time-out (no)
Incorrect login information (checked and took all info from connection string on cloud)
Maximum limit reached on some Azure SQL Database resources (I create basic database fo empty Umbraco site - I guess no)
Connect to Azure database
Hi, everyone, I have an issue with connecting to Azure database that I created. I created Azure database and when I trying to connect to it when I installing Umbraco I "Could not connect to database". I check all my permissions and as I see it's correct...
I also check
Firewall settings (I have no any firewall settings on Azure)
Connection time-out (no)
Incorrect login information (checked and took all info from connection string on cloud)
Maximum limit reached on some Azure SQL Database resources (I create basic database fo empty Umbraco site - I guess no)
Any ideas? Thanks
Hi Denis,
Are you sure there is no whitespace on the strings that you copied?
Sometimes its un-noticeable that there is any whitespace when you have copied a value into a textbox.
Failing that, can you connect to the DB using SQL Management Studio??
Craig
you need add rule for your IP.
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-firewall-configure
Hi, I think also need to check if all services are allowed to access sql server or not.
is working on a reply...