When i run my app from visual studio - it works fine, so the connection string is ok. Whereas when i add the function into Azure and i enter the connection string here :
No matter what I enter the error comes back as :
Here is my latest connection string :
metadata=res://*/CatModel.csdl|res://*/CatModel.ssdl|res://*/CatModel.msl;
provider=System.Data.SqlClient;providerName=System.Data.EntityClient;
provider connection string='data source=xxx.database.windows.net;initial catalog=CatsDB;
user id=xxx;password=!;
MultipleActiveResultSets=True;
App=EntityFramework
Any help would be amazing because i have been testing connection strings for hours...