Unable to connect to azure sql server -


i created new azure mobile app , set sql server database it. use email address username, , assigned password.

once mobile app , sql server db setup completed, able ios app target , use azure authentication services without issue. inserted data in table in ios app, without errors.

now, want open database , verify data. anytime try connect server using ssms or visual studio 2015, told login failed.

i use email address johnathon@mycompany.com. when sign-in fails, says:

login failed user 'johnathon'.

is email address login causing issues? isp blocks port 1433, thought maybe issue initially. instead of using vs or ssms, moved web-designer on azure portal. when sign in there, receive same error. has occured across 3 different app services setups. tried using older mobile services, , had issue. moved newly released mobile app service have same issue. each time deleted database , recreated , server.

i have added client ip azure sql server firewall.

i'm @ loss @ point.

update

i have managed sign in server within azure portal designer omitting database name. however, when select design option, , click design button on database, receive failed create context error. assume related why can't connect server when specify database name in azure portal.

enter image description here

as note, having @ symbol in sql azure login tends cause number of headaches , not recommended have in there. notice ssms , other applications try use part of server name causes context , other failures.

the easiest fix roll sql azure server login name doesn't use @ symbol, have better experience overall.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -