A few words on scaffolding an existing SQL database into a .NET Core Azure WebApp
There’s a bunch of info on this already out there, but this is pretty specific – we have an existing set of Microsoft SQL Server databases on an AWS instance and I needed to connect to them in a new WebApp service. Here’s how I did it. This assumes you have an Azure account all... » read more