Microsoft Azure Functions for cronjobs

Since some month I have a small program written in C# to get values from Google BigQuery daily and write in to Magento shop via API.

It was annoying to start the „exe-File“ every day manually and or have a Windows computer running all the time.

With Microsoft Azure Functions and its Timer Trigger I move all the problems to the cloud – serverless. Surprising easy to create a Azure Function in Visual Studio and deploy to Azure.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert