Enable Diagnostic Logging for your Azure App Service.
Try to enable Application Insights also.
Make sure you allow Azure Services to access the Azure SQL Database as explained here.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an c# code that runs fine on local maskin access local database. The first think that happens is a call to a stored procedure and the record set populates a dropdown. I have move the database to azure and also published the app to azure. The app starts in the browser bur no thing is loaded into the dropdown. If I run the same code but with a select from a table it will work fine I have run the stored procedure from my local SSMS and it works So what are I'm doing wrong?
Enable Diagnostic Logging for your Azure App Service.
Try to enable Application Insights also.
Make sure you allow Azure Services to access the Azure SQL Database as explained here.