Creating an Associated WebJob for an Azure App Service with the .NET Framework 4.7.1
Recently, I needed to synchronize data from an external database for a solution running in a Web App using the MySQL in-app database. My first step was to create an OData REST API interface on top of the external DB, which needed to be called once in a while. I thought that an Azure Webservice... » read more