I am trying to create an App App web application on the Azure portal and connect the web application to a local local SQL Server database using the new Hybrid Connection feature.
I created a simple ASP.NET application using Visual Studio 2015 and tried to connect to the SQL Server database, which is at a preliminary stage. And changed the connection string as follows
<connectionStrings> <add name="DefaultConnection" connectionString="Data Source=PRAVEEN,1433; User ID=sa; Password=my_password;" providerName="System.Data.SqlClient" /> </connectionStrings>
When the application starts without any errors, as shown in the figure below.
But when I try to register (enter any entry), it throws me an error, as indicated in the screenshot below 3 ....
" https://azure.microsoft.com/en-us/documentation/articles/web-sites-hybrid-connection-connect-on-premises-sql-server/ " is the documentation to which I mean ..
So can anyone from the other end help me please ...



Screenshot of Microsoft SQL Server Management Studio ....

Thanks..
praveen gogula
source share