Hi, i'm new in Azure and MS SQL.
I'm trying to create an Availability Group: Primary and backup SQL servers (msdn.microsoft.com/en-us/library/azure/dn275957.aspx)
At Step 7 (Connect to Server) I get error:
------------------------------
ADDITIONAL INFORMATION:
The target principal name is incorrect. Cannot generate SSPI context. (Microsoft SQL Server, Error: 0)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=0&LinkId=20476
------------------------------
I can connect to server with RDP and use admin account "sp_farm_db", but I get error message every time, when I connect to backup server.
What I doing wrong?