Hi everyone,
I have a c# entity framework code first Project whose database I wanted to be Azure hosted. I created my connection string as follows:-
<add name="MakGarmContext" connectionString="Server= tcp:ubahpn7emt.database.windows.net,1433;Database=Garment;User Id = Chiri@ubahpn7emt; Password = Seagate1320; Encrypt=True; TrustServerCertificate=False; Connection Timeout=30;" providerName="System.Data.SqlClient" />
I also enabled the azure firewall to accept the IP address of my computer from the portal.
On running the program, I get this message :-
"Additional information: Login failed for user 'Chiri'."
Please advice.