This message was deleted.
# general
s
This message was deleted.
t
I'm still stuck on this. Can anyone help? @glamorous-dress-74224 @gentle-diamond-70147
Of course, I finally figured it out. The issue is the value of the login name "admin". If I instead use
Copy code
string sqlAdministratorLogin = "adminfsdfdsfsd";
it works fine. @tall-librarian-49374 Is there anything that can be done to improve error messaging. Like shouldn't it, at least, return the error message from Azure, instead of this meaningless (to me) error message? Is this a known issue?
t
I haven’t seen this before… It looks like the Azure library that we use fails to parse the error response. I guess we could catch this and at least print the raw body. Could you file an issue for this, please?