Skip to content
nikkh edited this page Jul 11, 2017 · 7 revisions

Welcome to the AWSBillingToAzureBlob wiki!

This is a C# / Visual Studio 2017 project. The code should be deployed as an Azure App Service Web Job.

The app.config file contains a reference to an external file that contains the settings for the application. See the App Config page for more details.

You can change the frequency with which the Web Job runs by editing the cron in settings.job. (note: if you deploy into a free App Service Plan you job will only run when you manually run it (the app service is not 'always on' for free plans.

Clone this wiki locally